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 |
---|---|---|---|---|---|
WETH | ERC-20 | 0.21 | $3,294.89 |
$691.93 | |
PRO | ERC-20 | 116.256051 | $1.27 |
$147.65 | |
USDC | ERC-20 | 28.352401 | $1.00 |
$28.35 | |
cbETH | ERC-20 | 0.001432 | $3,571.99 |
$5.12 | |
WGC | ERC-20 | 200 | $0.000561 |
$0.11 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.11 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
USA | ERC-20 | 1 | $0.000787 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000785 |
$0 | |
DOGE20 | ERC-20 | 232.733275B | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22746364 | 6 minutes ago | | | 0 | 4.2747216e-7 | |
| 22746074 | 16 minutes ago | | | 0 | 3.4803383e-7 | |
| 22745962 | 20 minutes ago | | | 0 | 3.3068268e-7 | |
| 22745239 | 44 minutes ago | | | 0 | 1.7150852e-7 | |
| 22744096 | an hour ago | | | 0 | 1.7230783e-7 | |
| 22743734 | 2 hours ago | | | 0 | 0.0000027264722 | |
| 22743716 | 2 hours ago | | | 0 | 0.0000027199242 | |
| 22743329 | 2 hours ago | | | 0 | 2.9790430e-7 | |
| 22742796 | 2 hours ago | | | 0 | 0.000000305220059345 | |
| 22742728 | 2 hours ago | | | 0 | 2.9732272e-7 |
ABI
ABI objects
Getter at block 22746545
BRIDGE() view returns (address)
0x4200000000000000000000000000000000000010
REMOTE_TOKEN() view returns (address)
0x226bb599a12c826476e3a771454697ea52e9e220
bridge() view returns (address)
0x4200000000000000000000000000000000000010
decimals() view returns (uint8)
8
l1Token() view returns (address)
0x226bb599a12c826476e3a771454697ea52e9e220
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
Propy
remoteToken() view returns (address)
0x226bb599a12c826476e3a771454697ea52e9e220
symbol() view returns (string)
PRO
totalSupply() view returns (uint256)
551582617465000
version() view returns (string)
1.3.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.