Myria
Verified contract
Active on
Ethereum with 154,075 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($50,928.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 43.630866K | $1.00 |
$43,630.87 | |
MYRIA | ERC-20 | 2.976782M | $0.002204 |
$6,561.6 | |
MASA | ERC-20 | 8.8268K | $0.07282 |
$642.77 | |
USDT | ERC-20 | 75.85171 | $1.001 |
$75.93 | |
MAVIA | ERC-20 | 13.2 | $1.29 |
$17.03 | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243528 | 15 minutes ago | | | 0 | 0.00061307938 | |
| 21243520 | 17 minutes ago | | | 0 | 0.00081483551 | |
| 21243497 | 21 minutes ago | | | 0 | 0.00073455303 | |
| 21243479 | 25 minutes ago | | | 0 | 0.00059623963 | |
| 21243461 | 28 minutes ago | | | 0 | 0.00056311202 | |
| 21243461 | 28 minutes ago | | | 0 | 0.00084250316 | |
| 21243457 | 29 minutes ago | | | 0 | 0.00053130493 | |
| 21243456 | 29 minutes ago | | | 0 | 0.00043803950 | |
| 21243437 | 33 minutes ago | | | 0 | 0.00061118441 | |
| 21243437 | 33 minutes ago | | | 0 | 0.00061118441 |
ABI
ABI objects
Getter at block 21243599
MAX_SUPPLY() view returns (uint256)
50000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Myria
owner() view returns (address)
0x7aa0b4c3000a11ea4a378239b192eb1872d3344b
symbol() view returns (string)
MYRIA
totalSupply() view returns (uint256)
50000000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 amount)
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(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.