Router01
Verified contract
Active on
Ethereum with 12,135 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "Router01"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19963060 | 6 months ago | | | 0 | 0.0028158915 | |
| 19963050 | 6 months ago | | | 0 | 0.0028377413 | |
| 19952216 | 6 months ago | | | 0 | 0.00051054900 | |
| 19932614 | 6 months ago | | | 0 | 0.0030932456 | |
| 19899628 | 6 months ago | | | 0 | 0.00046510731 | |
| 19774630 | 7 months ago | | | 0 | 0.0020426042 | |
| 19774614 | 7 months ago | | | 0 | 0.0014091114 | |
| 19707666 | 7 months ago | | | 0 | 0.00097652838 | |
| 19707625 | 7 months ago | | | 0 | 0.00087408616 | |
| 19707584 | 7 months ago | | | 0 | 0.0028600062 |
ABI
ABI objects
Getter at block 21207940
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
bDeployer() view returns (address)
0x31864bc58a47a4fc8782b4135873788e876de9eb
cDeployer() view returns (address)
0xc12e00de204d58ead5b5ce9054e94aee7747fb6c
factory() view returns (address)
0x8c3736e2fe63cc2cd89ee228d9dbcab6ce5b767b
Read-only
_optimalLiquidity(address uniswapV2Pair, uint256 amountADesired, uint256 amountBDesired, uint256 amountAMin, uint256 amountBMin) view returns (uint256 amountA, uint256 amountB)
getBorrowable(address uniswapV2Pair, uint8 index) view returns (address borrowable)
getCollateral(address uniswapV2Pair) view returns (address collateral)
getLendingPool(address uniswapV2Pair) view returns (address collateral, address borrowableA, address borrowableB)
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 uniswapV2Pair, 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 uniswapV2Pair, 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 _bDeployer, address _cDeployer, address _WETH)
receive()
This contract contains no error objects.