Diamond
Verified contract
Proxy
Active on
Ethereum with 60 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 40 additional slots
-
variable spans 4 additional slots
Balances ($412.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.06 | $3,901.81 |
$234.11 | |
USDC | ERC-20 | 178.101387 | $1.00 |
$178.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16035845 | 2 years ago | | | 0 | 0.0042458897 | |
| 15984492 | 2 years ago | | | 0 | 0.0041478295 | |
| 15984426 | 2 years ago | | | 0 | 0.0035193483 | |
| 15983867 | 2 years ago | | | 0 | 0.0016707876 | |
| 15976794 | 2 years ago | | | 0 | 0.0046417039 | |
| 15958260 | 2 years ago | | | 0 | 0.0017824330 | |
| 15949815 | 2 years ago | | | 0 | 0.0031625021 | |
| 15949624 | 2 years ago | | | 0 | 0.0027780753 | |
| 15944872 | 2 years ago | | | 0 | 0.0036617289 | |
| 15944771 | 2 years ago | | | 0 | 0.0029843570 |
ABI
ABI objects
Getter at block 21409955
AAVE_REFERRAL_CODE() view returns (uint16)
0
domain() view returns (uint32)
6648936
nonce() view returns (uint256)
37
xAppConnectionManager() view returns (address)
0x6e3f48301c13d31fc4448039c8f82eb99c2714b4
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
enrollRemoteRouter(uint32 _domain, bytes32 _router)
execute(struct ExecuteArgs _args) returns (bytes32)
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)
xcallIntoLocal(uint32 _destination, address _to, address _asset, address _delegate, uint256 _amount, uint256 _slippage, bytes _callData) payable 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)
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 caller)
XCalled(bytes32 indexed transferId, uint256 indexed nonce, bytes32 indexed messageHash, struct TransferInfo params, address asset, uint256 amount, address local)
constructor(address _contractOwner, struct IDiamondCutFacetCut[] _diamondCut, struct DiamondInitialization[] _initializations)
fallback()
receive()
AssetLogic__getTokenIndexFromStableSwapPool_notExist()
AssetLogic__handleIncomingAsset_feeOnTransferNotSupported()
AssetLogic__handleIncomingAsset_nativeAssetNotSupported()
AssetLogic__handleOutgoingAsset_notNative()
BaseConnextFacet__getAdoptedAsset_notWhitelisted()
BaseConnextFacet__getApprovedCanonicalId_notWhitelisted()
BaseConnextFacet__nonReentrant_reentrantCall()
BaseConnextFacet__onlyBridgeRouter_notBridgeRouter()
BaseConnextFacet__onlyOwnerOrAdmin_notOwnerOrAdmin()
BaseConnextFacet__onlyOwnerOrRouter_notOwnerOrRouter()
BaseConnextFacet__onlyOwnerOrWatcher_notOwnerOrWatcher()
BaseConnextFacet__onlyOwner_notOwner()
BaseConnextFacet__onlyProposed_notProposedOwner()
BaseConnextFacet__whenNotPaused_paused()
BridgeFacet__addRemote_invalidDomain()
BridgeFacet__addSequencer_alreadyApproved()
BridgeFacet__bumpTransfer_noRelayerVault()
BridgeFacet__bumpTransfer_valueIsZero()
BridgeFacet__executePortalTransfer_insufficientAmountWithdrawn()
BridgeFacet__execute_badFastLiquidityStatus()
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__forceUpdateSlippage_invalidSlippage()
BridgeFacet__forceUpdateSlippage_notDestination()
BridgeFacet__mustHaveRemote_destinationNotSupported()
BridgeFacet__onlyDelegate_notDelegate()
BridgeFacet__removeSequencer_notApproved()
BridgeFacet__xcall_canonicalAssetNotReceived()
BridgeFacet__xcall_capReached()
BridgeFacet__xcall_emptyTo()
BridgeFacet__xcall_invalidSlippage()
BridgeFacet__xcall_nativeAssetNotSupported()
BridgeFacet__xcall_notSupportedAsset()