WayToku

Verified contract

Active on Ethereum with 1,409 txns
Deployed by via 0xb520b0cb at 16407021
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional variables

No balances found for "WayToku"

0xebd220ee8c4171f77221e086d9059cc9a22140e5e514796b325b479d8ba5151b
0xe39bb0730cbf0719e14ffc4a05550838b6728e0fd430ce3666919aa9bf4f1bad
0xa9590d3ee1de55addf2b44c8e6e83566436c9743a78139966d7318743d16fafc
0xfa40907a1b1e01d6984d3cf641343fd417b8593e247d8d3f7dab14699f806db4
0xefb5739e5e79243e78b3d4c8fec29dfbe0769ebac3e96d1043a3a552f630d849
0x75269fc662db4b573aac62773fa42c94a438e3a30131531233bd296ce19d39a3
0x488e329c546d3ebd71adb81ca6196e0fe5592dceeea185621fb361e261632ed4
0xb1241d06236798ed41ac12d90468e8f5c1a3eb91eb49505886b3df74c4a3fd44
0x1b88ab4b66a7697aa57fe30dbd26fc15487f63578b0abba3ad4a2fbc36c58851
0xc03e60f338da02f554336899c8f5d974ec955f144bd9b9255c31237834d07aa9

Functions
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(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicMintCount(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenIDBurnedByAddress(uint256view returns (address)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
wlMintCount(addressview returns (uint256)
State-modifying
Burn(uint256 _tokenID
MassAirdrop(address[] receivers
OwnerMint(uint256 _mintAmountaddress _receiver
PublicMint(uint256 _mintAmountpayable 
WLmint(uint256 _mintAmountbytes32[] _merkleProofpayable 
approve(address touint256 tokenIdpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool 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 fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _uri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(