EtheremonAdventure
Verified contract
Active on
Ethereum with 12,903 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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
EMONA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21018236 | a month ago | | | 0 | 0.00014920686 | |
| 20653541 | 3 months ago | | | 0 | 0.000032019943 | |
| 20596360 | 3 months ago | | | 0 | 0.00010103190 | |
| 20588190 | 3 months ago | | | 0 | 0.000046993280 | |
| 20152441 | 5 months ago | | | 0 | 0.00010550860 | |
| 19305500 | 9 months ago | | | 0 | 0.0016085204 | |
| 19094574 | 10 months ago | | | 0 | 0.00054621631 | |
| 19078652 | 10 months ago | | | 0 | 0.00051552976 | |
| 18741592 | a year ago | | | 0 | 0.0037918994 | |
| 17969131 | a year ago | | | 0 | 0.00050080416 |
ABI
ABI objects
Getter at block 21287927
MAX_OWNER_PERS_SITE() view returns (uint256)
10
MAX_SITE_ID() view returns (uint256)
108
MAX_SITE_TOKEN_ID() view returns (uint256)
1080
adventureHandler() view returns (address)
0x355a878be1a5d27fc31657e367737ba4868f41b6
isMaintaining() view returns (bool)
false
name() view returns (string _name)
EtheremonAdventure
owner() view returns (address)
0x7bae63c4dbd39ec66669a1ef6e1cf6f747b71bdd
symbol() view returns (string _symbol)
EMOND
totalItem() view returns (uint256)
30540
totalModerators() view returns (uint16)
3
totalSupply() view returns (uint256)
18218
Read-only
balanceOf(address _owner) view returns (uint256)
getApproved(uint256 _tokenId) view returns (address)
getItemInfo(uint256 _tokenId) view returns (uint256 classId, uint256 value)
isApprovedForAll(address _owner, address _operator) view returns (bool)
items(uint256) view returns (uint256 classId, uint256 value)
moderators(address) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address _owner)
supportsInterface(bytes4 _interfaceID) view returns (bool)
tokenByIndex(uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events AddModerator(address _newModerator)
ChangeOwner(address _newOwner)
RemoveModerator(address _oldModerator)
UpdateMaintaining(bool _isMaintaining)
approve(address _approved, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setAdventureHandler(address _adventureHandler)
setApprovalForAll(address _operator, bool _approved)
setTokenURI(uint256 _tokenId, string _uri)
spawnItem(uint256 _classId, uint256 _value, address _owner) returns (uint256)
spawnSite(uint256 _classId, uint256 _tokenId, address _owner)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
useMultipleItem(uint256 _token1, uint256 _token2, uint256 _token3, uint256 _target, uint256 _param)
useSingleItem(uint256 _tokenId, uint256 _target, uint256 _param)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.