Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9 additional slots
-
variable spans 9 additional slots
-
variable spans 24 additional slots
-
variable spans 24 additional slots
Balances ($0.00)
No balances found for "Genesis Keys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21842381 | 7 hours ago | | | 0 | 1.3597076e-7 | |
| 21842020 | 8 hours ago | | | 0 | 1.3656610e-7 | |
| 21769301 | 2 days ago | | | 0 | 1.4306701e-7 | |
| 21730728 | 3 days ago | | | 0 | 0.0000010163753 | |
| 21725111 | 3 days ago | | | 0 | 1.3476033e-7 | |
| 21724637 | 3 days ago | | | 0 | 0.000000092519959700 | |
| 21724310 | 3 days ago | | | 0 | 0.000000092351716100 | |
| 21723833 | 3 days ago | | | 0 | 0.000000092519959700 | |
| 21723397 | 3 days ago | | | 0 | 1.4306701e-7 | |
| 21723345 | 3 days ago | | | 0 | 1.3442954e-7 |
ABI
ABI objects
Getter at block 21855747
coinsContractAddress() view returns (address)
0xcb99f490c86b6c7beaa9e4644dcabecf826e7865
mintCount() view returns (uint256)
250
name() view returns (string)
Genesis Keys
owner() view returns (address)
0xeaf05b95553adb4a45d8ed75a4faaf739bdf682a
symbol() view returns (string)
KEYS
Read-only
balanceOf(address owner) view returns (uint256)
coinsBurnedByKey(uint256, uint256) 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(address owner, uint256[5] coinTokenIds)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCoinsContractAddress(address _coinsContractAddress)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address payee) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CoinsContractAddressUpdated(address indexed coinsContractAddress)
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.
CallerMustBeCoinsContract()
InvalidOffer()
MintSupplyExhausted()
MintingNotStarted()
TestnetOnlyFunction()
TokenDoesNotExist(uint256 tokenId)
WithdrawalFailed()