EtheremonTransformSetting
Verified contract
Active on
Ethereum with 108 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 "EtheremonTransformSetting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10551384 | 4 years ago | | | 0 | 0.0017940600 | |
| 10551158 | 4 years ago | | | 0 | 0.0019790658 | |
| 10550761 | 4 years ago | | | 0 | 0.0017183108 | |
| 10494156 | 4 years ago | | | 0 | 0.0048531208 | |
| 10494150 | 4 years ago | | | 0 | 0.0031201984 | |
| 10494150 | 4 years ago | | | 0 | 0.0031201984 | |
| 10494125 | 4 years ago | | | 0 | 0.0030510144 | |
| 10494125 | 4 years ago | | | 0 | 0.0030510144 | |
| 10119113 | 4 years ago | | | 0 | 0.00042148593 | |
| 10119083 | 4 years ago | | | 0 | 0.00044738730 |
ABI
ABI objects
Getter at block 21217817
isMaintaining() view returns (bool)
false
owner() view returns (address)
0xe0a66218c40230967d4240d25f6220a28e52c7ff
totalModerators() view returns (uint16)
2
Read-only
getClassTransformInfo(uint32 _classId) view returns (uint8 layingLevel, uint8 layingCost, uint8 transformLevel, uint32 transformCLassId)
getLayEggInfo(uint32 _classId) view returns (uint8 layingLevel, uint8 layingCost)
getRandomClassId(uint256 _seed) view returns (uint32)
getTransformInfo(uint32 _classId) view returns (uint32 transformClassId, uint8 level)
layingEggDeductions(uint32) view returns (uint8)
layingEggLevels(uint32) view returns (uint8)
moderators(address) view returns (bool)
randomClassIds(uint256) view returns (uint32)
transformClasses(uint32) view returns (uint32)
transformLevels(uint32) view returns (uint8)
State-modifying
Events AddModerator(address _newModerator)
ChangeOwner(address _newOwner)
RemoveModerator(address _oldModerator)
UpdateMaintaining(bool _isMaintaining)
addRandomClass(uint32 _newClassId)
initMonsterClassConfig()
removeRandomClass(uint32 _oldClassId)
setConfigClass(uint32 _classId, uint8 _layingLevel, uint8 _layingCost, uint8 _transformLevel, uint32 _tranformClass)
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.