CompoundV3MigrationBundler
Verified contract
Active on
Ethereum with 9 txns
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 "CompoundV3MigrationBundler"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242002 | a day ago | | | 0 | 0.0061999390 | |
| 21229746 | 3 days ago | | | 0 | 0.0073569920 | |
| 20688449 | 3 months ago | | | 0 | 0.00074272660 | |
| 20658998 | 3 months ago | | | 0 | 0.00063807972 | |
| 20592040 | 3 months ago | | | 0 | 0.0026554343 | |
| 20472807 | 4 months ago | | | 0 | 0.0014634473 | |
| 20408252 | 4 months ago | | | 0 | 0.00095290707 | |
| 20342316 | 4 months ago | | | 0 | 0.0050590037 | |
| 20342311 | 4 months ago | | | 0 | 0.0067709803 |
ABI
ABI objects
Getter at block 21249401
MORPHO() view returns (address)
0xbbbbbbbbbb9cc5e90e3b3af64bdaf62c37eeffcb
initiator() view returns (address)
0x0000000000000000000000000000000000000001
Read-only
This contract contains no read-only function objects.
State-modifying
Events approve2(struct IAllowanceTransferPermitSingle permitSingle, bytes signature, bool skipRevert) payable
compoundV3AllowBySig(address instance, bool isAllowed, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s, bool skipRevert) payable
compoundV3Repay(address instance, uint256 amount) payable
compoundV3WithdrawFrom(address instance, address asset, uint256 amount) 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
transferFrom2(address asset, uint256 amount) payable
This contract contains no event objects.
constructor(address morpho)
This contract contains no fallback and receive objects.
UnsafeCast()