YOOMOOTA x WAGMI Team
Verified contract
Active on
Ethereum with 3,719 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "YOOMOOTA x WAGMI Team"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21352186 | 7 days ago | | | 0 | 0.00036998298 | |
| 21243663 | 22 days ago | | | 0 | 0.00047952779 | |
| 21061670 | 2 months ago | | | 0 | 0.00028463821 | |
| 20998107 | 2 months ago | | | 0 | 0.00022122730 | |
| 20997795 | 2 months ago | | | 0 | 0.00044094823 | |
| 20933432 | 2 months ago | | | 0 | 0.00035564967 | |
| 20709727 | 3 months ago | | | 0 | 0.000033661995 | |
| 20322809 | 5 months ago | | | 0 | 0.00012502031 | |
| 20303309 | 5 months ago | | | 0 | 0.00013191084 | |
| 20296956 | 5 months ago | | | 0 | 0.00011491501 |
ABI
ABI objects
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 startTime, uint64 price, uint64 maxPerAddress)
(startTime=1651849200, price=60000000000000000, maxPerAddress=5)
symbol() view returns (string)
YOOMOOTA
totalSupply() view returns (uint256)
3084
whitelistSaleConfig() view returns (bytes32 merkleRoot, uint32 startTime, uint64 price, uint64 maxPerAddress)
(merkleRoot=0x17ff27a0c708d2fd7316efe6fe98006a86356543f67042ce12ea4f6563d178cc, startTime=0, price=50000000000000000, maxPerAddress=3)
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)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 quantity)
endWhitelistSaleAndSetupPublicSale(uint32 publicSaleStartTime, uint64 publicSalePriceWei, uint64 maxPerAddressDuringPublicSaleMint)
pause()
publicSaleMint(uint64 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCollectionSize(uint256 size)
setDefaultTokenURI(string uri)
setIsRevealed(bool val)
setMerkleRoot(bytes32 root)
setupWhitelistSale(bytes32 merkleRoot, uint32 whitelistSaleStartTime, uint64 whitelistSalePriceWei, uint64 maxPerAddressDuringWhitelistSaleMint)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
whitelistSaleMint(bytes32[] proof, uint64 quantity) payable
withdrawMoney()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 collectionSize_, uint256 maxBatchSize_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()