EtheremonWorldNFT
Verified contract
Active on
Ethereum with 9,868 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,432.95)
Native
Value
$1,432.95
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.4011 | $3,572.55 |
$1,432.95 | |
FOR | ERC-20 | 1 | $0.001898 |
$0 | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20295478 | 5 months ago | | | 0 | 0.000037484820 | |
| 20295447 | 5 months ago | | | 0 | 0.00026203800 | |
| 20150320 | 5 months ago | | | 0 | 0.000056223000 | |
| 15381036 | 2 years ago | | | 0 | 0.000075036000 | |
| 12301153 | 4 years ago | | | 0.03534 | 0.018422195 | |
| 12301146 | 4 years ago | | | 0.03942 | 0.018388645 | |
| 12301125 | 4 years ago | | | 0.03279 | 0.020236095 | |
| 12300448 | 4 years ago | | | 0.03234 | 0.022739392 | |
| 12293682 | 4 years ago | | | 0.03219 | 0.042882688 | |
| 12289348 | 4 years ago | | | 0 | 0.035450110 |
ABI
ABI objects
Getter at block 21287916
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)
0x7bae63c4dbd39ec66669a1ef6e1cf6f747b71bdd
priceIncreasingRatio() view returns (uint256)
1000
totalModerators() view returns (uint16)
5
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.