Metis Token
Verified contract
Active on
Ethereum with 175,910 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($194,751.95)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Metis | ERC-20 | 3.759249K | $51.78 |
$194,653.89 | |
VRA | ERC-20 | 19.11K | $0.003367 |
$64.34 | |
FTM | ERC-20 | 41 | $0.782196 |
$32.07 | |
ARMOR | ERC-20 | 5.662705K | $0.000292 |
$1.65 | |
HQG | ERC-20 | 0.0013 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157995 | 5 minutes ago | | | 0 | 0.0015085958 | |
| 21157966 | 10 minutes ago | | | 0 | 0.0010415688 | |
| 21157930 | 18 minutes ago | | | 0 | 0.00094960887 | |
| 21157917 | 20 minutes ago | | | 0 | 0.0018661728 | |
| 21157832 | 37 minutes ago | | | 0 | 0.0015739715 | |
| 21157798 | 44 minutes ago | | | 0 | 0.0012199950 | |
| 21157771 | an hour ago | | | 0 | 0.00050994365 | |
| 21157769 | an hour ago | | | 0 | 0.00037158196 | |
| 21157741 | an hour ago | | | 0 | 0.00064559059 | |
| 21157711 | an hour ago | | | 0 | 0.00038904162 |
ABI
ABI objects
Getter at block 21158016
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Metis Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
Metis
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addMinter(address minter)
approve(address spender, uint256 amount) returns (bool)
burn(address target, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address target, uint256 amount)
removeMinter(address minter)
renounceOwnership()
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(address[] minters, uint256 maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.