Ethereum Meta
Verified contract
Active on
Ethereum with 29,412 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,426.78)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 2.006K | $1.001 |
$2,008.01 | |
ELON | ERC-20 | 1.579823B | $0.00 |
$319.12 | |
USDC | ERC-20 | 30 | $1.001 |
$30.03 | |
WBNB | ERC-20 | 0.02773 | $642.85 |
$17.83 | |
TKING | ERC-20 | 26.357822M | $0.000001 |
$14.6 | |
IOTX | ERC-20 | 305.364062 | $0.045656 |
$13.94 | |
GNO | ERC-20 | 0.043599 | $277.70 |
$12.11 | |
SHIB | ERC-20 | 402.65754K | $0.000027 |
$10.98 | |
LUNA | ERC-20 | 2.5K | $0.000064 |
$0.16 | |
ETHM | ERC-20 | 1405.821496T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157624 | 4 hours ago | | | 0 | 0.00072539406 | |
| 21156270 | 9 hours ago | | | 0 | 0.00054275178 | |
| 21153981 | 16 hours ago | | | 0 | 0.00046196200 | |
| 21152654 | 21 hours ago | | | 0 | 0.00037017110 | |
| 21152573 | 21 hours ago | | | 0 | 0.00048332667 | |
| 21152504 | 21 hours ago | | | 0 | 0.00042083737 | |
| 21152284 | a day ago | | | 0 | 0.00029180977 | |
| 21152235 | a day ago | | | 0 | 0.00050953296 | |
| 21152077 | a day ago | | | 0 | 0.00051919322 | |
| 21150197 | a day ago | | | 0 | 0.00027074141 |
ABI
ABI objects
Getter at block 21158841
decimals() view returns (uint8)
18
name() view returns (string)
Ethereum Meta
owner() view returns (address)
0x4ef0fa9c1f3e468e942f4ac48da9c5cd2f7be1fb
symbol() view returns (string)
ETHM
totalSupply() view returns (uint256)
1000991099000000000000999100000000111
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool success)
burn(uint256 amount)
burnFrom(address from, uint256 amount)
mint(address recipient, uint256 amount)
transfer(address to, uint256 value) returns (bool success)
transferFrom(address from, address to, uint256 value) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _totalSupply, uint8 _decimals, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.