EtheremonTransform
Verified contract
Active on
Ethereum with 9,394 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FLOV | ERC-20 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16032310 | 2 years ago | | | 0 | 0.0069234658 | |
| 15842045 | 2 years ago | | | 0 | 0.0080187322 | |
| 15841923 | 2 years ago | | | 0 | 0.0097620034 | |
| 15788047 | 2 years ago | | | 0 | 0.010765914 | |
| 15736050 | 2 years ago | | | 0 | 0.0057344806 | |
| 15694165 | 2 years ago | | | 0 | 0.00087885893 | |
| 15694157 | 2 years ago | | | 0 | 0.0018905552 | |
| 15638416 | 2 years ago | | | 0 | 0.0039380393 | |
| 15603740 | 2 years ago | | | 0 | 0.0035380798 | |
| 15602043 | 2 years ago | | | 0 | 0.0023226568 |
ABI
ABI objects
Getter at block 21264798
GEN0_NO() view returns (uint8)
24
STAT_COUNT() view returns (uint8)
6
STAT_MAX() view returns (uint8)
32
battleContract() view returns (address)
0x022c635044ba01ced1e098bc32e62a954147f2de
buyEggFee() view returns (uint256)
50000000000000000
dataContract() view returns (address)
0xabc1c404424bdf24c19a5cc5ef8f47781d18eb3e
hatchMaxTime() view returns (uint256)
48
hatchStartTime() view returns (uint256)
36
isMaintaining() view returns (bool)
false
monsterNFTContract() view returns (address)
0x5f480ca354304aae88d7dd66cd4735c59d543af0
owner() view returns (address)
0x7bae63c4dbd39ec66669a1ef6e1cf6f747b71bdd
removeHatchingTimeFee() view returns (uint256)
250000000000000000
totalModerators() view returns (uint16)
5
tradeContract() view returns (address)
0xd7a729dcc836265218a71511b27e078338e578f1
transformDataContract() view returns (address)
0xfdf4411669fc6e8951a6ae987307d7582fda7a05
transformSettingContract() view returns (address)
0x0c3865a8f6678cae495a60240700840204a4e604
worldContract() view returns (address)
0x1fc7bd85293f3982f40d52698df8d26be89360d6
Read-only
calculateMaxEggG0(uint64 _objId) view returns (uint256)
ceil(uint256 a, uint256 m) pure returns (uint256)
checkAncestors(uint32 _classId, address _trainer, uint64 _a1, uint64 _a2, uint64 _a3) view returns (bool)
gen0Config(uint32) view returns (uint32 classId, uint256 originalPrice, uint256 returnPrice, uint32 total)
getBonusEgg(uint64 _objId) view returns (uint256)
getClassCheckOwner(uint64 _objId, address _trainer) view returns (uint32)
getGen0ObjInfo(uint64 _objId) view returns (uint32, uint32, uint256)
getLevel(uint32 exp) view returns (uint8)
getObjClassExp(uint64 _objId) view returns (uint32, address, uint32)
getRandom(address _player, uint256 _block, uint64 _count) view returns (uint256)
levelExps(uint8) view returns (uint32)
moderators(address) view returns (bool)
State-modifying
Events AddModerator(address _newModerator)
ChangeOwner(address _newOwner)
RemoveModerator(address _oldModerator)
UpdateMaintaining(bool _isMaintaining)
buyEgg() payable
buyEggWithToken(address _trainer)
genLevelExp()
hatchEgg()
layEgg(uint64 _objId)
removeHatchingTime() payable
removeHatchingTimeWithToken(address _trainer)
setConfig(uint256 _removeHatchingTimeFee, uint256 _buyEggFee, uint256 _hatchStartTime, uint256 _hatchMaxTime)
setContract(address _dataContract, address _worldContract, address _transformDataContract, address _transformSettingContract, address _battleContract, address _tradeContract, address _monsterNFTContract)
setOriginalPriceGen0()
transform(uint64 _objId, uint64 _a1, uint64 _a2, uint64 _a3) payable
withdrawEther(address _sendTo, uint256 _amount)
EventHatchEgg(address indexed trainer, uint256 eggId, uint256 objId)
EventLayEgg(address indexed trainer, uint256 objId, uint256 eggId)
EventTransform(address indexed trainer, uint256 oldObjId, uint256 newObjId)
constructor(address _dataContract, address _worldContract, address _transformDataContract, address _transformSettingContract, address _battleContract, address _tradeContract, address _monsterNFTContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.