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 "N0bodyNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16702207 | 2 years ago | | | 0 | 0.0012604909 | |
| 16702186 | 2 years ago | | | 0 | 0.0020252583 | |
| 16636032 | 2 years ago | | | 0 | 0.0026232951 | |
| 16493462 | 2 years ago | | | 0 | 0.0010986997 | |
| 16493462 | 2 years ago | | | 0 | 0.0024558397 | |
| 16219963 | 2 years ago | | | 0 | 0.00055279955 | |
| 16219963 | 2 years ago | | | 0 | 0.00096461069 | |
| 16154254 | 2 years ago | | | 0 | 0.00040936300 | |
| 16154247 | 2 years ago | | | 0 | 0.00068477434 | |
| 16010082 | 2 years ago | | | 0 | 0.00064405693 |
ABI
ABI objects
Getter at block 21321502
baseURI() view returns (string)
https://bafybeihyi6p2n7dkp3533mgb34ghnotb4ydjr5dqnjpzazmpcgozzyvq24.ipfs.nftstorage.link/
getStep() view returns (uint8 actualStep)
0
merkleRoot() view returns (bytes32)
0x1a34132191510364fa027ddc145af173132e3a45ba8a65329ec4f47c9effcb77
name() view returns (string)
N0bodyNFT
owner() view returns (address)
0xcb561a3c58273ee7366212933e05adeb97f93212
saleStartTime() view returns (uint256)
1668618000
symbol() view returns (string)
NB
totalReleased() view returns (uint256)
153000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
35
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
publicMint(address _account, uint256 _quantity) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setMerkleRoot(bytes32 _merkleRoot)
setSaleStartime(uint256 _saleStartTime)
teamMint(address _account, uint256 _quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(address _account, uint256 _quantity, bytes32[] _proof) payable
withdraw()
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)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes32 _merkleRoot, string _baseURI)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()