EtheremonWorldNFT
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 ($2.37)
Native
Value
$2.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00075 | $3,159.46 |
$2.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6250419 | 6 years ago | | | 0 | 0.00022344700 | |
| 6250415 | 6 years ago | | | 0 | 0.00017430700 | |
| 6250405 | 6 years ago | | | 0.04 | 0.0029837570 | |
| 6250334 | 6 years ago | | | 0 | 0.00034673800 | |
| 6250330 | 6 years ago | | | 0 | 0.00045655400 |
ABI
ABI objects
Getter at block 21218925
STAT_COUNT() view returns (uint8)
6
STAT_MAX() view returns (uint8)
32
dataContract() view returns (address)
0xabc1c404424bdf24c19a5cc5ef8f47781d18eb3e
gapFactor() view returns (uint256)
5
isMaintaining() view returns (bool)
false
monsterNFT() view returns (address)
0x5d00d312e171be5342067c09bae883f9bcb2003b
owner() view returns (address)
0xe0a66218c40230967d4240d25f6220a28e52c7ff
priceIncreasingRatio() view returns (uint256)
1000
totalModerators() view returns (uint16)
1
Read-only
getMonsterClassBasic(uint32 _classId) view returns (uint256, uint256, uint256, bool)
getPrice(uint32 _classId) view returns (bool catchable, uint256 price)
getRandom(address _player, uint256 _block, uint256 _count) view returns (uint256)
moderators(address) view returns (bool)
State-modifying
Events AddModerator(address _newModerator)
ChangeOwner(address _newOwner)
RemoveModerator(address _oldModerator)
UpdateMaintaining(bool _isMaintaining)
burnMonster(uint64 _tokenId)
catchMonster(address _player, uint32 _classId, string _name) payable returns (uint256 tokenId)
catchMonsterNFT(uint32 _classId, string _name) payable
mintMonster(uint32 _classId, address _trainer, string _name) returns (uint256)
setAddressWhitelist(address _smartcontract, bool _status)
setClassWhitelist(uint32 _classId, bool _status)
setConfig(uint256 _gapFactor, uint256 _priceIncreasingRatio)
setContract(address _dataContract, address _monsterNFT)
withdrawEther(address _sendTo, uint256 _amount)
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.