UniswapRepayAdapter
Verified contract
Active on
Ethereum with 15,003 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,000.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 2K | $1.00 |
$2,000 | |
TOKE | ERC-20 | 4.137876K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21016602 | 20 days ago | | | 0 | 0.0054516423 | |
| 20419133 | 3 months ago | | | 0 | 0.0053324100 | |
| 20402745 | 3 months ago | | | 0 | 0.00010471815 | |
| 20402744 | 3 months ago | | | 0 | 0.0021477834 | |
| 20402744 | 3 months ago | | | 0 | 0.0021112800 | |
| 20304358 | 4 months ago | | | 0 | 0.0011525841 | |
| 20262984 | 4 months ago | | | 0 | 0.00098704000 | |
| 20262984 | 4 months ago | | | 0 | 0.0051158412 | |
| 20105400 | 5 months ago | | | 0 | 0.0042093792 | |
| 20019808 | 5 months ago | | | 0 | 0.0079579110 |
ABI
ABI objects
Getter at block 21158361
ADDRESSES_PROVIDER() view returns (address)
0xb53c1a33016b2dc2ff3653530bff1848a515c8c5
FLASHLOAN_PREMIUM_TOTAL() view returns (uint256)
9
LENDING_POOL() view returns (address)
0x7d2768de32b0b80b7a3454c06bdac94a69ddc7a9
MAX_SLIPPAGE_PERCENT() view returns (uint256)
3000
ORACLE() view returns (address)
0xa50ba011c48153de246e5192c8f9258a2ba79ca9
UNISWAP_ROUTER() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
USD_ADDRESS() view returns (address)
0x10f7fc1f91ba351f9c629c5947ad69bd03c05b96
WETH_ADDRESS() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
owner() view returns (address)
0xbd723fc4f1d737dcfc48a07fe7336766d34cad5f
Read-only
getAmountsIn(uint256 amountOut, address reserveIn, address reserveOut) view returns (uint256, uint256, uint256, uint256, address[])
getAmountsOut(uint256 amountIn, address reserveIn, address reserveOut) view returns (uint256, uint256, uint256, uint256, address[])
State-modifying
Events executeOperation(address[] assets, uint256[] amounts, uint256[] premiums, address initiator, bytes params) returns (bool)
renounceOwnership()
rescueTokens(address token)
swapAndRepay(address collateralAsset, address debtAsset, uint256 collateralAmount, uint256 debtRepayAmount, uint256 debtRateMode, struct IBaseUniswapAdapterPermitSignature permitSignature, bool useEthPath)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Swapped(address fromAsset, address toAsset, uint256 fromAmount, uint256 receivedAmount)
constructor(address addressesProvider, address uniswapRouter, address wethAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.