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 |
---|---|---|---|---|---|
send | ERC-20 | 310.695K | $0.000105 |
$32.56 | |
USDC | ERC-20 | 14 | $0.999258 |
$13.99 | |
USA | ERC-20 | 1 | $0.000739 |
$0 | |
ERC-20 | 2.4K | -- | -- | ||
OHNO | ERC-20 | 81 | -- | -- | |
O | ERC-20 | 4.2 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22761423 | an hour ago | | | 0 | 3.9168522e-7 | |
| 22761068 | an hour ago | | | 0 | 0.0000032334884 | |
| 22760282 | 2 hours ago | | | 0 | 0.000000404481105864 | |
| 22759721 | 2 hours ago | | | 0 | 2.6251366e-7 | |
| 22759714 | 2 hours ago | | | 0 | 2.6251366e-7 | |
| 22759705 | 2 hours ago | | | 0 | 4.6056583e-7 | |
| 22759586 | 2 hours ago | | | 0 | 0.0000037564598 | |
| 22759509 | 2 hours ago | | | 0 | 2.9524701e-7 | |
| 22758556 | 3 hours ago | | | 0 | 4.6402925e-7 | |
| 22756591 | 4 hours ago | | | 0 | 5.4282780e-7 |
ABI
ABI objects
Getter at block 22763155
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN() view returns (address)
0x3f14920c99beb920afa163031c4e47a3e03b3e4a
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
0
l1Token() view returns (address)
0x3f14920c99beb920afa163031c4e47a3e03b3e4a
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
Send Token
remoteToken() view returns (address)
0x3f14920c99beb920afa163031c4e47a3e03b3e4a
symbol() view returns (string)
send
totalSupply() view returns (uint256)
98124346666
version() view returns (string)
1.2.0
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.