AaveV3MigrationBundlerV2
Verified contract
Active on
Base with 1,185 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 |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23609549 | 8 hours ago | | | 0 | 0.0000077963838 | |
| 23609494 | 8 hours ago | | | 0 | 0.0000065269050 | |
| 23608440 | 9 hours ago | | | 0 | 0.0000070858380 | |
| 23605245 | 10 hours ago | | | 0 | 0.000023985147 | |
| 23603008 | 12 hours ago | | | 0 | 0.000013716646 | |
| 23596193 | 15 hours ago | | | 0 | 0.0000071585856 | |
| 23592944 | 17 hours ago | | | 0 | 0.000016702414 | |
| 23592895 | 17 hours ago | | | 0 | 0.000016702414 | |
| 23592072 | 18 hours ago | | | 0 | 0.000015430427 | |
| 23591971 | 18 hours ago | | | 0 | 0.000018066726 |
ABI
ABI objects
Getter at block 23623941
AAVE_V3_POOL() view returns (address)
0xa238dd80c259a72e81d7e4664a9801593f98d1c5
MORPHO() view returns (address)
0xbbbbbbbbbb9cc5e90e3b3af64bdaf62c37eeffcb
initiator() view returns (address)
0x0000000000000000000000000000000000000001
Read-only
This contract contains no read-only function objects.
State-modifying
Events aaveV3Repay(address asset, uint256 amount, uint256 interestRateMode) payable
aaveV3Withdraw(address asset, uint256 amount) payable
approve2(struct IAllowanceTransferPermitSingle permitSingle, bytes signature, bool skipRevert) payable
erc20Transfer(address asset, address recipient, uint256 amount) payable
erc20TransferFrom(address asset, uint256 amount) payable
erc4626Deposit(address vault, uint256 assets, uint256 minShares, address receiver) payable
erc4626Mint(address vault, uint256 shares, uint256 maxAssets, address receiver) payable
erc4626Redeem(address vault, uint256 shares, uint256 minAssets, address receiver, address owner) payable
erc4626Withdraw(address vault, uint256 assets, uint256 maxShares, address receiver, address owner) payable
morphoBorrow(struct MarketParams marketParams, uint256 assets, uint256 shares, uint256 slippageAmount, address receiver) payable
morphoFlashLoan(address token, uint256 assets, bytes data) payable
morphoRepay(struct MarketParams marketParams, uint256 assets, uint256 shares, uint256 slippageAmount, address onBehalf, bytes data) payable
morphoSetAuthorizationWithSig(struct Authorization authorization, struct Signature signature, bool skipRevert) payable
morphoSupply(struct MarketParams marketParams, uint256 assets, uint256 shares, uint256 slippageAmount, address onBehalf, bytes data) payable
morphoSupplyCollateral(struct MarketParams marketParams, uint256 assets, address onBehalf, bytes data) payable
morphoWithdraw(struct MarketParams marketParams, uint256 assets, uint256 shares, uint256 slippageAmount, address receiver) payable
morphoWithdrawCollateral(struct MarketParams marketParams, uint256 assets, address receiver) payable
multicall(bytes[] data) payable
nativeTransfer(address recipient, uint256 amount) payable
onMorphoFlashLoan(uint256, bytes data)
onMorphoRepay(uint256, bytes data)
onMorphoSupply(uint256, bytes data)
onMorphoSupplyCollateral(uint256, bytes data)
permit(address asset, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s, bool skipRevert) payable
reallocateTo(address publicAllocator, address vault, uint256 value, struct Withdrawal[] withdrawals, struct MarketParams supplyMarketParams) payable
transferFrom2(address asset, uint256 amount) payable
This contract contains no event objects.
constructor(address morpho, address aaveV3Pool)
This contract contains no fallback and receive objects.
UnsafeCast()