SharkGameCR
Verified contract
Active on
Ethereum with 383 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5a7f…9ca1
0x80de…eed3
0xa7e6…54ee
0xe98e…2903
Balances ($125.30)
Native
Value
$125.3
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.04 | $3,132.45 |
$125.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13909711 | 3 years ago | | | 0.04 | 0.012984139 | |
| 13805942 | 3 years ago | | | 0 | 0.10070403 | |
| 13805430 | 3 years ago | | | 0 | 0.0031158781 | |
| 13805290 | 3 years ago | | | 0.04 | 0.010224888 | |
| 13805287 | 3 years ago | | | 0.12 | 0.0093726243 | |
| 13805258 | 3 years ago | | | 0 | 0.025508437 | |
| 13805040 | 3 years ago | | | 0 | 0.091198155 | |
| 13800908 | 3 years ago | | | 0 | 0.0019221741 | |
| 13797455 | 3 years ago | | | 0 | 0.033354508 | |
| 13795697 | 3 years ago | | | 0 | 0.029231944 |
ABI
ABI objects
Getter at block 21205253
chumToken() view returns (address)
0x80deb5b6734d61faf1424d44c4c8705a7c9ceed3
coral() view returns (address)
0x5a7fe6d29b0a8029d3b17d1087c9899a69729ca1
owner() view returns (address)
0x6d6d72ddb05dc21e82388cb6c995493c88d92368
paused() view returns (bool)
false
saleStage() view returns (uint8)
2
sharksNft() view returns (address)
0xe98e81e02a31dcb3a99bfc10f83d40b4faf42903
traits() view returns (address)
0xa7e667d8014d522fa9468022c9f82620ac3354ee
treasureChestTypeId() view returns (uint256)
0
Read-only
canMint(address addr) view returns (bool)
freeMints(address) view returns (uint16)
getPendingMint(address addr) view returns (struct SharkGameCRMintCommit)
hasMintPending(address addr) view returns (bool)
mintCostChum(uint256 tokenId, uint256 maxTokens) view returns (uint256)
State-modifying
Events addAdmin(address addr)
addCommitRandom(uint256 seed)
addFreeMints(address addr, uint16 qty)
deleteCommit(address addr)
forceRevealCommit(address addr)
mintCommit(uint16 amount, bool stake, bytes32[] proof) payable
mintReveal()
removeAdmin(address addr)
renounceOwnership()
setContracts(address _chum, address _traits, address _sharksNft, address _coral)
setMaxChumCost(uint256 _amount)
setPaused(bool _paused)
setPendingMintAmt(uint256 pendingAmt)
setSaleStage(uint8 val)
setWhitelistRoot(bytes32 val)
transferOwnership(address newOwner)
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.