GIToadz
Verified contract
Active on
Ethereum with 10,013 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,148.27 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21109789 | 7 days ago | | | 0 | 0.00011770788 | |
| 21101375 | 9 days ago | | | 0 | 0.00036220860 | |
| 21101372 | 9 days ago | | | 0 | 0.00036220860 | |
| 21101371 | 9 days ago | | | 0 | 0.00033460860 | |
| 21056632 | 15 days ago | | | 0 | 0.00015410267 | |
| 21056072 | 15 days ago | | | 0 | 0.00030588323 | |
| 21054186 | 15 days ago | | | 0 | 0.00020198388 | |
| 21019257 | 20 days ago | | | 0 | 0.00024108536 | |
| 21015754 | 21 days ago | | | 0 | 0.00047455635 | |
| 21009903 | 21 days ago | | | 0 | 0.00037611138 |
ABI
ABI objects
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(address) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
publicMint(uint256 quantity) payable
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)
setMerkleRootOne(bytes32 newMerkleRoot)
setMerkleRootTwo(bytes32 newMerkleRoot)
setMintState(bool newState)
setPublicState(bool newState)
setTierOneState(bool newState)
setTierTwoState(bool newState)
tierOneMint(bytes32[] _merkleProof, uint256 quantity) payable
tierTwoMint(bytes32[] _merkleProof, uint256 quantity) payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()