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 |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22418143 | 5 hours ago | | | 0 | 4.1310216e-7 | |
| 22418139 | 5 hours ago | | | 0 | 7.2545190e-7 | |
| 22412492 | 8 hours ago | | | 0 | 7.1830321e-7 | |
| 22412025 | 8 hours ago | | | 0 | 7.1873334e-7 | |
| 22374013 | a day ago | | | 0 | 7.9287431e-7 | |
| 22362844 | a day ago | | | 0 | 7.1854678e-7 | |
| 22333918 | 2 days ago | | | 0 | 7.1963022e-7 | |
| 22329340 | 2 days ago | | | 0 | 7.1944343e-7 | |
| 22328831 | 2 days ago | | | 0 | 7.1926036e-7 | |
| 22309499 | 3 days ago | | | 0 | 7.2432179e-7 |
ABI
ABI objects
Getter at block 22426505
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN() view returns (address)
0xc1f33e0cf7e40a67375007104b929e49a581bafe
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
9
l1Token() view returns (address)
0xc1f33e0cf7e40a67375007104b929e49a581bafe
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
SPOT
remoteToken() view returns (address)
0xc1f33e0cf7e40a67375007104b929e49a581bafe
symbol() view returns (string)
SPOT
totalSupply() view returns (uint256)
25485791716746
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(address _bridge, address _remoteToken, string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.