The Wooden Ones
Verified contract
Active on
Ethereum with 371 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 "The Wooden Ones"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15546520 | 2 years ago | | | 0 | 0.00055548685 | |
| 15268865 | 2 years ago | | | 0 | 0.00042450799 | |
| 15127813 | 2 years ago | | | 0 | 0.0011353459 | |
| 15127425 | 2 years ago | | | 0 | 0.00082355166 | |
| 15127382 | 2 years ago | | | 0 | 0.00026037427 | |
| 15127373 | 2 years ago | | | 0 | 0.00059931237 | |
| 15127362 | 2 years ago | | | 0 | 0.00054388403 | |
| 15127356 | 2 years ago | | | 0 | 0.0012352582 | |
| 15127355 | 2 years ago | | | 0 | 0.00054685267 | |
| 15127354 | 2 years ago | | | 0 | 0.00085283056 |
ABI
ABI objects
Getter at block 21218211
cost() view returns (uint256)
0
hiddenMetadataUri() view returns (string)
ipfs:/QmTrsf3UU2mUufpwnEZ6jkDuSxvPLLs9GM3AzScHgRw4zh/hidden.json
maxMintAmountPerTx() view returns (uint256)
50
maxSupply() view returns (uint256)
3333
name() view returns (string)
The Wooden Ones
owner() view returns (address)
0x1793c45a7a4c87fb1cf53225ca4dd8de9799c297
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
TWONS
totalSupply() view returns (uint256)
3333
uriPrefix() view returns (string)
uriSuffix() view returns (string)
.json
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.