MetaVisa
Verified contract
Active on
Ethereum with 10,441 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MESA | ERC-20 | 997.10016K | $0.000054 |
$53.89 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241067 | a day ago | | | 0 | 0.00059188377 | |
| 21203794 | 6 days ago | | | 0 | 0.00041103139 | |
| 21190184 | 8 days ago | | | 0 | 0.00048809928 | |
| 21190135 | 8 days ago | | | 0 | 0.00050335370 | |
| 21184217 | 9 days ago | | | 0 | 0.00088152583 | |
| 21173295 | 11 days ago | | | 0 | 0.0014858845 | |
| 21162237 | 12 days ago | | | 0 | 0.00087128059 | |
| 21101984 | 21 days ago | | | 0 | 0.00042668683 | |
| 21066787 | 25 days ago | | | 0 | 0.00055434835 | |
| 21022826 | a month ago | | | 0 | 0.00092479062 |
ABI
ABI objects
Getter at block 21249447
decimals() view returns (uint8)
18
name() view returns (string)
MetaVisa
symbol() view returns (string)
MESA
totalSupply() view returns (uint256)
10000000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.