Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($16.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NU | ERC-20 | 207.275365 | $0.077192 |
$16 | |
NBAYC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21125640 | 7 days ago | | | 0 | 0.00048199013 | |
| 21119584 | 8 days ago | | | 0 | 0.00015913040 | |
| 20727640 | 2 months ago | | | 0 | 0.00015239606 | |
| 20727635 | 2 months ago | | | 0 | 0.00013552955 | |
| 20712757 | 2 months ago | | | 0 | 0.00019303564 | |
| 20505791 | 3 months ago | | | 0 | 0.000093915891 | |
| 20479917 | 3 months ago | | | 0 | 0.00010950526 | |
| 20410807 | 3 months ago | | | 0 | 0.00011046105 | |
| 20410561 | 3 months ago | | | 0 | 0.000031936564 | |
| 20339216 | 4 months ago | | | 0 | 0.00031266701 |
ABI
ABI objects
Getter at block 21177272
isActive() view returns (bool)
true
name() view returns (string)
nbayc
owner() view returns (address)
0x2258e0f42cc8ca6790c54cd793beb5149dd2f6bf
shareholderAddress() view returns (address)
0xe5bfec0f57fc658f3fce7c63609fc6a141949f85
symbol() view returns (string)
NBAYC
totalSupply() view returns (uint256)
5000
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 numberOfTokens)
mint(uint256 numberOfTokens) payable
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_)
setNbFree(uint256 nbFree)
setSaleState(bool newState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(address shareholderAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.