NotJustAKey
Verified contract
Active on
Ethereum with 10,960 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 "NotJustAKey"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103802 | 9 days ago | | | 0 | 0.000074995200 | |
| 21102560 | 9 days ago | | | 0 | 0.00011854080 | |
| 21061203 | 15 days ago | | | 0 | 0.00015166213 | |
| 21031668 | 19 days ago | | | 0 | 0.00012286214 | |
| 20866949 | a month ago | | | 0 | 0.00044558843 | |
| 20751935 | 2 months ago | | | 0 | 0.000037490358 | |
| 20719297 | 2 months ago | | | 0 | 0.000070640123 | |
| 20719295 | 2 months ago | | | 0 | 0.000072720000 | |
| 20570041 | 3 months ago | | | 0 | 0.000051093382 | |
| 20524780 | 3 months ago | | | 0 | 0.00010726458 |
ABI
ABI objects
Getter at block 21169551
allowlistMerkleRoot() view returns (bytes32)
0x8e4c3a05c356890da4542a4a475d03d4f30ab1cf9077edcdaf325154e09aacfb
name() view returns (string)
NotJustAKey
owner() view returns (address)
0x59b9a761f1f4180cf71a5d6c1ec4eb7293678215
publicRaffleMerkleRoot() view returns (bytes32)
0x9876c90f1a5aa5b457a76e47a87d5fe998999db56a5fce9ab8e181406180a929
saleStatus() view returns (uint8)
3
symbol() view returns (string)
KEY
totalBurned() view returns (uint256)
678
totalSupply() view returns (uint256)
4880
Read-only
allowlistSalePurchased(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 _tokenId) view returns (struct IERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
publicRaffleSalePurchased(address) view returns (bool)
remainingSalePurchased(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowlistSale(bytes32[] _proof) payable
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
publicRaffleSale(bytes32[] _proof) payable
remainingSale() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowlistMerkleRoot(bytes32 _allowlistMerkleRoot)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPublicRaffleMerkleRoot(bytes32 _publicRaffleMerkleRoot)
setSaleStatus(uint8 _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
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 baseTokenURI, address _withdrawalAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()