Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
META | ERC-20 | 1.001101T | -- | -- | |
OMIC | ERC-20 | 202.1B | -- | -- | |
UDAO | ERC-20 | 101B | -- | -- | |
Hello | ERC-20 | 100B | -- | -- | |
Hi | ERC-20 | 80B | -- | -- | |
Meta | ERC-20 | 11.355093B | -- | -- | |
mETH | ERC-20 | 10B | -- | -- | |
XMAS | ERC-20 | 6.249098B | -- | -- | |
OMIC | ERC-20 | 5.066237B | -- | -- | |
Nike | ERC-20 | 3.323925B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19078998 | 9 months ago | | | 0 | 0.00035151252 | |
| 18240337 | a year ago | | | 0 | 0.00019015198 | |
| 17504076 | a year ago | | | 0 | 0.00034987989 | |
| 17017786 | 2 years ago | | | 0 | 0.00046016947 | |
| 16926120 | 2 years ago | | | 0 | 0.00066215225 | |
| 16908937 | 2 years ago | | | 0 | 0.00065371569 | |
| 16094829 | 2 years ago | | | 0 | 0.00058940534 | |
| 15889441 | 2 years ago | | | 0 | 0.00038038588 | |
| 15889440 | 2 years ago | | | 0 | 0.00038452506 | |
| 15889440 | 2 years ago | | | 0 | 0.00038452506 |
ABI
ABI objects
Getter at block 21102628
_decimals() view returns (uint8)
18
_name() view returns (string)
meta.com
_symbol() view returns (string)
META
decimals() view returns (uint8)
18
getOwner() view returns (address)
0xa6bc5f62ac9dba7b546e20d01e68d9e23aae96f9
name() view returns (string)
meta.com
owner() view returns (address)
0xa6bc5f62ac9dba7b546e20d01e68d9e23aae96f9
symbol() view returns (string)
META
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBurnAddress(address addr)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.