Wooonen
Verified contract
Active on
Ethereum with 21,082 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 "Wooonen"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20196888 | 5 months ago | | | 0 | 0.000097254330 | |
| 20176455 | 5 months ago | | | 0 | 0.00048129710 | |
| 20058261 | 6 months ago | | | 0 | 0.00011836608 | |
| 20022939 | 6 months ago | | | 0 | 0.00020510913 | |
| 19895163 | 6 months ago | | | 0 | 0.00014663845 | |
| 19830640 | 7 months ago | | | 0 | 0.00013021570 | |
| 19821924 | 7 months ago | | | 0 | 0.000089106918 | |
| 19744960 | 7 months ago | | | 0 | 0.00027766916 | |
| 19738647 | 7 months ago | | | 0 | 0.00033509925 | |
| 19636234 | 8 months ago | | | 0 | 0.00030114457 |
ABI
ABI objects
Getter at block 21288898
MAX_SUPPLY() view returns (uint256)
10086
PUBLIC_SUPPLY() view returns (uint256)
9500
baseExtension() view returns (string)
.json
cSigner() view returns (address)
0x97591d4c59b35b7a3842735c5c3e3d131ab32251
name() view returns (string)
wooonen
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x671b0f312a23debed6519a758eb7b9f248c94485
symbol() view returns (string)
wooonen
totalSupply() view returns (uint256)
9501
Read-only
_claimed(address) view returns (uint256)
_whitelistClaimed(address) view returns (uint256)
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) 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)
publicMint(uint256 num, uint8 v, bytes32 r, bytes32 s) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string val)
setWhitelist(uint256 num, address user)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whiteMint(uint256 num) payable
withdraw() payable
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 name, string symbol, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.