The Undead Chimpsons
Verified contract
Active on
Ethereum with 1,131 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "The Undead Chimpsons"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163084 | 7 days ago | | | 0 | 0.00029122695 | |
| 21109001 | 14 days ago | | | 0 | 0.00018224085 | |
| 21108998 | 14 days ago | | | 0 | 0.00017417698 | |
| 21104150 | 15 days ago | | | 0 | 0.00012365970 | |
| 21103450 | 15 days ago | | | 0 | 0.00011391007 | |
| 20746887 | 2 months ago | | | 0 | 0.000052226584 | |
| 19446391 | 8 months ago | | | 0 | 0.00083647039 | |
| 19188662 | 9 months ago | | | 0 | 0.0012051838 | |
| 18070457 | a year ago | | | 0 | 0.00063541944 | |
| 17949190 | a year ago | | | 0 | 0.00031849430 |
ABI
ABI objects
Getter at block 21212022
_baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmSXm8XThLoH7LjihRQxBWPqP7t7EFGfKf9XWGwp5VkLrV/
cost() view returns (uint256)
1000000000000000
freeSupply() view returns (uint256)
6750
hiddenMetadataUri() view returns (string)
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
7000
name() view returns (string)
The Undead Chimpsons
owner() view returns (address)
0xc94e704fafe35e4f9e0dca1e6ab8f7450ac1fd32
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
UNDCHIMPSONS
totalSupply() view returns (uint256)
6937
Read-only
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)
tokenURI(uint256 _tokenId) view returns (string)
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)
setBaseURI(string baseURI)
setCost(uint256 _cost)
setFreeSupply(uint256 _freeSupply)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setRevealed(bool _state)
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(string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()