ChiefToad

Verified contract

Active on Ethereum with 6,058 txns
Deployed by via 0x230cddce at 15077627
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
17 additional variables

No balances found for "ChiefToad"

0x31986c6266b253c964f12acc02fa260653abaf10ed13fa950bf3a5b467991d83
0xa4a4b5936ec1b80f5c8c4dec58d956c5b4f0b067a9fca617b768b0b47019c2d2
0x44e388a97d7be5049cba5ce9a222f6d0c7a1628a27a1d5dde164e5d72fce4326
0xb372493c6788a4bdcadff0b59404b0ad5218d498d91c9ad19ae856f30da3d594
0x1c1c23e63a05b165196a4b7a15c8cd7c0cbe8f3b8e5630e6616970e1aa2b7f8f
From
0xca689727b40b7c74fe9759fc0b480595868e9bb7012a9b50a815fa356ed3e8c6
From
0x8aa69c396bcfaabe76599747a79103e31cd4cdba4c17a1ab96c5810f9bcaf3ba
0x8556417954886490046478d39ffcd625e13bea1161b62826dc7d5a25e9530dff
0xac8a9c7fb6cf01f4d6f654e9ed16b52543acb3448b75df9edb9ec52c4b7586c3
0xeca4ab6c5a76cf00ae88ccc07f5b1ed5a36345aadbd1a46c91b7242fa11bbef9

Functions
Getter at block 20823422
baseURI(view returns (string)
ipfs://bafybeiaocturonijjc2fr2zypous6gkhy3j4y7tlzp5tkw3nvkpociti2y/
communityMintMaxPerWallet(view returns (uint256)
2
communityMintMaxSupply(view returns (uint256)
5000
communityMintPrice(view returns (uint256)
100000000000000000
devMintCount(view returns (uint256)
888
getRandom(view returns (uint256)
45205686882992838265137575813104504721275348616581829816326826813626164536790
name(view returns (string)
ChiefToad
owner(view returns (address)
0x69fe99ffa980aea81bff677451a3e2c95f8d56c4
publicMintMaxPerWallet(view returns (uint256)
2
publicMintPrice(view returns (uint256)
100000000000000000
rizardMintMaxPerWallet(view returns (uint256)
10
rizardMintPrice(view returns (uint256)
80000000000000000
s_requestId(view returns (uint256)
57117766127014120821192385056973116612815669137655023135921964387882604591890
stage(view returns (uint256)
7
symbol(view returns (string)
CT
totalMaxSupply(view returns (uint256)
10000
totalSupply(view returns (uint256)
10000
treasury(view returns (address)
0x68c1830210b68d17301def112759c2d047004878
whitelistMintMaxPerWallet(view returns (uint256)
2
whitelistMintPrice(view returns (uint256)
80000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
communityMintCount(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicMintCount(addressview returns (uint256)
rizardMintCount(addressview returns (uint256)
s_randomWords(uint256view returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
whitelistMintCount(addressview returns (uint256)
State-modifying
airdrop(address[] _addresses
approve(address touint256 tokenId
communityMint(uint256 _mintAmountbytes noncebytes signaturepayable 
devMint(uint256 _mintAmount
publicMint(uint256 _mintAmountpayable 
rawFulfillRandomWords(uint256 requestIduint256[] randomWords
renounceOwnership(
reveal(bool revealed
rizardMint(uint256 _mintAmountbytes noncebytes signaturepayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setCommunityMaxMintPerWallet(uint256 amount
setCommunityMaxSupply(uint256 amount
setCommunitySignerAddress(address signer
setNotRevealedURI(string newUnrevealedURI
setRizardMaxMintPerWallet(uint256 amount
setRizardSignerAddress(address signer
setStage(uint256 _newStage
setTreasury(address _treasury
setUnrevealedBasedURI(string __unrevealedBaseURI
setWhitelistMaxMintPerWallet(uint256 amount
setWhitelistSignerAddress(address signer
shuffle(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes noncebytes signaturepayable 
withdrawFund(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
DevMint(uint256 count
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PrivateMint(address indexed touint256 amount
PrivateSaleOpened(bool statusuint256 timestamp
PublicMint(address indexed touint256 amount
PublicSaleOpened(bool statusuint256 timestamp
Revealed(uint256 timestamp
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
WithdrawETH(uint256 amountWithdrawn
Constructor
constructor(uint64 subscriptionIdaddress _vrfCoordinatorbytes32 _keyHashaddress _owneraddress _communitySignerAddressaddress _whitelistSignerAddressaddress _rizardSignerAddressstring _unrevealed
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OnlyCoordinatorCanFulfill(address haveaddress want
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(