CHECKS NUMBERS GAME
Verified contract
Active on
Ethereum with 2,126 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CHECKS NUMBERS GAME"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21051540 | a month ago | | | 0 | 0.00027746743 | |
| 17515962 | a year ago | | | 0 | 0.0018644964 | |
| 17515960 | a year ago | | | 0 | 0.00096723502 | |
| 17515956 | a year ago | | | 0 | 0.0012531032 | |
| 17515956 | a year ago | | | 0 | 0.0019044484 | |
| 17515953 | a year ago | | | 0 | 0.0017870124 | |
| 17515952 | a year ago | | | 0 | 0.0015504635 | |
| 17515946 | a year ago | | | 0 | 0.0013389353 | |
| 17515939 | a year ago | | | 0 | 0.0013012968 | |
| 17515934 | a year ago | | | 0 | 0.0013301520 |
ABI
ABI objects
Getter at block 21276505
FREE_NFT() view returns (uint256)
1
_baseTokenURI() view returns (string)
cost() view returns (uint256)
2900000000000000
freeSupply() view returns (uint256)
10000
hiddenMetadataUri() view returns (string)
https://gateway.pinata.cloud/ipfs/QmXpQK37v9AdPuWSajv3zt3Xk2CPoGbKxhBcmzwk3HDY9C/CNG_json
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
10000
name() view returns (string)
CHECKS NUMBERS GAME
owner() view returns (address)
0x585c9cecfdf511cebdb61f2b7f4a79af1a7c7a75
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
CHECKSNUMBERS
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCost(uint256 _cost)
setFREENFT(uint256 _FREENFT)
setFreeSupply(uint256 _freeSupply)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setRevealed(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()