Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x07e6…7904
0x6577…019b
0x4c5d…244f
Balances ($0.00)
No balances found for "HNDGame"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13857243 | 3 years ago | | | 0 | 0.0023404333 | |
| 13844787 | 3 years ago | | | 0 | 0.0011745500 | |
| 13843630 | 3 years ago | | | 0.14 | 0.0029725913 | |
| 13843614 | 3 years ago | | | 0 | 0.0022210246 | |
| 13843590 | 3 years ago | | | 0 | 0.0023559096 | |
| 13843584 | 3 years ago | | | 0.14 | 0.0026564036 | |
| 13843584 | 3 years ago | | | 0.14 | 0.0026553723 | |
| 13843574 | 3 years ago | | | 0 | 0.0015395527 | |
| 13843573 | 3 years ago | | | 0 | 0.0013701818 | |
| 13843562 | 3 years ago | | | 0 | 0.0013832086 |
ABI
ABI objects
Getter at block 21378272
HNDNFT() view returns (address)
0x4c5d3106c4645079efe5a90d1f2b7d1696a1244f
expToken() view returns (address)
0x657709ce292dd02046f3f8c3231f8e1f5519019b
isPublicSale() view returns (bool)
false
kingdom() view returns (address)
0xf8a033d41e72d6a641268146236aa0f7b7b441a5
owner() view returns (address)
0x1f88bee7683083f6a391b376c2d6c3faceaa7ecb
paused() view returns (bool)
true
presalePrice() view returns (uint256)
70000000000000000
publicSalePrice() view returns (uint256)
80000000000000000
shop() view returns (address)
0xf8a033d41e72d6a641268146236aa0f7b7b441a5
traits() view returns (address)
0x07e6e6c71c910791a56be610e0de5967dc777904
Read-only
canMint(address addr) view returns (bool)
getPendingMint(address addr) view returns (struct HNDGameMintCommit)
hasMintPending(address addr) view returns (bool)
mintCost(uint256 tokenId, uint256 maxTokens) view returns (uint256)
State-modifying
Events addAdmin(address addr)
addCommitRandom(uint256 seed, bytes32 parentBlockHash)
deleteCommit(address addr)
forceRevealCommit(address addr)
mintCommit(uint256 amount, bool stake) payable
mintReveal()
removeAdmin(address addr)
renounceOwnership()
setContracts(address _exp, address _traits, address _HND, address _kingdom, address _shop)
setMaxExpCost(uint256 _amount)
setPaused(bool _paused)
setPendingMintAmt(uint256 pendingAmt)
setTreasury(address _treasury)
setWhitelistMerkleRoot(bytes32 root)
startPublicSale(bool _saleStarted)
transferOwnership(address newOwner)
whitelistMintCommit(uint256 index, uint256 a, uint256 amount, bytes32[] merkleProof, bool stake) payable
withdraw()
MintCommitted(address indexed owner, uint256 indexed amount)
MintRevealed(address indexed owner, uint256 indexed amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.