NeandNation
Verified contract
Active on
Ethereum with 876 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,072.73)
Native
Value
$2,072.73
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.528 | $3,925.62 |
$2,072.73 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20681470 | 3 months ago | | | 0 | 0.00057401162 | |
| 20681454 | 3 months ago | | | 0 | 0.00090403750 | |
| 20299138 | 5 months ago | | | 0 | 0.000095677090 | |
| 20097919 | 6 months ago | | | 0 | 0.00033600635 | |
| 19609903 | 8 months ago | | | 0 | 0.00097610399 | |
| 19609882 | 8 months ago | | | 0 | 0.0013877352 | |
| 19384237 | 9 months ago | | | 0 | 0.0039533779 | |
| 19100367 | 10 months ago | | | 0 | 0.00061052268 | |
| 18909881 | a year ago | | | 0 | 0.00023571077 | |
| 18909828 | a year ago | | | 0 | 0.00048553426 |
ABI
ABI objects
Getter at block 21388340
CLAIMED_SUPPLY() view returns (uint256)
1000
MINTING_PRICE() view returns (uint256)
66000000000000000
TOTAL_SUPPLY() view returns (uint256)
9999
isMintingActive() view returns (bool)
false
isPreSaleActive() view returns (bool)
false
name() view returns (string)
NeandNation
owner() view returns (address)
0x635bc79308b26f77d39089574c89ab759991dc89
paused() view returns (bool)
false
symbol() view returns (string)
NN
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokensMintedAtPresale(address account) view returns (uint256)
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)
ownerMint(uint256 numberOfTokens) payable
pause()
pauseMintingProcess()
pausePreSaleProcess()
preSaleMint(uint256 numberOfTokens) payable
publicSaleMint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowList(address[] addresses, uint8 numAllowedToMint)
setApprovalForAll(address operator, bool approved)
setImageURL(string _imageURL)
setPrice(uint256 _newPrice)
startMintingProcess()
startPreSaleProcess()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.