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 "Niwa"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15708075 | 2 years ago | | | 0 | 0.0023274884 | |
| 15703896 | 2 years ago | | | 0 | 0.00080449606 | |
| 15703656 | 2 years ago | | | 0 | 0.00016971790 | |
| 15701137 | 2 years ago | | | 0 | 0.00021088016 | |
| 15701137 | 2 years ago | | | 0 | 0.00054384584 | |
| 15699988 | 2 years ago | | | 0 | 0.00027803629 | |
| 15699484 | 2 years ago | | | 0 | 0.00026678443 | |
| 15698701 | 2 years ago | | | 0 | 0.00049044000 | |
| 15698651 | 2 years ago | | | 0 | 0.00072856824 | |
| 15698432 | 2 years ago | | | 0 | 0.00039395550 |
ABI
ABI objects
Getter at block 21204679
MAX_SUPPLY() view returns (uint256)
3333
baseUri() view returns (string)
ipfs://bafybeic656vrjurjcebtigzo6krk6whduovtawt43lyny2sa6a3qbf42qm/
maxFree() view returns (uint256)
1
maxMintPerTx() view returns (uint256)
20
name() view returns (string)
Niwa
owner() view returns (address)
0x4a9d2a1172c19fac86f31e2273aacb259a135c2e
price() view returns (uint256)
3000000000000000
saleIsActive() view returns (bool)
true
symbol() view returns (string)
NIWA
totalSupply() view returns (uint256)
560
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintCost(uint256 amount, address _owner) 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 allowlistMint(uint256 amount)
approve(address to, uint256 tokenId) payable
flipSaleState()
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxFree(uint256 _maxFree)
setMaxMintPerTx(uint256 _maxMintPerTx)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()