Lending
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
22
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Lending"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Lending"
ABI
ABI objects
Getter at block 21119461
factory() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events borrowAaveV2(address token, uint256 amount)
borrowCompoundV2(address token, uint256 amount)
borrowCompoundV3USDC(uint256 amount)
borrowEuler(address token, uint256 amount)
claimRewardsCompoundV2()
claimRewardsCompoundV3USDC()
init(address owner_)
repayAaveV2()
repayCompoundV2()
repayCompoundV3USDC()
repayEuler()
runMultipleTx(address[] targets, uint256[] values, bytes[] datas)
runTx(address target, uint256 value, bytes data)
supplyAaveV2()
supplyCompoundV2()
supplyCompoundV3USDC()
supplyEuler()
swapStables(bool usdtToUsdc)
uniswapV3SwapCallback(int256 amount0, int256 amount1, bytes)
withdrawAaveV2(address token, uint256 amount)
withdrawCompoundV2(address token, uint256 amount)
withdrawCompoundV3USDC(address token, uint256 amount)
withdrawERC20(address token)
withdrawEuler(address token, uint256 amount)
withdrawNative()
This contract contains no event objects.
This contract contains no constructor objects.
receive()
AlreadyInitialised()
OnlyOwner()
UnsupportedToken()