Mimies
Verified contract
Active on
Ethereum with 13,566 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($43.13)
Native
Value
$43.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01101 | $3,917.04 |
$43.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21319851 | 10 days ago | | | 0 | 0.00071232319 | |
| 21190333 | a month ago | | | 0 | 0.00037510560 | |
| 21108028 | a month ago | | | 0 | 0.00023597122 | |
| 21104064 | a month ago | | | 0 | 0.000080025371 | |
| 21003233 | 2 months ago | | | 0 | 0.00016342920 | |
| 20627390 | 3 months ago | | | 0 | 0.000037555657 | |
| 20246130 | 5 months ago | | | 0 | 0.000041750824 | |
| 19928374 | 7 months ago | | | 0 | 0.00040834967 | |
| 19928372 | 7 months ago | | | 0 | 0.00040796733 | |
| 19160141 | 10 months ago | | | 0 | 0.00049077962 |
ABI
ABI objects
Getter at block 21393887
isMintEnabled() view returns (bool)
true
maxPerWallet() view returns (uint256)
1
maxSupply() view returns (uint256)
7777
name() view returns (string)
Mimies
owner() view returns (address)
0xfa1aca5a18b20e97230f84c82c7197efecec63a1
symbol() view returns (string)
MIMI
totalSupply() view returns (uint256)
7777
withdrawWallet() view returns (address)
0x0000000000000000000000000000000000000000
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenID_) view returns (string)
walletMints(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity_) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string baseTokenUri_)
setIsMintEnabled(bool isMintEnabled_)
setmaxPerWallet(uint256 quantity_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.