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 |
---|---|---|---|---|---|
ETHO | ERC-20 | 10 | $0.014013 |
$0.14 | |
RDAT | ERC-20 | 1 | $0.010466 |
$0.01 | |
OHNO | ERC-20 | 131.577073 | -- | -- | |
1TZH | ERC-20 | 100 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22043157 | 41 minutes ago | | | 0 | 1.8490765e-7 | |
| 22042791 | an hour ago | | | 0 | 2.7713903e-7 | |
| 22040999 | 2 hours ago | | | 0 | 1.9172367e-7 | |
| 22040355 | 2 hours ago | | | 0 | 1.3316050e-7 | |
| 22040115 | 2 hours ago | | | 0 | 2.4642350e-7 | |
| 22039850 | 3 hours ago | | | 0 | 0.000000203636890314 | |
| 22039105 | 3 hours ago | | | 0 | 1.8795210e-7 | |
| 22038538 | 3 hours ago | | | 0 | 3.5219009e-7 | |
| 22038516 | 3 hours ago | | | 0 | 3.5219009e-7 | |
| 22038504 | 3 hours ago | | | 0 | 4.1000867e-7 |
ABI
ABI objects
Getter at block 22044388
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN() view returns (address)
0x3593d125a4f7849a1b059e64f4517a86dd60c95d
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
18
l1Token() view returns (address)
0x3593d125a4f7849a1b059e64f4517a86dd60c95d
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
MANTRA
remoteToken() view returns (address)
0x3593d125a4f7849a1b059e64f4517a86dd60c95d
symbol() view returns (string)
OM
totalSupply() view returns (uint256)
790845277077187881088454
version() view returns (string)
1.0.3
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 _interfaceId) pure returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 amount)
Mint(address indexed account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _bridge, address _remoteToken, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.