Curio Key
Verified contract
Active on
Ethereum with 3,109 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 "Curio Key"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103051 | 8 days ago | | | 0 | 0.000099000810 | |
| 21102371 | 8 days ago | | | 0 | 0.00011871517 | |
| 20859669 | a month ago | | | 0 | 0.00015204334 | |
| 20615906 | 2 months ago | | | 0 | 0.000047162443 | |
| 20509020 | 3 months ago | | | 0 | 0.000058410845 | |
| 20123968 | 5 months ago | | | 0 | 0.000066856773 | |
| 20123968 | 5 months ago | | | 0 | 0.000067022362 | |
| 20091827 | 5 months ago | | | 0 | 0.00068787305 | |
| 20015236 | 5 months ago | | | 0 | 0.00040279090 | |
| 20015185 | 5 months ago | | | 0 | 0.00030018686 |
ABI
ABI objects
Getter at block 21158841
baseTokenURI() view returns (string)
ipfs://QmUjyzvSMRhCeJYRngDe5i5YjcbqofneM1CXZQsyvXgB55/
maxSupply() view returns (uint256)
1000
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintingOpen() view returns (bool)
false
name() view returns (string)
Curio Key
owner() view returns (address)
0x45bcf37e424e2d0af30e182beeaa86d89c2d0ba3
symbol() view returns (string)
CURIOKEY
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
claimed(address account) view returns (bool)
claims(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(bytes32[] proof)
mintOwner(address to, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setMerkleRoot(bytes32 _merkleRoot)
setMintingOpen(bool open)
setRoyaltyInfo(uint96 feeBasisPoints)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
MintingOpen(bool indexed open)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, uint256 _maxSupply)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()