CheckButts

Verified contract

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

No balances found for "CheckButts"

0xcc47b4f7bb7e749f4b1f2d8b2de1d73094ed9f54777d3eac50e05805e3089ac9
0x23411205b9955499fca1ab14074d07efde687d5ff401dc2a450d670721e779d0
0xe6612d7147de6a55cd43d1d35ec3f3492e7a4993435d2b5500c4f8ce9a64df16
0xab0def16e6b1ca5014d59f98cac39f93206705b839d5777b4e39d2c185cd6164
0x0d0f902e10d76b6658c70952b316f844d05e7a577bd94192ce8165a1b71e0547
0x82481868ab1110781beb231b101b92185d1d339a2a2d703652393d0f23a4f3c6
0xd8635f04d4d1688d53fca014db072a8ee07c778772b3dee5567348845ec4eb01
0xa008ebe0b8cbfa1fe66e3186bf596a18959a5f4c9af6e123460b374a1769ced1
0x657c5d8acedab93b9b6951b87b27e166a60b0001393cf2a0a1db0c92a5d432c4
0x5c55d5ae256472db349eae7848025aabbb2abb6d304af4797b6c134d3f1b1278

Functions
Getter at block 21393050
cost(view returns (uint256)
3000000000000000
hiddenURL(view returns (string)
maxFreeMintAmountPerWallet(view returns (uint8)
2
maxMintAmountPerTx(view returns (uint8)
31
maxSupply(view returns (uint16)
6969
name(view returns (string)
CheckButts
owner(view returns (address)
0x24072173e9c2271ca8b9cb436ac083693fd72744
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
CK
totalSupply(view returns (uint256)
6969
Read-only
NFTPerPublicAddress(addressview returns (uint8)
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
Airdrop(uint8 _amountPerAddressaddress[] addresses
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
mint(uint8 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxLimitPerAddress(uint8 _limit
setHiddenUri(string _uriPrefix
setMaxMintAmountPerTx(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setPaused(
setRevealed(
setUriPrefix(string _uriPrefix
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(
Fallback and receive

This contract contains no fallback and receive objects.

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