Naturalia
Verified contract
Active on
Ethereum with 294 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 "Naturalia"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16723262 | 2 years ago | | | 0 | 0.0016204226 | |
| 16686607 | 2 years ago | | | 0 | 0.0017871666 | |
| 16686594 | 2 years ago | | | 0 | 0.0026977736 | |
| 16686592 | 2 years ago | | | 0 | 0.0032560371 | |
| 16686587 | 2 years ago | | | 0 | 0.0033685266 | |
| 16686585 | 2 years ago | | | 0 | 0.0034039530 | |
| 16686582 | 2 years ago | | | 0 | 0.0018088860 | |
| 16686577 | 2 years ago | | | 0 | 0.0018494116 | |
| 16686577 | 2 years ago | | | 0 | 0.0036098486 | |
| 16686576 | 2 years ago | | | 0 | 0.0012222561 |
ABI
ABI objects
Getter at block 21293747
_price() view returns (uint256)
0
activated() view returns (bool)
true
baseURI() view returns (string)
maxPerTx() view returns (uint256)
10
maxPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
2222
name() view returns (string)
Naturalia
owner() view returns (address)
0x7b583e0fac95734ca01f03ca754bf7dd48a2f897
symbol() view returns (string)
NATURE
totalSupply() view returns (uint256)
2222
unrevealedTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmdMczhBxSkALUmTv3ZtdzKMDYoEy3j53emx9expBPgdE7
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)
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)
setIsActive(bool _isActive)
setMaxSupply(uint256 _maxSupply)
setTokenURI(string newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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, address ownerWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()