Nature by Hokusai
Verified contract
Active on
Ethereum with 422 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 "Nature by Hokusai"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17903396 | a year ago | | | 0 | 0.00062147950 | |
| 15439060 | 2 years ago | | | 0 | 0.00056909725 | |
| 15403016 | 2 years ago | | | 0 | 0.00065491133 | |
| 15173976 | 2 years ago | | | 0 | 0.0031226431 | |
| 14936583 | 2 years ago | | | 0 | 0.0031089003 | |
| 14936085 | 2 years ago | | | 0 | 0.0021250921 | |
| 14925886 | 2 years ago | | | 0.021 | 0.0031133482 | |
| 14925159 | 2 years ago | | | 0.0175 | 0.0046929441 | |
| 14925149 | 2 years ago | | | 0.035 | 0.0047004883 | |
| 14925147 | 2 years ago | | | 0.014 | 0.0037788593 |
ABI
ABI objects
Getter at block 21230189
FREE_MAX_SUPPLY() view returns (uint256)
400
MAX_PER_FREE() view returns (uint256)
5
MAX_PER_TX() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
1555
baseURI() view returns (string)
ipfs://QmYsubTzLbL2oQWJrXNR5dmsV6TihuHCN7pjptqkUT19K4/
name() view returns (string)
Nature by Hokusai
owner() view returns (address)
0x51816c9181cdd418968cfac2b4a48fcb01d4f73c
paused() view returns (bool)
false
price() view returns (uint256)
3500000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
Nature
totalSupply() view returns (uint256)
1276
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Ownermint(uint256 _max)
approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
pause(bool _state)
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_)
setPrice(uint256 _price)
setupOS()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()