Wonderubic
Verified contract
Active on
Ethereum with 88 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($18.93)
Native
Value
$18.93
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.006 | $3,155.62 |
$18.93 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15762499 | 2 years ago | | | 0.006 | 0.0016108734 | |
| 15756078 | 2 years ago | | | 0 | 0.00048565512 | |
| 15741539 | 2 years ago | | | 0 | 0.0024870591 | |
| 15740828 | 2 years ago | | | 0 | 0.0023467185 | |
| 15735662 | 2 years ago | | | 0 | 0.0031596184 | |
| 15705303 | 2 years ago | | | 0 | 0.0050093102 | |
| 15703971 | 2 years ago | | | 0 | 0.0010420106 | |
| 15703965 | 2 years ago | | | 0 | 0.0021225278 | |
| 15701395 | 2 years ago | | | 0 | 0.00068303998 | |
| 15701085 | 2 years ago | | | 0 | 0.00059557493 |
ABI
ABI objects
Getter at block 21217785
baseURI() view returns (string)
ipfs://QmadyQTdW8i3BqDaQEguTvHK7RxitdP1Gkf198zY4JiR1x/
maxFreeMintPerWallet() view returns (uint256)
1
maxMintPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
6969
mintPrice() view returns (uint256)
2000000000000000
mintStarted() view returns (bool)
true
name() view returns (string)
Wonderubic
owner() view returns (address)
0xa4d6a863283ade47dcf5c397c413bd8c1e7bc4e4
symbol() view returns (string)
WR
totalSupply() view returns (uint256)
1143
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isFreeClaimed(address _address) view returns (bool)
mintedPerWallet(address _address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address to, uint256 qty)
airdropBatch(address[] listedAirdrop, uint256 qty)
allowlistMint(uint256 _number)
approve(address to, uint256 tokenId) payable
claimWonderubic(address _to, uint256 count) payable
mintWonderubic(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
saleStateToggle()
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
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 initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()