YOOMOOTA x WAGMI Team

Verified contract

Active on Ethereum with 3,719 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"

0xbd423988f859135ca805b06533e7c136b317da396bb910a20c8a1f096706903f
0xf792a66e7152480ce163e70fcf40412291195d44c9ef4518c101d4af41683480
0x4762d88af674f65bf2a3f845997c6794b4c94a4f066bf3bd410bf50707b45302
0x218e5ce8a5257280bbda18d193c38858823354171dffc638fba584e996ac41c3
0x81bb1156aaa98bf315e6a941251d9e36a443f592bb0c0cd53bf8b4f6316fa200
0x95262fce3b8fddfe3db72928b692bebdc33228f21772b1c98309b9719ae2cc16
0xfc4b4253ce93db6a96627d94adcc543ee3ecc5deeea3e547c9f640677f3608bf
0x06bb5ecba1fb93f1b6f50381d4bb26f26d80dc457c597439f46293326a09474c
0xeb4f66f427fb774084f8eacc2067d7b1e8a27e7feb3cb98a34b15b7cce2271dc
0x047cb112da2f0e9991fdb5e7faf79f64c670f752d5f48b15a6030174b3918fd1

Functions
Getter at block 21403796
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(