NFD Keys

Verified contract

Active on Ethereum with 9,292 txns
Deployed by via 0x362994e3 at 16899004
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $4.34
0xc947e915b82cec11cdd6390c76aeeb15e634c77bed035c53ea879c4ef9127632
0xbd90d63a4d1aef1eb1e7c0c949cf18214c1d5e7fda8814e5f74103d8f1732c4d
0x980aabfe898dbdb09da762984b66eb2a5505274651a0f7de7e8c02b9fa77bb0d
0x671c98d2618db39fc9de3c1573b868371962ec1202473d8087e500890b745964
0xb52cd6af9b6b81a9402ac41ed242ddd2983c7e19df4bd530dcde2c0a8726cbc1
0x6171ff3b97f28e52b3a03fac252767f8f1bde49816055bfa693feefda0390e78
0x72b7ef3552e881b8ec52bd8fb9e671ae14ce7c6d070cd785f46b241affd55b9e
0xb3af23444466210c04ebe9a5884c500d43a07795215c9d01776311a126c72698
0x5f3ba254a13673dceb9f4215f282cca1b754c8168bfdccc45a976ea86034aebe
0x88dc2e9044fc75f31d9570c8db4947256c4f752de94b99fa2ff696b9d0c708a7

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
hasMinted(address accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
mint(bytes32[] proof
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setPhase(uint256 phase
setRootPhase1(bytes32 _merkleRoot
setRootPhase2(bytes32 _merkleRoot
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
treasuryMint(address touint256 mintCount
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(