Hawa by Hiroshi Sugito
Verified contract
Active on
Ethereum with 97 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 "Hawa by Hiroshi Sugito"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17303666 | 2 years ago | | | 0 | 0.00087421802 | |
| 16887398 | 2 years ago | | | 0 | 0.00080270426 | |
| 16704506 | 2 years ago | | | 0 | 0.0013078571 | |
| 16473132 | 2 years ago | | | 0 | 0.0010653168 | |
| 16473132 | 2 years ago | | | 0 | 0.0010653168 | |
| 16473132 | 2 years ago | | | 0 | 0.0010653168 | |
| 16473132 | 2 years ago | | | 0 | 0.0010653168 | |
| 16473132 | 2 years ago | | | 0 | 0.0010653168 | |
| 16473132 | 2 years ago | | | 0 | 0.0010653168 | |
| 16473065 | 2 years ago | | | 0.1 | 0.0018409230 |
ABI
ABI objects
Getter at block 21435686 reveal() view
MAX_SUPPLY() view returns (uint256)
500
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PRICE() view returns (uint256)
45000000000000000
WALLET_LIMIT() view returns (uint256)
3
baseURI() view returns (string)
ipfs://
mintState() view returns (uint8)
1
name() view returns (string)
Hawa by Hiroshi Sugito
notRevealedURI() view returns (string)
ipfs://bafkreidmhodpnqkxofoaat6joghcmqj6bqfgszq3rtkofn5ia5kty2tvmm
owner() view returns (address)
0xd12f495041cfa87d2f6716056965141ef100cf9b
revealed() view returns (bool)
false
symbol() view returns (string)
HAWA
totalSupply() view returns (uint256)
56
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)
remainingForAddress(address who) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
batchMint(address[] recipients, uint256[] quantities)
mint(uint256 quantity) 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 uri)
setMintState(uint256 newState)
setPrice(uint256 newPrice)
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(address recipient, uint256 allocation)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()