Neneneko
Verified contract
Active on
Ethereum with 1,711 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 "Neneneko"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19753259 | 6 months ago | | | 0 | 0.00030429782 | |
| 19658362 | 7 months ago | | | 0 | 0.00020327903 | |
| 19595780 | 7 months ago | | | 0 | 0.00055304072 | |
| 19594460 | 7 months ago | | | 0 | 0.00046103733 | |
| 19202933 | 9 months ago | | | 0 | 0.0010967691 | |
| 18874425 | 10 months ago | | | 0 | 0.0013548646 | |
| 18518792 | a year ago | | | 0 | 0.0010195805 | |
| 18092473 | a year ago | | | 0 | 0.0010200523 | |
| 17872944 | a year ago | | | 0 | 0.0011690343 | |
| 17731437 | a year ago | | | 0 | 0.00069296451 |
ABI
ABI objects
Getter at block 21098463
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmbQRVdvHYRhBnQSFVhZ9fwT4yy6LzBoYWR2PVqevhKBUV/
maxMintAmount() view returns (uint256)
10
maxSupply() view returns (uint256)
3939
mintIsActive() view returns (bool)
true
name() view returns (string)
Neneneko
owner() view returns (address)
0x5203021031d120cd5844d20aa5749380af123c6b
symbol() view returns (string)
NNNK
totalSupply() view returns (uint256)
3939
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 numberOfTokens)
flipMintState()
mint(uint256 numberOfTokens)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setMaxSupply(uint256 _newmaxSupply)
setmaxMintAmount(uint256 _newmaxMintAmount)
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(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.