YOOMOOTA x WAGMI Team

Verified contract

Active on Ethereum with 3,713 txns
Deployed by via 0xb50cef94 at 14711812
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "YOOMOOTA x WAGMI Team"

0xfc4b4253ce93db6a96627d94adcc543ee3ecc5deeea3e547c9f640677f3608bf
0x06bb5ecba1fb93f1b6f50381d4bb26f26d80dc457c597439f46293326a09474c
0xeb4f66f427fb774084f8eacc2067d7b1e8a27e7feb3cb98a34b15b7cce2271dc
0x047cb112da2f0e9991fdb5e7faf79f64c670f752d5f48b15a6030174b3918fd1
0x07cb3d077db584f9b5e20904a116c2d2e228e567cd2419bdb782e38ad0a13300
0xdc85d5f691ee6490d36b0f855cc64917ccb34ff46513922824134d1b9f5253d3
0x638ab0506b1af31255ca77cd133ef7f8f4f7fc5e1a2246136912c2860d87cf6b
0x39e67c6603f894881fc49544ad4d3ec39dc38d0047f1e8773968380336f37323
0xb3eacf3cad1e68b76cee2e9f260aa95f600aab712a89e68d5799af0433fb955f
0xd94d9e72e542c8a25c5198ed3f01c5d9c34ecc3d221e0fd7eb4ab4a3754c2431

Functions
Getter at block 20928041
amountForDevs(view returns (uint256)
200
collectionSize(view returns (uint256)
3084
isRevealed(view returns (bool)
true
maxBatchSize(view returns (uint256)
5
name(view returns (string)
YOOMOOTA x WAGMI Team
owner(view returns (address)
0x33a31c186709194953bb8e96bca195144eb211dd
paused(view returns (bool)
false
publicSaleConfig(view returns (uint32 startTimeuint64 priceuint64 maxPerAddress)
(startTime=1651849200, price=60000000000000000, maxPerAddress=5)
symbol(view returns (string)
YOOMOOTA
totalSupply(view returns (uint256)
3084
whitelistSaleConfig(view returns (bytes32 merkleRootuint32 startTimeuint64 priceuint64 maxPerAddress)
(merkleRoot=0x17ff27a0c708d2fd7316efe6fe98006a86356543f67042ce12ea4f6563d178cc, startTime=0, price=50000000000000000, maxPerAddress=3)
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(uint256 quantity
endWhitelistSaleAndSetupPublicSale(uint32 publicSaleStartTimeuint64 publicSalePriceWeiuint64 maxPerAddressDuringPublicSaleMint
pause(
publicSaleMint(uint64 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setCollectionSize(uint256 size
setDefaultTokenURI(string uri
setIsRevealed(bool val
setMerkleRoot(bytes32 root
setupWhitelistSale(bytes32 merkleRootuint32 whitelistSaleStartTimeuint64 whitelistSalePriceWeiuint64 maxPerAddressDuringWhitelistSaleMint
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
whitelistSaleMint(bytes32[] proofuint64 quantitypayable 
withdrawMoney(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(uint256 collectionSize_uint256 maxBatchSize_uint256 amountForDevs_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(