Wabi Sabi Collective
Verified contract
Active on
Ethereum with 16,745 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Wabi Sabi Collective"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161481 | a day ago | | | 0 | 0.00078031741 | |
| 21104599 | 9 days ago | | | 0 | 0.000088297200 | |
| 20649273 | 2 months ago | | | 0 | 0.000070767636 | |
| 20599065 | 3 months ago | | | 0 | 0.000033360463 | |
| 20353511 | 4 months ago | | | 0 | 0.00012193534 | |
| 20254120 | 4 months ago | | | 0 | 0.000076487911 | |
| 20205023 | 4 months ago | | | 0 | 0.00011761878 | |
| 20205015 | 4 months ago | | | 0 | 0.00011568682 | |
| 20067540 | 5 months ago | | | 0 | 0.00035238100 | |
| 19908985 | 6 months ago | | | 0 | 0.00013097803 |
ABI
ABI objects
Getter at block 21169707
baseURI() view returns (string)
https://wsc-start.mypinata.cloud/ipfs/bafybeiamijerbheixugrx7svkoinr77tznk5vlztbacmryzq3c6wtesjhu/
isPresaleAActive() view returns (bool)
false
isPresaleBActive() view returns (bool)
false
isPublicActive() view returns (bool)
true
maxMintPerAccount() view returns (uint8)
2
maxMintsPerTx() view returns (uint256)
5
maxPresaleSupply() view returns (uint256)
4200
maxWLMint() view returns (uint8)
1
maxWSsupply() view returns (uint256)
5678
mintedPresale() view returns (uint256)
3717
name() view returns (string)
Wabi Sabi Collective
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xc6733f3dc224bd2556b1982acfacd35578985c78
price() view returns (uint256)
75000000000000000
symbol() view returns (string)
WabiSabi
teamWS() view returns (uint256)
0
totalSupply() view returns (uint256)
5678
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedWSforPresaleA(address) view returns (uint256)
mintedWSforPresaleB(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenIdOfOwner(address _owner) view returns (uint256[])
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintPublic(uint256 numberOfTokens) payable
mintTeamWS(uint256 numberOfTokens)
ogListMint(bytes32[] proof, 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)
setBaseURI(string newBaseURI)
setMerkleOGRoot(bytes32 presaleRoot)
setMerkleRoot(bytes32 presaleRoot)
togglePresaleAActive()
togglePublicMintActive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] proof, uint256 numberOfTokens) payable
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(bytes32 presaleARoot, bytes32 presaleBRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.