NFD Keys
Verified contract
Active on
Ethereum with 9,292 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4.34)
Native
Value
$4.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0014 | $3,097.48 |
$4.34 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21116263 | 16 days ago | | | 0 | 0.00040822865 | |
| 21111190 | 17 days ago | | | 0 | 0.000088197219 | |
| 21106208 | 17 days ago | | | 0 | 0.000084227701 | |
| 21103822 | 18 days ago | | | 0 | 0.000061875509 | |
| 21103059 | 18 days ago | | | 0 | 0.000080716849 | |
| 21102943 | 18 days ago | | | 0 | 0.00010119210 | |
| 21102694 | 18 days ago | | | 0 | 0.00022637264 | |
| 21102384 | 18 days ago | | | 0 | 0.00012328500 | |
| 21101794 | 18 days ago | | | 0 | 0.00020949562 | |
| 21101248 | 18 days ago | | | 0 | 0.00037515120 |
ABI
ABI objects
Getter at block 21230279
MAX_SUPPLY() view returns (uint256)
3333
currentPhase() view returns (uint256)
2
name() view returns (string)
NFD Keys
owner() view returns (address)
0x89034058e2a27d29c94ea69d10acc0088b20c030
phase1Root() view returns (bytes32)
0x656f3a1326183a3485edf24ba1724a749341dc8af5b9ffe21e729f78b2ebd90d
phase2Root() view returns (bytes32)
0xc50287fbf4e3af83c78478cb0bd90541dbdcee2fd2c1d1a121fdb34869752346
symbol() view returns (string)
NFDKEYS
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasMinted(address account) view returns (bool)
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) payable
mint(bytes32[] proof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPhase(uint256 phase)
setRootPhase1(bytes32 _merkleRoot)
setRootPhase2(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
treasuryMint(address to, uint256 mintCount)
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)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()