Router03Solidly
Verified contract
Active on
Base with 19,052 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000709 |
$0 | |
CUBBY | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22903196 | 42 minutes ago | | | 0 | 0.0000057874519 | |
| 22902924 | an hour ago | | | 0 | 0.000020393208 | |
| 22902881 | an hour ago | | | 0 | 0.0000090338494 | |
| 22899038 | 3 hours ago | | | 0 | 0.0000016582200 | |
| 22897016 | 4 hours ago | | | 0 | 0.0000058831950 | |
| 22896338 | 5 hours ago | | | 0 | 0.000011004359 | |
| 22895548 | 5 hours ago | | | 0 | 0.000022918969 | |
| 22895503 | 5 hours ago | | | 0 | 0.0000049860210 | |
| 22895489 | 5 hours ago | | | 0 | 0.0000092730472 | |
| 22895459 | 5 hours ago | | | 0 | 0.0000031979736 |
ABI
ABI objects
Getter at block 22904443
WETH() view returns (address)
0x4200000000000000000000000000000000000006
factory() view returns (address)
0x66ca66e002a9cee8defe25db6f0c6225117c2d9f
Read-only
_optimalLiquidity(address uniswapV2Pair, uint256 amountADesired, uint256 amountBDesired, uint256 amountAMin, uint256 amountBMin) view returns (uint256 amountA, uint256 amountB)
getBorrowable(address underlying, uint8 index) view returns (address borrowable)
getCollateral(address underlying) view returns (address collateral)
getLendingPool(address underlying) view returns (address collateral, address borrowableA, address borrowableB)
getUniswapV2Pair(address underlying) view returns (address)
isStakedLPToken(address underlying) view returns (bool)
State-modifying
Events borrow(address borrowable, uint256 amount, address to, uint256 deadline, bytes permitData)
borrowETH(address borrowable, uint256 amountETH, address to, uint256 deadline, bytes permitData)
deleverage(address underlying, uint256 redeemTokens, uint256 amountAMin, uint256 amountBMin, uint256 deadline, bytes permitData)
impermaxBorrow(address sender, address borrower, uint256 borrowAmount, bytes data)
impermaxRedeem(address sender, uint256 redeemAmount, bytes data)
leverage(address underlying, uint256 amountADesired, uint256 amountBDesired, uint256 amountAMin, uint256 amountBMin, address to, uint256 deadline, bytes permitDataA, bytes permitDataB)
liquidate(address borrowable, uint256 amountMax, address borrower, address to, uint256 deadline) returns (uint256 amount, uint256 seizeTokens)
liquidateETH(address borrowable, address borrower, address to, uint256 deadline) payable returns (uint256 amountETH, uint256 seizeTokens)
mint(address poolToken, uint256 amount, address to, uint256 deadline) returns (uint256 tokens)
mintCollateral(address poolToken, uint256 amount, address to, uint256 deadline, bytes permitData) returns (uint256 tokens)
mintETH(address poolToken, address to, uint256 deadline) payable returns (uint256 tokens)
redeem(address poolToken, uint256 tokens, address to, uint256 deadline, bytes permitData) returns (uint256 amount)
redeemETH(address poolToken, uint256 tokens, address to, uint256 deadline, bytes permitData) returns (uint256 amountETH)
repay(address borrowable, uint256 amountMax, address borrower, uint256 deadline) returns (uint256 amount)
repayETH(address borrowable, address borrower, uint256 deadline) payable returns (uint256 amountETH)
This contract contains no event objects.
constructor(address _factory, address _WETH)
receive()
This contract contains no error objects.