2018-03-23 22:55:30 +03:00
|
|
|
/- ethereum
|
|
|
|
=, ethereum
|
|
|
|
|%
|
|
|
|
::
|
|
|
|
:: shapes
|
|
|
|
::
|
|
|
|
++ registry (map @p hull)
|
|
|
|
::
|
|
|
|
++ hull
|
2018-04-04 20:13:30 +03:00
|
|
|
$: owner=address
|
|
|
|
spawn-count=@ud
|
|
|
|
encryption-key=@
|
|
|
|
authentication-key=@
|
|
|
|
key-revision=@ud
|
2018-03-23 22:55:30 +03:00
|
|
|
sponsor=@p
|
|
|
|
escape=(unit @p)
|
2018-04-04 20:13:30 +03:00
|
|
|
spawn-proxy=address
|
|
|
|
transfer-proxy=address
|
2018-03-23 22:55:30 +03:00
|
|
|
==
|
|
|
|
::
|
2018-04-04 20:13:30 +03:00
|
|
|
++ eth-type
|
|
|
|
|%
|
|
|
|
++ hull
|
|
|
|
:~ %address :: owner
|
|
|
|
%bool :: active
|
|
|
|
%uint :: spawnCount
|
|
|
|
[%bytes-n 32] :: encryptionKey
|
|
|
|
[%bytes-n 32] :: authenticationKey
|
|
|
|
%uint :: keyRevisionNumber
|
|
|
|
%uint :: sponsor
|
|
|
|
%bool :: escapeRequested
|
|
|
|
%uint :: escapeRequestedTo
|
|
|
|
%address :: spawnProxy
|
|
|
|
%address :: transferProxy
|
|
|
|
==
|
|
|
|
--
|
|
|
|
::
|
|
|
|
++ eth-noun
|
|
|
|
|%
|
|
|
|
++ hull
|
|
|
|
$: owner=address
|
|
|
|
active=?
|
|
|
|
spawn-count=@ud
|
|
|
|
encryption-key=octs
|
|
|
|
authentication-key=octs
|
|
|
|
key-revision=@ud
|
|
|
|
sponsor=@ud
|
|
|
|
escape-requested=?
|
|
|
|
escape-to=@ud
|
|
|
|
spawn-proxy=address
|
|
|
|
transfer-proxy=address
|
|
|
|
==
|
|
|
|
--
|
2018-03-23 22:55:30 +03:00
|
|
|
==
|
|
|
|
::
|
|
|
|
:: constants
|
|
|
|
::
|
|
|
|
:: hashes of ship event signatures
|
|
|
|
++ ships-events
|
|
|
|
|%
|
|
|
|
::
|
|
|
|
:: ChangedPilot(uint32,address)
|
|
|
|
++ changed-pilot
|
|
|
|
0xb041.b798.8638.1a51.f9c6.29fb.4afc.6ab2.
|
|
|
|
5059.09f4.d12e.168d.0ffc.bcb9.d78c.9179
|
|
|
|
::
|
|
|
|
:: ChangedStatus(uint32,uint8,uint64)
|
|
|
|
++ changed-status
|
|
|
|
0x7d33.b6e7.2395.c6e3.c518.9773.7331.77c1.
|
|
|
|
5ba8.9ed5.0e0e.30ca.ebaa.3877.9a3e.1a79
|
|
|
|
::
|
|
|
|
:: ChangedEscape(uint32,uint32)
|
|
|
|
++ changed-escape
|
|
|
|
0x7de2.bea0.d602.2858.c601.a403.71b6.3de0.
|
|
|
|
2940.cda9.6fef.97e4.318b.65cf.de91.5d79
|
|
|
|
::
|
|
|
|
:: ChangedSponsor(uint32,uint32)
|
|
|
|
++ changed-sponsor
|
|
|
|
0x7941.482b.dede.7ff1.c27c.f2c6.e768.2155.
|
|
|
|
a893.029d.c4a6.c619.8279.28fe.6031.9db4
|
|
|
|
::
|
|
|
|
:: ChangedKey(uint32,bytes32,uint256)
|
|
|
|
++ changed-key
|
|
|
|
0xadc9.fc32.173c.d091.e0d2.ee96.60b4.b67a.
|
|
|
|
586f.eb5a.0a30.e62c.5e9d.cfa3.573d.f8e4
|
|
|
|
--
|
|
|
|
--
|