Wonderlands
Verified contract
Active on
Ethereum with 1,390 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 "Wonderlands"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20884681 | 2 months ago | | | 0 | 0.00028230759 | |
| 20509846 | 3 months ago | | | 0 | 0.000044343277 | |
| 20205089 | 5 months ago | | | 0 | 0.00020360891 | |
| 19975673 | 6 months ago | | | 0 | 0.00081877263 | |
| 18802937 | a year ago | | | 0 | 0.00083471268 | |
| 18802935 | a year ago | | | 0 | 0.00078182451 | |
| 18801706 | a year ago | | | 0 | 0.00098140129 | |
| 18512983 | a year ago | | | 0 | 0.0011667023 | |
| 18476252 | a year ago | | | 0 | 0.00069606470 | |
| 18458662 | a year ago | | | 0 | 0.00056663487 |
ABI
ABI objects
Getter at block 21218847
baseURI() view returns (string)
ipfs://bafybeidoqmlbppssmwqyit6zfhj47sabpfqfpnxlvnnpzabxj36cm27fbu/
maxFreeAmount() view returns (uint256)
202
maxFreePerWallet() view returns (uint256)
2
maxPerTx() view returns (uint256)
20
maxPerWallet() view returns (uint256)
20
maxSupply() view returns (uint256)
1001
mintEnabled() view returns (bool)
true
name() view returns (string)
Wonderlands
owner() view returns (address)
0x4c6e88e67a0e09d325fc8d0907ed755669ce2261
price() view returns (uint256)
2000000000000000
symbol() view returns (string)
WDR
totalSupply() view returns (uint256)
1001
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) payable
communityMint(uint256 _amountPerAddress, address[] addresses)
flipSale()
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setMaxFreeAmount(uint256 _amount)
setMaxFreePerWallet(uint256 _amount)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()