EtheremonAdventure
Verified contract
Active on
Ethereum with 55,272 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($995.78)
Native
Value
$995.78
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.31 | $3,212.19 |
$995.78 | |
MUXE | ERC-20 | 100K | -- | -- | |
EMONT | ERC-20 | 878 | -- | -- | |
EBK | ERC-20 | 4.355 | -- | -- | |
EMOND | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12750762 | 3 years ago | | | 0 | 0.00017327600 | |
| 12750762 | 3 years ago | | | 0 | 0.0011590240 | |
| 12673227 | 3 years ago | | | 0 | 0.0085196086 | |
| 12669457 | 3 years ago | | | 0 | 0.00049881000 | |
| 12669339 | 3 years ago | | | 0 | 0.00063631500 | |
| 12669337 | 3 years ago | | | 0 | 0.00068283710 | |
| 12374455 | 4 years ago | | | 0 | 0.011844000 | |
| 12365139 | 4 years ago | | | 0 | 0.010742784 | |
| 12329997 | 4 years ago | | | 0 | 0.029844868 | |
| 12320737 | 4 years ago | | | 0 | 0.010404020 |
ABI
ABI objects
Getter at block 21158616
STAT_COUNT() view returns (uint8)
6
STAT_MAX() view returns (uint8)
32
adventureDataContract() view returns (address)
0xf3bb445b935a9ea1bf4f126d0c0c4bf51c902b00
adventureItemContract() view returns (address)
0xbfde6246df72d3ca86419628cac46a9d2b60393c
adventureSettingContract() view returns (address)
0x6134896e2c48d2f961ffefd609cf0eff11b3298b
dataContract() view returns (address)
0xabc1c404424bdf24c19a5cc5ef8f47781d18eb3e
exploreEMONTFee() view returns (uint256)
1500000000
exploreETHFee() view returns (uint256)
10000000000000000
exploreFastenEMONTFee() view returns (uint256)
750000000
exploreFastenETHFee() view returns (uint256)
5000000000000000
isMaintaining() view returns (bool)
false
kittiesContract() view returns (address)
0x06012c8cf97bead5deae237070f9587f8e7a266d
minBlockGap() view returns (uint256)
240
monsterNFT() view returns (address)
0x5f480ca354304aae88d7dd66cd4735c59d543af0
owner() view returns (address)
0x7bae63c4dbd39ec66669a1ef6e1cf6f747b71bdd
tokenContract() view returns (address)
0xd6a5ab46ead26f49b03bbb1f9eb1ad5c1767974a
totalModerators() view returns (uint16)
3
totalSite() view returns (uint256)
54
Read-only
getExploreItem(uint256 _exploreId) view returns (address trainer, uint256 monsterType, uint256 monsterId, uint256 siteId, uint256 startBlock, uint256 rewardMonsterClass, uint256 rewardItemClass, uint256 rewardValue)
getPendingExploreItem(address _trainer) view returns (uint256 exploreId, uint256 monsterType, uint256 monsterId, uint256 siteId, uint256 startBlock, uint256 endBlock)
getRandom(address _player, uint256 _block, uint256 _seed, uint256 _count) view returns (uint256)
getTargetSite(address _sender, uint256 _monsterType, uint256 _monsterId, uint256 _seed) view returns (uint256)
moderators(address) view returns (bool)
predictExploreReward(uint256 _exploreId) view returns (uint256 itemSeed, uint256 rewardMonsterClass, uint256 rewardItemCLass, uint256 rewardValue)
State-modifying
Events AddModerator(address _newModerator)
ChangeOwner(address _newOwner)
RemoveModerator(address _oldModerator)
UpdateMaintaining(bool _isMaintaining)
adventureByToken(address _player, uint256 _token, uint256 _param1, uint256 _param2, uint64 _param3, uint64 _param4)
claimExploreItem(uint256 _exploreId) payable
exploreUsingETH(uint256 _monsterType, uint256 _monsterId) payable
setConfig(uint256 _minBlockGap, uint256 _totalSite)
setContract(address _dataContract, address _monsterNFT, address _adventureDataContract, address _adventureSettingContract, address _adventureItemContract, address _tokenContract, address _kittiesContract)
setFeeConfig(uint256 _exploreETHFee, uint256 _exploreEMONTFee, uint256 _exploreFastenETHFee, uint256 _exploreFastenEMONTFee)
withdrawEther(address _sendTo, uint256 _amount)
withdrawToken(address _sendTo, uint256 _amount)
ClaimExplore(address indexed from, uint256 exploreId, uint256 itemType, uint256 itemClass, uint256 itemId)
SendExplore(address indexed from, uint256 monsterType, uint256 monsterId, uint256 exploreId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.