Mad Chihuahuas NFT
Verified contract
Active on
Ethereum with 818 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Mad Chihuahuas NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17832689 | a year ago | | | 0 | 0.0014676266 | |
| 17754537 | a year ago | | | 0 | 0.00079393628 | |
| 17129888 | 2 years ago | | | 0 | 0.0035418143 | |
| 16720865 | 2 years ago | | | 0 | 0.0031792940 | |
| 16461830 | 2 years ago | | | 0 | 0.0019759333 | |
| 16391690 | 2 years ago | | | 0 | 0.00082093850 | |
| 16352791 | 2 years ago | | | 0 | 0.00065893620 | |
| 16352785 | 2 years ago | | | 0 | 0.00063922247 | |
| 16351035 | 2 years ago | | | 0 | 0.00079488230 | |
| 16183943 | 2 years ago | | | 0 | 0.00079080229 |
ABI
ABI objects
Getter at block 21211568
GIFT_TOKENS() view returns (uint256)
50
PRESALE_LIMIT() view returns (uint256)
3
PUBLICSALE_LIMIT() view returns (uint256)
10
PUBLIC_TOKENS() view returns (uint256)
3283
cost() view returns (uint256)
0
hiddenMetadataUri() view returns (string)
ipfs://bafybeif4qsajrbe2qjeopmxfcrmfofmirmt5fqkb4iqe676xdun3nclkny/hidden.json
maxMintAmountPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
3333
merkleRoot() view returns (bytes32)
0x5a84444f6f7aaa6e92ab49343da169c74b2b1ef6454d9a3b39c4cbee722beab0
name() view returns (string)
Mad Chihuahuas NFT
owner() view returns (address)
0xb21971f5ea6ea8185c1840b654a14a4634c0e486
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
MADC
totalSupply() view returns (uint256)
3333
uriPrefix() view returns (string)
ipfs://bafybeibmpiblphmx24elutofjvc3cl3utc7tirsna6bklizje7qch7kvoe/
uriSuffix() view returns (string)
.json
whitelistMintEnabled() view returns (bool)
false
Read-only
addressToMints(address) view returns (uint256 _numberOfAuthorMintsByAddress, uint256 _numberOfMintsByAddress)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presalePurchases(address) view returns (uint256)
publicPurchases(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxMintAmountWallet(uint256 _PUBLICSALE_LIMIT)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistMintEnabled(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
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(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()