WayToku
Verified contract
Active on
Ethereum with 1,409 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
No balances found for "WayToku"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20153611 | 5 months ago | | | 0 | 0.000077151770 | |
| 18292738 | a year ago | | | 0 | 0.00029668800 | |
| 17969810 | a year ago | | | 0 | 0.0010097472 | |
| 17967552 | a year ago | | | 0 | 0.00084415080 | |
| 17877181 | a year ago | | | 0 | 0.00043892721 | |
| 17518528 | a year ago | | | 0 | 0.00066222896 | |
| 17438071 | a year ago | | | 0 | 0.0010715151 | |
| 17304319 | a year ago | | | 0 | 0.00060608101 | |
| 16958224 | 2 years ago | | | 0 | 0.00092479716 | |
| 16955381 | 2 years ago | | | 0 | 0.0019252813 |
ABI
ABI objects
Getter at block 21226718
burnToggle() view returns (bool)
false
hiddenMetadataUri() view returns (string)
https://bafybeigax3syxbmmlv4kcthd3abvch5uqlzb2sda2ex4hog67qvfk35wwi.ipfs.nftstorage.link/reveal.json
maxLimitPerWallet() view returns (uint256)
2
maxMintAmountPerTx() view returns (uint256)
2
merkleRoot() view returns (bytes32)
0x8a3655e4c97c44e1ea91cfe54195019d092acf1123e1d7f1786b5f98206fa720
name() view returns (string)
WayToku
owner() view returns (address)
0xfa532a69b8b6b100aee6f8db0f75504dbdeb8418
price() view returns (uint256)
7000000000000000
publicMinted() view returns (uint256)
0
publicSale() view returns (bool)
false
revealed() view returns (bool)
true
supplyLimit() view returns (uint256)
1234
symbol() view returns (string)
WTOKU
tokensBurned() view returns (uint256)
0
totalSupply() view returns (uint256)
1234
uriExtenstion() view returns (string)
.json
whitelistSale() view returns (bool)
true
wlMinted() view returns (uint256)
1194
wlmaxLimitPerWallet() view returns (uint256)
2
wlmaxMintAmountPerTx() view returns (uint256)
2
wlprice() view returns (uint256)
5000000000000000
wlsupplyLimit() view returns (uint256)
1234
Read-only
amountOfTokensBurnedByAddress(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)
publicMintCount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIDBurnedByAddress(uint256) view returns (address)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
wlMintCount(address) view returns (uint256)
State-modifying
Events Burn(uint256 _tokenID)
MassAirdrop(address[] receivers)
OwnerMint(uint256 _mintAmount, address _receiver)
PublicMint(uint256 _mintAmount) payable
WLmint(uint256 _mintAmount, bytes32[] _merkleProof) payable
approve(address to, uint256 tokenId) 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)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPrice(uint256 _price)
setRevealed(bool _state)
setburnToggle(bool _state)
setmaxLimitPerWallet(uint256 _maxLimitPerWallet)
setpublicSale(bool _publicSale)
setsupplyLimit(uint256 _supplyLimit)
seturi(string _uri)
seturiExtenstion(string _uriExtenstion)
setwlMerkleRootHash(bytes32 _merkleRoot)
setwlPrice(uint256 _wlprice)
setwlSale(bool _whitelistSale)
setwlmaxLimitPerWallet(uint256 _wlmaxLimitPerWallet)
setwlmaxMintAmountPerTx(uint256 _wlmaxMintAmountPerTx)
setwlsupplyLimit(uint256 _wlsupplyLimit)
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(string _uri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()