FlashLoanLiquidator
Verified contract
Active on
Base with 1,436 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
szaUSDC | ERC-20 | 0.00016 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22668764 | 3 days ago | | | 0 | 0.000026692348 | |
| 22668750 | 3 days ago | | | 0 | 0.000026516298 | |
| 22668747 | 3 days ago | | | 0 | 0.000026045046 | |
| 22668743 | 3 days ago | | | 0 | 0.000026268517 | |
| 22668704 | 3 days ago | | | 0 | 0.000025677050 | |
| 22668699 | 3 days ago | | | 0 | 0.000025653076 | |
| 22668697 | 3 days ago | | | 0 | 0.000025517280 | |
| 22668694 | 3 days ago | | | 0 | 0.000025652730 | |
| 22668692 | 3 days ago | | | 0 | 0.000025573365 | |
| 22668689 | 3 days ago | | | 0 | 0.000025317237 |
ABI
ABI objects
Getter at block 22816810
ADDRESSES_PROVIDER() view returns (address)
0xe20fcbdbffc4dd138ce8b2e6fbb6cb49777ad64d
POOL() view returns (address)
0xa238dd80c259a72e81d7e4664a9801593f98d1c5
borrowToken() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
collateralToken() view returns (address)
0x4200000000000000000000000000000000000006
oneInchAggregator() view returns (address)
0x425141165d3de9fec831896c016617a52363b687
owner() view returns (address)
0x023953117d262271d70dd5d8c96a8dd327a7a594
size() view returns (address)
0xc2a429681cad7c1ce36442fbf7a4a68b11eff940
uniswapRouter() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
unoswapRouter() view returns (address)
0x425141165d3de9fec831896c016617a52363b687
Read-only
This contract contains no read-only function objects.
State-modifying
Events executeOperation(address[] assets, uint256[] amounts, uint256[] premiums, address initiator, bytes params) returns (bool)
liquidatePositionWithFlashLoan(bool useReplacement, struct ReplacementParams replacementParams, uint256 debtPositionId, uint256 minimumCollateralProfit, struct SwapParams swapParams, uint256 supplementAmount, address recipient)
recover(address token, address to, uint256 amount)
renounceOwnership()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _addressProvider, address _size, address _1inchAggregator, address _unoswapRouter, address _uniswapRouter, address _collateralToken, address _borrowToken)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
INSUFFICIENT_BALANCE()
INVALID_SWAP_METHOD()
NOT_AAVE_POOL()
NOT_INITIATOR()
NULL_ADDRESS()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)