Proxy__L1LiquidityPoolArguments
Verified contract
Proxy
Active on
Ethereum with 18,524 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0xdc16…1c00
Balances ($435,159.84)
Native
Value
$416,439.36
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 130.083639 | $3,201.32 |
$416,439.36 | |
OMG | ERC-20 | 58.397701K | $0.278618 |
$16,270.65 | |
DODO | ERC-20 | 9.094651K | $0.126157 |
$1,147.35 | |
DAI | ERC-20 | 571.343925 | $0.999867 |
$571.27 | |
BOBA | ERC-20 | 1.967789K | $0.193984 |
$381.72 | |
WBTC | ERC-20 | 0.002466 | $79,475.00 |
$196.02 | |
USDT | ERC-20 | 92.137038 | $1.001 |
$92.23 | |
BAT | ERC-20 | 260.1881 | $0.185161 |
$48.18 | |
FXS | ERC-20 | 3 | $2.26 |
$6.78 | |
SUSHI | ERC-20 | 7.551036 | $0.804666 |
$6.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21096714 | 9 days ago | | | 0 | 0.00029471556 | |
| 21096701 | 9 days ago | | | 0 | 0.00047941939 | |
| 20566263 | 3 months ago | | | 0 | 0.00011190329 | |
| 20529796 | 3 months ago | | | 0 | 0.00031346826 | |
| 20452855 | 3 months ago | | | 0 | 0.000088269019 | |
| 20452852 | 3 months ago | | | 0 | 0.000092545942 | |
| 20427155 | 3 months ago | | | 0 | 0.0015859386 | |
| 20338389 | 4 months ago | | | 0 | 0.00033437638 | |
| 20338310 | 4 months ago | | | 0 | 0.00044876126 | |
| 20327638 | 4 months ago | | | 0 | 0.0014765219 |
ABI
ABI objects
Getter at block 21158141
L1StandardBridgeAddress() view returns (address)
0xdc1664458d2f0b6090bea60a8793a4e66c2f1c00
L2LiquidityPoolAddress() view returns (address)
0x3a92ca39476ff84dc579c868d4d7de125513b034
SAFE_GAS_STIPEND() view returns (uint256)
2300
SETTLEMENT_L2_GAS() view returns (uint32)
1400000
currentDepositInfoHash() view returns (bytes32)
0xcf50bc38df25a45ffddaa6563ff3997a36f5ce3f6e7e9000832b237d780ff81b
l1CrossDomainMessenger() view returns (address)
0x0000000000000000000000000000000000000000
lastHashUpdateBlock() view returns (uint256)
19563069
owner() view returns (address)
0x1f2414d0af8741bc822dbc2f88069c2b2907a840
ownerRewardFeeRate() view returns (uint256)
0
paused() view returns (bool)
false
priorDepositInfoHash() view returns (bytes32)
0xcc134b9fb41a28f1564d9498c7b2deea847853168eb96f1970b0385b24551ff2
relayerMessenger() view returns (address)
0xd05b8fd53614e1569cac01c6d8d41416d0a7257e
senderMessenger() view returns (address)
0x6d4528d192db72e282265d6092f4b872f9dff69e
userRewardMaxFeeRate() view returns (uint256)
30
userRewardMinFeeRate() view returns (uint256)
1
Read-only
addressManager(string) view returns (address)
getUserRewardFeeRate(address _l1TokenAddress) view returns (uint256 userRewardFeeRate)
poolInfo(address) view returns (address l1TokenAddress, address l2TokenAddress, uint256 userDepositAmount, uint256 lastAccUserReward, uint256 accUserReward, uint256 accUserRewardPerShare, uint256 accOwnerReward, uint256 startTime)
userInfo(address, address) view returns (uint256 amount, uint256 rewardDebt, uint256 pendingReward)
State-modifying
Events setTargetContract(address _proxyTarget)
transferProxyOwnership()
addLiquidity(uint256 _amount, address _tokenAddress) payable
clientDepositL1(uint256 _amount, address _tokenAddress) payable
clientDepositL1Batch(struct L1LiquidityPoolClientDepositToken[] _tokens) payable
clientPayL1(address _to, uint256 _amount, address _tokenAddress)
clientPayL1Settlement(address _to, uint256 _amount, address _tokenAddress)
configureFee(uint256 _userRewardMinFeeRate, uint256 _userRewardMaxFeeRate, uint256 _ownerRewardFeeRate)
configureGas(uint32 _l2GasFee, uint256 _safeGas)
initialize(address _l1CrossDomainMessenger, address _l1CrossDomainMessengerFast, address _L2LiquidityPoolAddress, address _L1StandardBridgeAddress)
ownerRecoverFee(uint256 _amount, address _tokenAddress, address _to)
pause()
rebalanceLP(uint256 _amount, address _tokenAddress)
registerPool(address _l1TokenAddress, address _l2TokenAddress)
transferOwnership(address _newOwner)
unpause()
updateUserRewardPerShare(address _tokenAddress)
withdrawLiquidity(uint256 _amount, address _tokenAddress, address _to)
withdrawReward(uint256 _amount, address _tokenAddress, address _to)
AddLiquidity(address sender, uint256 amount, address tokenAddress)
ClientDepositL1(address sender, uint256 receivedAmount, address tokenAddress)
ClientDepositL1Batch(struct L1LiquidityPoolClientPayToken[] _tokens)
ClientPayL1(address sender, uint256 amount, uint256 userRewardFee, uint256 ownerRewardFee, uint256 totalFee, address tokenAddress)
ClientPayL1Settlement(address sender, uint256 amount, uint256 userRewardFee, uint256 ownerRewardFee, uint256 totalFee, address tokenAddress)
OwnerRecoverFee(address sender, address receiver, uint256 amount, address tokenAddress)
OwnershipTransferred(address newOwner)
Paused(address account)
RebalanceLP(uint256 amount, address tokenAddress)
Unpaused(address account)
WithdrawLiquidity(address sender, address receiver, uint256 amount, address tokenAddress)
WithdrawReward(address sender, address receiver, uint256 amount, address tokenAddress)
constructor(address _proxyTarget)
fallback()
receive()
This contract contains no error objects.