CnMGame
Verified contract
Active on
Ethereum with 20,313 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7dcd…e775
0x6881…ad2d
0x0c43…fa87
0x6d0a…ab06
0x15db…296d
Balances ($0.00)
No balances found for "CnMGame"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15224161 | 2 years ago | | | 0 | 0.0033491894 | |
| 15104503 | 2 years ago | | | 0 | 0.0014524268 | |
| 14621690 | 3 years ago | | | 0 | 0.0050471026 | |
| 14596560 | 3 years ago | | | 0 | 0.0027821435 | |
| 14596542 | 3 years ago | | | 0 | 0.0026939704 | |
| 14418805 | 3 years ago | | | 0 | 0.0028630643 | |
| 14389491 | 3 years ago | | | 0 | 0.0023816753 | |
| 14360674 | 3 years ago | | | 0 | 0.0045170926 | |
| 14357429 | 3 years ago | | | 0 | 0.0029177961 | |
| 14355913 | 3 years ago | | | 0 | 0.0035842604 |
ABI
ABI objects
Getter at block 21287565
MINT_PRICE() view returns (uint256)
75000000000000000
ROLL_COST() view returns (uint256)
3000000000000000000000
allowCommits() view returns (bool)
true
cheddarToken() view returns (address)
0x68810fb2b13d48b2f4a0fb1fea2397a2a106ad2d
cnmNFT() view returns (address)
0x6d0a3b4c6bdf774ee335b1cc1f3a9a80d4fdab06
habitat() view returns (address)
0x7dcdd6561b7fea8c1c03da9d605b36da86afe775
isPublicActive() view returns (bool)
true
isWhitelistActive() view returns (bool)
false
maxPerWallet() view returns (uint256)
3
owner() view returns (address)
0x78352d404896602b1a5fe58781ebac4f6d7211c7
paused() view returns (bool)
false
randomizer() view returns (address)
0x15dba5b07ebd602fea6c7e4ea8479fdeb9ba296d
root() view returns (bytes32)
0xccae15edda06943547e52d8adb572c44f61a912ff0e6ee69a2431e97454aebfe
traits() view returns (address)
0x0c432035db0bc25e95bb00fbb5809587d8a1fa87
Read-only
canMint(address addr) view returns (bool)
getPendingMint(address addr) view returns (struct CnMGameMintCommit)
hasMintPending(address addr) view returns (bool)
mintCost(uint256 tokenId, uint256 maxTokens) pure returns (uint256)
State-modifying
Events addAdmin(address addr)
deleteCommit(address addr)
forceRevealCommit(address addr)
mintCommit(uint256 amount, bool stake) payable
mintReveal()
removeAdmin(address addr)
renounceOwnership()
rollForage(uint256 tokenId) returns (uint8)
setAllowCommits(bool allowed)
setContracts(address _cheddar, address _traits, address _cnm, address _habitat, address _randomizer)
setMaxPerWallet(uint256 _amount)
setPaused(bool _paused)
setPendingMintAmt(uint256 pendingAmt)
setPrice(uint256 _price)
setRollPrice(uint256 _price)
setRoot(bytes32 _root)
togglePublicSale()
toggleWhitelistActive()
transferOwnership(address newOwner)
whitelistMint(uint256 amount, bool stake, uint256 tokenId, bytes32[] proof) 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)
Roll(address indexed owner, uint256 tokenId, uint8 roll)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.