Where is MIKE ?
Verified contract
Proxy
Active on
Ethereum with 53 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 "Where is MIKE ?"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16916029 | 2 years ago | | | 0 | 0.00093633294 | |
| 16916014 | 2 years ago | | | 0 | 0.0019257133 | |
| 16915976 | 2 years ago | | | 0 | 0.00098521876 | |
| 16915975 | 2 years ago | | | 0 | 0.00055992758 | |
| 16915972 | 2 years ago | | | 0 | 0.00058879503 | |
| 16915970 | 2 years ago | | | 0 | 0.00055459550 | |
| 16915970 | 2 years ago | | | 0 | 0.00058419134 | |
| 16915970 | 2 years ago | | | 0 | 0.00058419134 | |
| 16915970 | 2 years ago | | | 0 | 0.00058419134 | |
| 16915970 | 2 years ago | | | 0 | 0.00058419134 |
ABI
ABI objects
Getter at block 21336422
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events FreeMint(uint256 count)
approve(address operator, uint256 tokenId) payable
devMint(address addr, uint256 count)
mint(uint256 count) payable
registerExtension(string t, string s, string u, uint256 n, uint256 p, uint256 r, uint256 g, uint256 f)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setMaxFeeSupply(uint256 _maxFreeSupply)
setMaxFreeMintPerTx(uint256 _maxFreeMintPerTx)
setMaxMintPerTx(uint256 _maxMintPerTx)
setMaxSupply(uint256 _maxSupply)
setMintPrice(uint256 _mintPrice)
setPrefix(string _uri)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()