Chimera
Verified contract
Active on
Ethereum with 3,692 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 "Chimera"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21017954 | a month ago | | | 0 | 0.00030797961 | |
| 21007943 | a month ago | | | 0 | 0.00034997484 | |
| 20997755 | a month ago | | | 0 | 0.00023470995 | |
| 20859803 | 2 months ago | | | 0 | 0.00026273386 | |
| 20521757 | 3 months ago | | | 0 | 0.000052902712 | |
| 20480917 | 3 months ago | | | 0 | 0.00014249491 | |
| 20474062 | 3 months ago | | | 0 | 0.000094641087 | |
| 19800328 | 6 months ago | | | 0 | 0.00019041214 | |
| 19625914 | 7 months ago | | | 0 | 0.00074955845 | |
| 19603019 | 7 months ago | | | 0 | 0.00034822930 |
ABI
ABI objects
Getter at block 21219456
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
cost() view returns (uint256)
4900000000000000
hiddenMetadataUri() view returns (string)
ipfs://bafybeih3djxfca6ebfwmlhwwjri4aeplk4kkrknoq3ln7aevazcsrdshte/hidden.json
maxMintAmountPerTx() view returns (uint256)
3
maxSupply() view returns (uint256)
2751
merkleRoot() view returns (bytes32)
0xe6e12c1194dfa1b7302d75a0752d4def6b5c6735bffdc528ac057c746f742fe8
name() view returns (string)
Chimera
owner() view returns (address)
0xeace69923bb73a4f116f3052ac0418be26051a4c
paused() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
CK
totalSupply() view returns (uint256)
2751
uriPrefix() view returns (string)
ipfs://bafybeifuxilpasmgowrvlq4bashxdetzrqn5xk5g5zaz5sxwtgojgjndne/
uriSuffix() view returns (string)
.json
whitelistMintEnabled() view returns (bool)
false
Read-only
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)
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)
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()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()