EtheremonTransformData
Verified contract
Active on
Ethereum with 5 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "EtheremonTransformData"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6229391 | 6 years ago | | | 0 | 0.00019756000 | |
| 5324523 | 7 years ago | | | 0 | 0.00024695000 | |
| 5000190 | 7 years ago | | | 0 | 0.00034573000 | |
| 5000183 | 7 years ago | | | 0 | 0.00013696200 | |
| 5000008 | 7 years ago | | | 0 | 0.00034573000 |
ABI
ABI objects
Getter at block 21258582
isMaintaining() view returns (bool)
true
owner() view returns (address)
0xe0a66218c40230967d4240d25f6220a28e52c7ff
totalEgg() view returns (uint64)
6507
totalModerators() view returns (uint16)
3
Read-only
countEgg(uint64 _objId) view returns (uint256)
eggList(uint64, uint256) view returns (uint64)
eggs(uint64) view returns (uint64 eggId, uint64 objId, uint32 classId, address trainer, uint256 hatchTime, uint64 newObjId)
getEggDataById(uint64 _eggId) view returns (uint64, uint64, uint32, address, uint256, uint64)
getEggIdByObjId(uint64 _objId, uint256 _index) view returns (uint64, uint64, uint32, address, uint256, uint64)
getHatchingEggData(address _trainer) view returns (uint64, uint64, uint32, address, uint256, uint64)
getHatchingEggId(address _trainer) view returns (uint64)
getTranformedId(uint64 _objId) view returns (uint64)
hatchingEggs(address) view returns (uint64)
moderators(address) view returns (bool)
transformed(uint64) view returns (uint64)
State-modifying
Events AddModerator(address _newModerator)
ChangeOwner(address _newOwner)
RemoveModerator(address _oldModerator)
UpdateMaintaining(bool _isMaintaining)
addEgg(uint64 _objId, uint32 _classId, address _trainer, uint256 _hatchTime) returns (uint64)
setHatchTime(uint64 _eggId, uint256 _hatchTime)
setHatchedEgg(uint64 _eggId, uint64 _newObjId)
setTranformed(uint64 _objId, uint64 _newObjId)
This contract contains no event objects.
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.