PortalFacet
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 32 additional slots
No balances found for "PortalFacet"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PortalFacet"
ABI
ABI objects
Getter at block 21260381
aavePool() view returns (address)
0x0000000000000000000000000000000000000000
aavePortalFee() view returns (uint256)
0
Read-only
getAavePortalDebt(bytes32 _transferId) view returns (uint256)
getAavePortalFeeDebt(bytes32 _transferId) view returns (uint256)
State-modifying
Events repayAavePortal(struct TransferInfo _params, uint256 _backingAmount, uint256 _feeAmount, uint256 _maxIn)
repayAavePortalFor(struct TransferInfo _params, address _portalAsset, uint256 _backingAmount, uint256 _feeAmount) payable
setAavePool(address _aavePool)
setAavePortalFee(uint256 _aavePortalFeeNumerator)
AavePoolUpdated(address updated, address caller)
AavePortalFeeUpdated(uint256 updated, address caller)
AavePortalRepayment(bytes32 indexed transferId, address asset, uint256 amount, uint256 fee, address caller)
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()
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()
PortalFacet__repayAavePortalFor_invalidAsset()
PortalFacet__repayAavePortalFor_zeroAmount()
PortalFacet__repayAavePortal_assetNotApproved()
PortalFacet__repayAavePortal_insufficientFunds()
PortalFacet__setAavePortalFee_invalidFee()