OptimizedTransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 6,407 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,341.18)
Native
Value
$5,341.18
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.551005 | $3,443.69 |
$5,341.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21265161 | 2 hours ago | | | 0 | 0.0027941153 | |
| 21264658 | 4 hours ago | | | 0 | 0.0025813188 | |
| 21264512 | 4 hours ago | | | 0 | 0.0026779434 | |
| 21264315 | 5 hours ago | | | 0 | 0.0028308649 | |
| 21263597 | 7 hours ago | | | 0 | 0.0020989971 | |
| 21263502 | 7 hours ago | | | 0 | 0.0019050844 | |
| 21262462 | 11 hours ago | | | 0 | 0.0012153427 | |
| 21261712 | 13 hours ago | | | 0 | 0.0013986045 | |
| 21261416 | 14 hours ago | | | 0 | 0.0021709181 | |
| 21261105 | 15 hours ago | | | 0 | 0.0027602673 |
ABI
ABI objects
Getter at block 21265705
feeBase() view returns (uint256)
15000000000000
feePerByte() view returns (uint256)
150000000000
liquidityBridge() view returns (address)
0x5427fefa711eff984124bfbb1ab6fbf5e3da1820
owner() view returns (address)
0x606d8cfd3f4ed07314f5a1f1802dd4663308b175
pegBridge() view returns (address)
0x16365b45eb269b5b5dacb34b4a15399ec79b95eb
pegBridgeV2() view returns (address)
0x52e4f244f380f8fa51816c8a10a63105dd4de084
pegVault() view returns (address)
0xb37d31b2a74029b5951a2778f959282e2d518595
pegVaultV2() view returns (address)
0x7510792a3b1969f9307f3845ce88e39578f2bae1
preExecuteMessageGasUsage() view returns (uint256)
0
sigsVerifier() view returns (address)
0x5427fefa711eff984124bfbb1ab6fbf5e3da1820
Read-only
calcFee(bytes _message) view returns (uint256)
executedMessages(bytes32) view returns (uint8)
withdrawnFees(address) view returns (uint256)
State-modifying
Events admin() returns (address)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
executeMessage(bytes _message, struct MsgDataTypesRouteInfo _route, bytes[] _sigs, address[] _signers, uint256[] _powers) payable
executeMessage(bytes _message, struct MsgDataTypesRouteInfo2 _route, bytes[] _sigs, address[] _signers, uint256[] _powers) payable
executeMessageWithTransfer(bytes _message, struct MsgDataTypesTransferInfo _transfer, bytes[] _sigs, address[] _signers, uint256[] _powers) payable
executeMessageWithTransferRefund(bytes _message, struct MsgDataTypesTransferInfo _transfer, bytes[] _sigs, address[] _signers, uint256[] _powers) payable
init(address _liquidityBridge, address _pegBridge, address _pegVault, address _pegBridgeV2, address _pegVaultV2)
refundAndExecuteMsg(struct MsgDataTypesBridgeTransferParams _transferParams, struct MsgDataTypesMsgWithTransferExecutionParams _msgParams)
sendMessage(address _receiver, uint256 _dstChainId, bytes _message) payable
sendMessage(bytes _receiver, uint256 _dstChainId, bytes _message) payable
sendMessageWithTransfer(address _receiver, uint256 _dstChainId, address _srcBridge, bytes32 _srcTransferId, bytes _message) payable
setFeeBase(uint256 _fee)
setFeePerByte(uint256 _fee)
setLiquidityBridge(address _addr)
setPegBridge(address _addr)
setPegBridgeV2(address _addr)
setPegVault(address _addr)
setPegVaultV2(address _addr)
setPreExecuteMessageGasUsage(uint256 _usage)
transferAndExecuteMsg(struct MsgDataTypesBridgeTransferParams _transferParams, struct MsgDataTypesMsgWithTransferExecutionParams _msgParams)
transferOwnership(address newOwner)
withdrawFee(address _account, uint256 _cumulativeFee, bytes[] _sigs, address[] _signers, uint256[] _powers)
Upgraded(address indexed implementation)
CallReverted(string reason)
Executed(uint8 msgType, bytes32 msgId, uint8 status, address indexed receiver, uint64 srcChainId, bytes32 srcTxHash)
FeeBaseUpdated(uint256 feeBase)
FeePerByteUpdated(uint256 feePerByte)
FeeWithdrawn(address receiver, uint256 amount)
LiquidityBridgeUpdated(address liquidityBridge)
Message(address indexed sender, address receiver, uint256 dstChainId, bytes message, uint256 fee)
Message2(address indexed sender, bytes receiver, uint256 dstChainId, bytes message, uint256 fee)
MessageWithTransfer(address indexed sender, address receiver, uint256 dstChainId, address bridge, bytes32 srcTransferId, bytes message, uint256 fee)
NeedRetry(uint8 msgType, bytes32 msgId, uint64 srcChainId, bytes32 srcTxHash)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PegBridgeUpdated(address pegBridge)
PegBridgeV2Updated(address pegBridgeV2)
PegVaultUpdated(address pegVault)
PegVaultV2Updated(address pegVaultV2)
constructor(address initialLogic, address initialAdmin, bytes _data)
fallback()
receive()
This contract contains no error objects.