BridgeFacet
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
28
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 32 additional slots
Balances ($0.00)
No balances found for "BridgeFacet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BridgeFacet"
ABI
ABI objects
Getter at block 21258072
domain() view returns (uint32)
0
nonce() view returns (uint256)
0
xAppConnectionManager() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
approvedSequencers(address _sequencer) view returns (bool)
remote(uint32 _domain) view returns (address)
routedTransfers(bytes32 _transferId) view returns (address[])
transferStatus(bytes32 _transferId) view returns (uint8)
State-modifying
Events addSequencer(address _sequencer)
bumpTransfer(bytes32 _transferId) payable
bumpTransfer(bytes32 _transferId, address _relayerFeeAsset, uint256 _relayerFee)
enrollRemoteRouter(uint32 _domain, bytes32 _router)
execute(struct ExecuteArgs _args) returns (bytes32)
forceReceiveLocal(struct TransferInfo _params)
forceUpdateSlippage(struct TransferInfo _params, uint256 _slippage)
removeSequencer(address _sequencer)
setXAppConnectionManager(address _xAppConnectionManager)
xcall(uint32 _destination, address _to, address _asset, address _delegate, uint256 _amount, uint256 _slippage, bytes _callData) payable returns (bytes32)
xcall(uint32 _destination, address _to, address _asset, address _delegate, uint256 _amount, uint256 _slippage, bytes _callData, uint256 _relayerFee) returns (bytes32)
xcallIntoLocal(uint32 _destination, address _to, address _asset, address _delegate, uint256 _amount, uint256 _slippage, bytes _callData) payable returns (bytes32)
xcallIntoLocal(uint32 _destination, address _to, address _asset, address _delegate, uint256 _amount, uint256 _slippage, bytes _callData, uint256 _relayerFee) returns (bytes32)
AavePortalMintUnbacked(bytes32 indexed transferId, address indexed router, address asset, uint256 amount)
Executed(bytes32 indexed transferId, address indexed to, address indexed asset, struct ExecuteArgs args, address local, uint256 amount, address caller)
ExternalCalldataExecuted(bytes32 indexed transferId, bool success, bytes returnData)
ForceReceiveLocal(bytes32 indexed transferId)
RemoteAdded(uint32 domain, address remote, address caller)
SequencerAdded(address sequencer, address caller)
SequencerRemoved(address sequencer, address caller)
SlippageUpdated(bytes32 indexed transferId, uint256 slippage)
TransferRelayerFeesIncreased(bytes32 indexed transferId, uint256 increase, address asset, address caller)
XAppConnectionManagerSet(address updated, address caller)
XCalled(bytes32 indexed transferId, uint256 indexed nonce, bytes32 indexed messageHash, struct TransferInfo params, address asset, uint256 amount, address local, bytes messageBody)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AssetLogic__getConfig_notRegistered()
AssetLogic__getTokenIndexFromStableSwapPool_notExist()
AssetLogic__handleIncomingAsset_feeOnTransferNotSupported()
AssetLogic__handleIncomingAsset_nativeAssetNotSupported()
AssetLogic__handleOutgoingAsset_notNative()
BaseConnextFacet__getAdoptedAsset_assetNotFound()
BaseConnextFacet__getApprovedCanonicalId_notAllowlisted()
BaseConnextFacet__nonReentrant_reentrantCall()
BaseConnextFacet__nonXCallReentrant_reentrantCall()
BaseConnextFacet__onlyOwnerOrAdmin_notOwnerOrAdmin()
BaseConnextFacet__onlyOwnerOrRouter_notOwnerOrRouter()
BaseConnextFacet__onlyOwnerOrWatcher_notOwnerOrWatcher()
BaseConnextFacet__onlyOwner_notOwner()
BaseConnextFacet__onlyProposed_notProposedOwner()
BaseConnextFacet__whenNotPaused_paused()
BridgeFacet__addRemote_invalidDomain()
BridgeFacet__addRemote_invalidRouter()
BridgeFacet__addSequencer_alreadyApproved()
BridgeFacet__addSequencer_invalidSequencer()
BridgeFacet__bumpTransfer_noRelayerVault()
BridgeFacet__bumpTransfer_valueIsZero()
BridgeFacet__excecute_insufficientGas()
BridgeFacet__executePortalTransfer_insufficientAmountWithdrawn()
BridgeFacet__execute_badFastLiquidityStatus()
BridgeFacet__execute_externalCallFailed()
BridgeFacet__execute_invalidRouterSignature()
BridgeFacet__execute_invalidSequencerSignature()
BridgeFacet__execute_maxRoutersExceeded()
BridgeFacet__execute_notApprovedForPortals()
BridgeFacet__execute_notReconciled()
BridgeFacet__execute_notSupportedRouter()
BridgeFacet__execute_notSupportedSequencer()
BridgeFacet__execute_unapprovedSender()
BridgeFacet__execute_wrongDomain()
BridgeFacet__forceReceiveLocal_notDestination()
BridgeFacet__forceUpdateSlippage_invalidSlippage()
BridgeFacet__forceUpdateSlippage_notDestination()
BridgeFacet__mustHaveRemote_destinationNotSupported()
BridgeFacet__onlyDelegate_notDelegate()
BridgeFacet__removeSequencer_notApproved()
BridgeFacet__setXAppConnectionManager_domainsDontMatch()
BridgeFacet__xcall_capReached()
BridgeFacet__xcall_emptyTo()
BridgeFacet__xcall_invalidSlippage()
BridgeFacet__xcall_nativeAssetNotSupported()
BridgeFacet_xcall__emptyLocalAsset()