CHECKS NUMBERS GAME

Verified contract

Active on Ethereum with 2,125 txns
Deployed by via 0x244d956d at 16570035
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CHECKS NUMBERS GAME"

0x510513755e31b17081887b8ec0135afb5c318c41866c458a6e9f090b5d293590
0x91f319d7bb1362861e66d63896a9c4953ba1cfb444382e796b7d3f11c22dfcf2
0xcf109793f2c3c280c57116de80d7f353e0ca462a432aa8ad52d7393008d63b2d
0x50f29a0bdb9a9413dd96c81b42b51137761f0f3dfcfdba244233e945bf7acc73
0xd65a5ffaf2df0b9545fa9013293c2aa624df8784a36a1e575ca6e0f975b5afad
0x6a988a413ebaa13d93c55234116b1204882735696b4b40d32b3d5768664d23c9
0x3d028a4ef466e0eee05355f9782eb7a4dd9f8ee49a58d80129feb5f4725e1722
0x7ea77fc3448e8d004ca4f3fa0b8e14da39818a1e2434fe3379e746ab370e29c4
0xc7610db429c9c69f621e2f80dd29f65953c3a3b21325adb93b3f1c1b92e2a110
0x5b0b8acf44e94ec32776b2410a2cc1aad02183663f73c7e37dbf6541d5b10362

Functions
Getter at block 20933994
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool 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 fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(