RSETHPoolV2ExternalBridge

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0xf7a2fe2e at 21490244
Slot
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

No balances found for "RSETHPoolV2ExternalBridge"

No transactions found for "RSETHPoolV2ExternalBridge"


Functions
Getter at block 22766339
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
 
getRate(view returns (uint256)
getReceiver(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
l1VaultETHForL2Chain(view returns (address)
0x0000000000000000000000000000000000000000
latestTxReceipt(view returns (bytes32 guiduint256 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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getMinAmount(uint256 amountuint256 slippageTolerancepure returns (uint256)
getNativeFee(uint256 amountuint256 minAmountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
viewSwapRsETHAmountAndFee(uint256 amountview returns (uint256 rsETHAmountuint256 fee)
State-modifying
approve(address spenderuint256 amountreturns (bool)
bridgeAssets(uint256 amountuint256 minAmountuint256 nativeFeepayable 
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
deposit(string referralIdpayable 
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(address adminaddress bridgeraddress _wrsETHuint256 _feeBpsaddress _rsETHOracle
moveAssetsForBridging(
pause(
reinitialize(address _l1VaultETHForL2Chainaddress _stargatePooluint32 _dstLzChainId
reinitialize(uint32 _dstLzChainId
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setDstLzChainId(uint32 _dstLzChainId
setFeeBps(uint256 _feeBps
setL1VaultETHForL2Chain(address _l1VaultETHForL2Chain
setRSETHOracle(address _rsETHOracle
setStargatePool(address _stargatePool
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
unpause(
withdrawFees(address receiver
Events
Approval(address indexed owneraddress indexed spenderuint256 value
AssetsMovedForBridging(uint256 ethBalanceMinusFees
BridgedETHToL1(uint32 lzChainIdaddress l1Receiveruint256 amountSentuint256 amountReceived
FeeBpsSet(uint256 feeBps
FeesWithdrawn(uint256 feeEarnedInETH
Initialized(uint8 version
L1VaultETHForL2ChainSet(address l1VaultETHForL2Chain
OracleSet(address oracle
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
StargatePoolSet(address stargatePool
SwapOccurred(address indexed useruint256 rsETHAmountuint256 feestring referralId
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ContractNotPaused(
ContractPaused(
InsufficientETHBalance(
InsufficientNativeFee(
InvalidAmount(
InvalidMinAmount(
InvalidSlippageTolerance(
TransferFailed(
ZeroAddressNotAllowed(