Wonderers

Verified contract

Active on Ethereum with 1,137 txns
Deployed by via 0x36c5fd4f at 15459448
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Wonderers"

0x6c1907fcad78902c449a38c0e5de93289c4eae0d37e6594092bad47eab248f3a
0x57471011fb85ee0b1dbcc21d14b2eac10d878de1232687b5870694d5d71ca3d0
0xdc169601f5cfdeb7b2d6d8866f00452aa3240c3b8deb15b40d9c44f09e4f3f76
0x0fe761a078ee3108c2d45a4d425ee7baa8b4e813bf861c9f04a8d56b73ecf0a4
0x508cac36aebcb6c22b2a034e7f1f3eb9f85eac93dbbd70ed5b6d0eb5b8b577e8
0xc47131ef6eed1d563e3171fd905d2539b08fd73493a75cf799a18bf19886114e
0x2be6a56eb0686ce773ea60c7329c8cb909c743e852c7cefbc1226c13535a1362
0xc0ba1b5350993f3a16db812fcb44d5118da0704fc4989922b7700da9febcaccd
0xe8b97e1948ee3ab8101d67d8f2b12e62b2fde7c7bc5fa09c552fc86b16b05297
0xc7de4b46692dfd48e8eb4718af12706bf9e263f5142a29107e3f770d683b5fb1

Functions
Getter at block 21393616
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
3000
name(view returns (string)
Wonderers
owner(view returns (address)
0xbdb1cc2f6160b91905f881926d69f9dd57458908
symbol(view returns (string)
WR
totalSupply(view returns (uint256)
2947
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(bool paused
transferFrom(address fromaddress touint256 tokenId
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(
Fallback and receive

This contract contains no fallback and receive objects.

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