RSETHPoolV2ExternalBridge
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "RSETHPoolV2ExternalBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "RSETHPoolV2ExternalBridge"
ABI
ABI objects
Getter at block 22766339 getRate() view returns (uint256)
BRIDGER_ROLE() view returns (bytes32)
0xc809a7fd521f10cdc3c068621a1c61d5fd9bb3f1502a773e53811bc248d919a8
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
18
dstLzChainId() view returns (uint32)
0
feeBps() view returns (uint256)
0
feeEarnedInETH() view returns (uint256)
0
getETHBalanceMinusFees() view returns (uint256)
0
getReceiver() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
l1VaultETHForL2Chain() view returns (address)
0x0000000000000000000000000000000000000000
latestTxReceipt() view returns (bytes32 guid, uint256 amountReceivedLD)
(guid=0x0000000000000000000000000000000000000000000000000000000000000000, amountReceivedLD=0)
name() view returns (string)
paused() view returns (bool)
false
rsETHOracle() view returns (address)
0x0000000000000000000000000000000000000000
stargatePool() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
wrsETH() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getMinAmount(uint256 amount, uint256 slippageTolerance) pure returns (uint256)
getNativeFee(uint256 amount, uint256 minAmount) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
viewSwapRsETHAmountAndFee(uint256 amount) view returns (uint256 rsETHAmount, uint256 fee)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
bridgeAssets(uint256 amount, uint256 minAmount, uint256 nativeFee) payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(string referralId) payable
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address admin, address bridger, address _wrsETH, uint256 _feeBps, address _rsETHOracle)
moveAssetsForBridging()
pause()
reinitialize(address _l1VaultETHForL2Chain, address _stargatePool, uint32 _dstLzChainId)
reinitialize(uint32 _dstLzChainId)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setDstLzChainId(uint32 _dstLzChainId)
setFeeBps(uint256 _feeBps)
setL1VaultETHForL2Chain(address _l1VaultETHForL2Chain)
setRSETHOracle(address _rsETHOracle)
setStargatePool(address _stargatePool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unpause()
withdrawFees(address receiver)
Approval(address indexed owner, address indexed spender, uint256 value)
AssetsMovedForBridging(uint256 ethBalanceMinusFees)
BridgedETHToL1(uint32 lzChainId, address l1Receiver, uint256 amountSent, uint256 amountReceived)
FeeBpsSet(uint256 feeBps)
FeesWithdrawn(uint256 feeEarnedInETH)
Initialized(uint8 version)
L1VaultETHForL2ChainSet(address l1VaultETHForL2Chain)
OracleSet(address oracle)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
StargatePoolSet(address stargatePool)
SwapOccurred(address indexed user, uint256 rsETHAmount, uint256 fee, string referralId)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ContractNotPaused()
ContractPaused()
InsufficientETHBalance()
InsufficientNativeFee()
InvalidAmount()
InvalidMinAmount()
InvalidSlippageTolerance()
TransferFailed()
ZeroAddressNotAllowed()