Wonderubic

Verified contract

Active on Ethereum with 88 txns
Deployed by via 0x710e104d at 15699813
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $18.93
0x5afced5a10f883384ccc5c5dbc5b42c936df8cf60f263547313be480865abaed
0x8d60dcc4430a8d60f6065d5737376682b788afe6c2027a7367c1df095271364f
0xf2b0e67545d6c7971a13b46d40d9f8332df6aa64f5a37b02058879d061af5552
0x27b1e275158df6b55a8b010d4f94ebb4ecd206d7523903c9175e969075b860f3
0xc4e23ee6ddb6125382aa90069a74b0ba57b5b39398f6d1245048ef6831b9ee40
0x8ca2d47b5f394cc6fecddd205259d1cc372b358bef8b0fa9496edeb6ece469b9
0xd094e9ef5909c9f2510916df0087679cd34f8f3b4c65f641be50383095a2b367
0x50fe445cd2cbad1b712dd17792afa1debf57bf7fe6b79d2471c334802ae6cfb9
0x363324e2e7e16a6c4cac0de5eb116dab6ab431de292150ee86196a3192bd2db3
0xeaa24b82a0d8ec8ad7efbf34412b47a8b34a23c8896125cdfc14147698d29efe

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isFreeClaimed(address _addressview returns (bool)
mintedPerWallet(address _addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address touint256 qty
airdropBatch(address[] listedAirdropuint256 qty
allowlistMint(uint256 _number
approve(address touint256 tokenIdpayable 
claimWonderubic(address _touint256 countpayable 
mintWonderubic(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
saleStateToggle(
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setPrice(uint256 _newPrice
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(