This contract is being backfilled. You may encounter incomplete storage history.
The latest block we've processed for this chain is 21335400, which is 31 minutes old. We're running behind the tip but working to resolve the issue.

Where is MIKE ?

Verified contract

Proxy

Active on Ethereum with 53 txns
Deployed by via 0xec87f121 at 16854591
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Where is MIKE ?"

0x51d363ba66c04baf0538416c3f2b3de0f97840914f5d2fe30e746edbd20c7e8d
0xeaf1362096afc5ed564494369a55b14d8cffbb94edb7aa7abcafeebbc5e1e45a
0x66fef0a5442cc7fca3f58c47b65dffeaec6a9564a8b46065096c8e51c79d8b7e
0x6685609f88be8711f615c95c1e96d3d42915cc7464236878a558714a74cae97c
0x4079c885cfb8958876be99e3456c76c877972b07d4c94b04626fb49e6f65b366
0x865dd46ff0dd3ffbbd62e3f35f146df2db6b74d8e138daac481e627706a5019b
0x7dd1c27a5b3f332f9609ab7a0a63b40bc339595d6a71718cc6d760d241b74388
0x6a00d53c6a1ed698a45b838b86d927aa7703d41f325af82fa8a714c8159473d5
0x5f355e678852e6fd93448b3948dbf12d57a12b9ff43e8b394b631b4e72e46383
0x99ff56b903b6f9928b1e26c3ce16263e189aadfbb40ad043c4287bc5e6dc80c9

Functions
Getter at block 21335399
implementation(view returns (address)
0x57f3fcd5cbd36831deb6a66d321aa15753288b76
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
initialized(view returns (bool)
true
maxFreeMintPerTx(view returns (uint256)
10
maxFreeSupply(view returns (uint256)
400
maxMintPerTx(view returns (uint256)
20
maxSupply(view returns (uint256)
999
mintPrice(view returns (uint256)
2000000000000000
name(view returns (string)
Where is MIKE ?
owner(view returns (address)
0x7a474fde4343e5614655724077f3872496d3ebeb
symbol(view returns (string)
WIM
totalSupply(view returns (uint256)
399
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
FreeMint(uint256 count
approve(address operatoruint256 tokenIdpayable 
devMint(address addruint256 count
mint(uint256 countpayable 
registerExtension(string tstring sstring uuint256 nuint256 puint256 ruint256 guint256 f
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setMaxFeeSupply(uint256 _maxFreeSupply
setMaxFreeMintPerTx(uint256 _maxFreeMintPerTx
setMaxMintPerTx(uint256 _maxMintPerTx
setMaxSupply(uint256 _maxSupply
setMintPrice(uint256 _mintPrice
setPrefix(string _uri
transferFrom(address fromaddress touint256 tokenIdpayable 
withdraw(
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _logic
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(