WonderPals
Verified contract
Active on
Ethereum with 46,499 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "WonderPals"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159251 | 2 days ago | | | 0 | 0.0013766852 | |
| 21147459 | 3 days ago | | | 0 | 0.00031097414 | |
| 21142406 | 4 days ago | | | 0 | 0.00058124502 | |
| 21136771 | 5 days ago | | | 0 | 0.0011478409 | |
| 21122220 | 7 days ago | | | 0 | 0.0012053360 | |
| 21106251 | 9 days ago | | | 0 | 0.00011691397 | |
| 21103573 | 9 days ago | | | 0 | 0.00010094512 | |
| 21103469 | 9 days ago | | | 0 | 0.00010416353 | |
| 21103033 | 9 days ago | | | 0 | 0.000099279849 | |
| 21103032 | 9 days ago | | | 0 | 0.00010174212 |
ABI
ABI objects
Getter at block 21170843
SUPPLY() view returns (uint256)
10000
_baseTokenURI() view returns (string)
https://wonderpals.mypinata.cloud/ipfs/QmSvKdz3ecY3tKT4k7bcMnwPHXRby7tSLfPCngtb1Eq9PQ/
name() view returns (string)
WonderPals
nextTokenId() view returns (uint256)
10001
owner() view returns (address)
0xce036d2e598fd5225c9e6fdbc7675de7004854b8
price() view returns (uint256)
80000000000000000
saleActive() view returns (bool)
true
symbol() view returns (string)
WNDR
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidSpot(uint256 spotId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOf(address wallet) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address receiver, uint256 qty)
mint(bytes[] _signatures, uint256[] spotIds) payable
mintOne(bytes _signature, uint256 spotId) 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)
setClaimGroups(uint256 num)
setPrice(uint256 newPrice)
setSaleState(bool active)
setSigner(address _signer)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
AlreadyMinted()
InvalidPrice()
InvalidQuantity()
InvalidSignature()
InvalidSignerAddress()
InvalidSpotId()
SaleInactive()
SoldOut()
WithdrawFailed()