WABI SABI
Verified contract
Active on
Ethereum with 293 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 "WABI SABI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19947794 | 6 months ago | | | 0 | 0.00031180547 | |
| 19700196 | 7 months ago | | | 0 | 0.00032073233 | |
| 19685514 | 7 months ago | | | 0 | 0.00057763736 | |
| 19489846 | 8 months ago | | | 0 | 0.00097672332 | |
| 19210590 | 9 months ago | | | 0 | 0.00093887594 | |
| 19210526 | 9 months ago | | | 0 | 0.00093442190 | |
| 19065626 | 10 months ago | | | 0 | 0.00071558968 | |
| 18581135 | a year ago | | | 0 | 0.00069628260 | |
| 18356171 | a year ago | | | 0 | 0.00056701949 | |
| 17691391 | a year ago | | | 0 | 0.00071767704 |
ABI
ABI objects
Getter at block 21187585
MAX_SUPPLY() view returns (uint256)
150
PRICE() view returns (uint256)
88000000000000000
name() view returns (string)
WABI SABI
owner() view returns (address)
0x6a17d3dd92a8d8fdf8a1f27c36a9e046121fc69c
saleIsActive() view returns (bool)
true
symbol() view returns (string)
WS
totalSupply() view returns (uint256)
150
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)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setSaleIsActive(bool saleIsActive_)
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 customBaseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.