TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,085 txns
Unified 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 48 additional slots
0x2416…eea5
0xbf54…2110
0x74a0…9ef5
0xc814…2059
0x8898…63c6
0x387d…c84c
0x8022…6f7d
0x4994…5849
Balances ($52.85)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 3.051321 | $17.32 |
$52.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21140996 | 19 days ago | | | 0.0082268772 | 0.014002416 | |
| 21139215 | 19 days ago | | | 0.011925842 | 0.020231082 | |
| 21137425 | 19 days ago | | | 0.017350213 | 0.030030413 | |
| 21135641 | 19 days ago | | | 0.015145194 | 0.034148099 | |
| 21135640 | 19 days ago | | | 0.015145194 | 0.032998166 | |
| 21133849 | 20 days ago | | | 0.0074842408 | 0.013259990 | |
| 21132056 | 20 days ago | | | 0.011884726 | 0.020784533 | |
| 21130265 | 20 days ago | | | 0.011516203 | 0.020320409 | |
| 21129718 | 20 days ago | | | 0.014065931 | 0.023492294 | |
| 21128474 | 20 days ago | | | 0.014120297 | 0.022738025 |
ABI
ABI objects
Getter at block 21275111
EXPECTED_DECIMALS() view returns (uint8)
18
connext() view returns (address)
0x8898b472c54c31894e3b9bb83cea802a5d0e63c6
ezETH() view returns (address)
0xbf5495efe5db9ce00f80364c8b423567e58d2110
linkRouterClient() view returns (address)
0x80226fc0ee2b096224eeac085bb9a8cba1146f7d
linkToken() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
rateProvider() view returns (address)
0x387dbc0fb00b26fb085aa658527d5be98302c84c
restakeManager() view returns (address)
0x74a09653a083691711cf8215a6ab074bb4e99ef5
roleManager() view returns (address)
0x4994efc62101a9e3f885d872514c2dc7b3235849
wETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
xezETH() view returns (address)
0x2416092f143378750bb29b79ed961ab195cceea5
xezETHLockbox() view returns (address)
0xc8140da31e6bca19b287cc35531c2212763c2059
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
initialize(address _ezETH, address _xezETH, address _restakeManager, address _wETH, address _xezETHLockbox, address _connext, address _linkRouterClient, address _rateProvider, address _linkToken, address _roleManager)
recoverERC20(address _token, uint256 _amount, address _to)
recoverNative(uint256 _amount, address _to)
sendPrice(struct IxRenzoBridgeCCIPDestinationParam[] _destinationParam, struct IxRenzoBridgeConnextDestinationParam[] _connextDestinationParam) payable
xReceive(bytes32 _transferId, uint256 _amount, address _asset, address _originSender, uint32 _origin, bytes) returns (bytes)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
ConnextMessageSent(uint32 indexed destinationChainDomain, address receiver, uint256 exchangeRate, uint256 fees)
EzETHMinted(bytes32 transferId, uint256 amountDeposited, uint32 origin, address originSender, uint256 ezETHMinted)
Initialized(uint8 version)
MessageSent(bytes32 indexed messageId, uint64 indexed destinationChainSelector, address receiver, uint256 exchangeRate, address feeToken, uint256 fees)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
InvalidOraclePrice()
InvalidSender(address expectedSender, address actualSender)
InvalidTokenDecimals(uint8 expected, uint8 actual)
InvalidTokenReceived()
InvalidZeroInput()
NotBridgeAdmin()
NotEnoughBalance(uint256 currentBalance, uint256 calculatedFees)
NotPriceFeedSender()
TransferFailed()