Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($124.85)
Native
Value
$124.85
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.040249 | $3,101.88 |
$124.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18906143 | a year ago | | | 0 | 0.00083417633 | |
| 16943142 | 2 years ago | | | 0 | 0.0015355626 | |
| 15107946 | 2 years ago | | | 0 | 0.00021121690 | |
| 15088287 | 2 years ago | | | 0 | 0.00054128239 | |
| 15066386 | 2 years ago | | | 0 | 0.00044259138 | |
| 15066384 | 2 years ago | | | 0 | 0.00067802455 | |
| 15062689 | 2 years ago | | | 0.003659 | 0.0026327954 | |
| 14947415 | 2 years ago | | | 0 | 0.00072195110 | |
| 14937384 | 2 years ago | | | 0 | 0.0011839526 | |
| 14529260 | 3 years ago | | | 0 | 0.0031428717 |
ABI
ABI objects
Getter at block 21222293
MAX_SUPPLY() view returns (uint256)
7777
name() view returns (string)
METAMENTALS
owner() view returns (address)
0x56480daea5b101aeb53183816f48098bb3cd3e3b
price() view returns (uint256)
3659000000000000
saleOpen() view returns (bool)
true
symbol() view returns (string)
METAMENTALS
totalSupply() view returns (uint256)
7777
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changePrice(uint256 _newPrice)
flipSale()
mint(address _to, uint256 _count) 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)
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)
Minted(uint256 totalMinted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()