Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($65.12)
Native
Value
$65.12
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.018 | $3,618.00 |
$65.12 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20552234 | 3 months ago | | | 0 | 0.000064043425 | |
| 19307486 | 9 months ago | | | 0 | 0.0038000861 | |
| 19303691 | 9 months ago | | | 0 | 0.0022626838 | |
| 19302476 | 9 months ago | | | 0.009 | 0.0021256247 | |
| 19302251 | 9 months ago | | | 0.009 | 0.0024136980 | |
| 19302231 | 9 months ago | | | 0 | 0.0023332832 | |
| 19302127 | 9 months ago | | | 0 | 0.0024780776 | |
| 19302096 | 9 months ago | | | 0 | 0.0022901465 | |
| 19302086 | 9 months ago | | | 0 | 0.0023025655 | |
| 19302008 | 9 months ago | | | 0 | 0.0023049252 |
ABI
ABI objects
Getter at block 21315187
maxFreeSupply() view returns (uint256)
5555
maxPerAddressDuringFreeMint() view returns (uint256)
1
maxPerAddressDuringMint() view returns (uint256)
51
maxPerTxDuringMint() view returns (uint256)
10
maxSupply() view returns (uint256)
5555
name() view returns (string)
Mithical
owner() view returns (address)
0xae1c0af2c05bdb913e535ceefb6593281fb77d6f
price() view returns (uint256)
3000000000000000
saleIsActive() view returns (bool)
true
symbol() view returns (string)
MITHICAL
totalSupply() view returns (uint256)
994
Read-only
balanceOf(address owner) view returns (uint256)
freeMintedAmount(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedAmount(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
cutMaxSupply(uint256 _amount)
flipSale()
freeMint(uint256 _quantity)
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)
setBaseURI(string baseURI)
setMaxFreePerAddress(uint256 _amount)
setMaxPerAddress(uint256 _amount)
setMaxPerTx(uint256 _amount)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance() payable
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()