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 "Nexu5v2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21026977 | a month ago | | | 0 | 0.00042608428 | |
| 20597453 | 3 months ago | | | 0 | 0.000033103720 | |
| 19951282 | 6 months ago | | | 0 | 0.00018310251 | |
| 19727548 | 7 months ago | | | 0 | 0.00043524145 | |
| 19672994 | 7 months ago | | | 0 | 0.00036403796 | |
| 19513385 | 8 months ago | | | 0 | 0.0013460827 | |
| 18928066 | a year ago | | | 0 | 0.0018763928 | |
| 18831065 | a year ago | | | 0 | 0.00089999848 | |
| 18805648 | a year ago | | | 0 | 0.00084615925 | |
| 18805645 | a year ago | | | 0 | 0.00092768967 |
ABI
ABI objects
Getter at block 21220955
FOUNDER_TOKEN_PRICE() view returns (uint256)
0
amountForDevs() view returns (uint256)
538
amountForFounders() view returns (uint256)
3350
baseExtension() view returns (string)
.json
count() view returns (uint256)
159
getFounderPrice() pure returns (uint256)
0
maxPerAddressDuringMint() view returns (uint256)
50
name() view returns (string)
Nexu5v2
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xf12f53f8d90c6562509053177d7a660978f3ffb7
returnFounderQty() view returns (uint256)
0
saleConfig() view returns (uint64 publicPrice)
100000000000000000
symbol() view returns (string)
NEX5
totalMinted() view returns (uint256)
2227
totalSupply() view returns (uint256)
2227
Read-only
_tokenURI(uint256 tokenId) view returns (string)
allowlist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
founderlist(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isFounderlisted(address _user) view returns (bool)
isPublicSaleOn(uint256 publicPriceWei) pure returns (bool)
isWhitelisted(address _user) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events SetupPublicSaleInfo(uint64 _publicPriceWei)
allowlistMint(uint256 quantity) payable
approve(address to, uint256 tokenId)
devMint(uint256 quantity)
founderMint(uint256 quantity) payable
pause(bool _state) returns (bool)
publicSaleMint(uint256 quantity) payable
remFounderUser(address _user)
remWhitelistUser(address _user)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedAllowlist(address[] addresses, uint256[] numSlots)
seedFounderlist(address[] addresses, uint256[] numSlots)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string baseURI)
setOwnersExplicit(uint256 quantity)
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(uint256 maxBatchSize_, uint256 collectionSize_, uint256 amountForFounders_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
This contract contains no error objects.