FlashLoanAggregator
Verified contract
Active on
Base with 6 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe20f…d64d
0xa238…d1c5
Balances ($0.00)
No balances found for "FlashLoanAggregator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16560770 | 6 months ago | | | 0 | 3.9830234e-7 | |
| 16560764 | 6 months ago | | | 0 | 0.0000010538873 | |
| 14152035 | 7 months ago | | | 0 | 4.7854957e-7 | |
| 14149995 | 7 months ago | | | 0 | 4.3686157e-7 | |
| 14149984 | 7 months ago | | | 0 | 0.0000011504171 | |
| 14149978 | 7 months ago | | | 0 | 0.0000012691792 |
ABI
ABI objects
Getter at block 23867460
ADDRESSES_PROVIDER() view returns (address)
0xe20fcbdbffc4dd138ce8b2e6fbb6cb49777ad64d
POOL() view returns (address)
0xa238dd80c259a72e81d7e4664a9801593f98d1c5
owner() view returns (address)
0x972405d0009ddd8906a36109b069e4d7d02e5801
version() view returns (uint256)
1
Read-only
checkAaveFlashReserve(address asset) view returns (uint256 amount)
uniswapDexIsExists(bytes32) view returns (bool)
uniswapV3Dexes(uint256) view returns (bool enabled, address factoryV3, bytes32 initCodeHash, string name)
wagmiLeverageContracts(address) view returns (bool)
State-modifying
Events addUniswapV3Dex(address factoryV3, bytes32 initCodeHash, string name)
algebraFlashCallback(uint256 fee0, uint256 fee1, bytes data)
editUniswapV3Dex(bool enabled, address factoryV3, bytes32 initCodeHash, uint256 indx)
executeOperation(address, uint256, uint256 premium, address initiator, bytes data) returns (bool)
flashLoan(uint256 amount, bytes data)
initAave(address aaveAddressProvider)
pancakeV3FlashCallback(uint256 fee0, uint256 fee1, bytes data)
renounceOwnership()
setWagmiLeverageAddress(address _wagmiLeverageAddress)
transferOwnership(address newOwner)
uniswapV3FlashCallback(uint256 fee0, uint256 fee1, bytes data)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UniswapV3DexAdded(address factoryV3, bytes32 initCodeHash, string name)
UniswapV3DexChanged(address factoryV3, bytes32 initCodeHash, string name)
constructor(address aaveAddressProvider, address factoryV3, bytes32 initCodeHash, string name)
This contract contains no fallback and receive objects.
CollectedAmountIsNotEnough(uint256 desiredAmount, uint256 collectedAmount)
FlashLoanAaveZeroLiquidity()
FlashLoanZeroLiquidity(address pool)