GIToadz

Verified contract

Active on Ethereum with 10,013 txns
Deployed by via 0x0290d4bf at 14293269
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0
0x6f865a460c38d1b7a282fef260de11b4b9e36c70a3da3ce2b32e10e008e33e17
0x0a80b45a32d79d05452ef02bb5629280058a4536798dc4ab42bb9978f57d3536
0xdc6928c73a408c4e17487b0d13fa58acfe880167ae39abe1037d957f4a3dde62
0xdece4294a7f823d06a5d0de2b0358a4982e73af1b2dd7657cbefcc23f4bc28fe
0x958e7e31717c3373d642d714d972851473ad5b45cc02bfe6821a3a64d480fca9
0xbce845ddfca29dbb35b82f6a497f8818a4fec3b38b554d9e68b3e26aa781d31c
0xb702f9056c6eec35a008882c81a1f2dfeee9318d475887683557918c2d7ca575
0x9da0e0469b8efa0b07230df332552c9b0388a9822f6da968a95dfc72cab24cf0
0x584470ee737e6963b8f080eae47fc4c24ae35a6f69e23f74a635b47e7f02b4f3
0x124a12e57ab8c2e67473d58b73074512547f77b064172757dc7933a1fbe64580

Functions
Getter at block 21162697
_baseTokenURI(view returns (string)
ipfs://QmWZk7JWRZaFiAUop7bSkCPq78sC6HzYrBQW87UdLd6dP2/
maxMintAmountPerWallet(view returns (uint256)
3
maxSupply(view returns (uint256)
6969
maxTierOneMintAmount(view returns (uint256)
3000
merkleRootOne(view returns (bytes32)
0xa04824fe6b6e031fa493e938844c3a0bd5bb3aaf591496e1c4ced373050c8f4a
merkleRootTwo(view returns (bytes32)
0xb85fc614599f4889ac58b958b38aec689a3716900dfaf45c7012453bc17a805c
mintIsActive(view returns (bool)
true
mintState(view returns (bool)
true
name(view returns (string)
GIToadz
owner(view returns (address)
0x7bc6ae55fa99600796a353075244a28e883a7a5f
pricePerToken(view returns (uint256)
86900000000000000
publicMintIsActive(view returns (bool)
true
publicMintState(view returns (bool)
true
symbol(view returns (string)
GITOADZ
tierOneMintIsActive(view returns (bool)
true
tierOneMintState(view returns (bool)
true
tierTwoMintIsActive(view returns (bool)
true
tierTwoMintState(view returns (bool)
true
totalSupply(view returns (uint256)
6969
Read-only
addressMinted(addressview returns (uint256)
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMerkleRootOne(bytes32 newMerkleRoot
setMerkleRootTwo(bytes32 newMerkleRoot
setMintState(bool newState
setPublicState(bool newState
setTierOneState(bool newState
setTierTwoState(bool newState
tierOneMint(bytes32[] _merkleProofuint256 quantitypayable 
tierTwoMint(bytes32[] _merkleProofuint256 quantitypayable 
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(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(