CoFiXV2Router
Verified contract
Active on
Ethereum with 1,017 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "CoFiXV2Router"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15237542 | 2 years ago | | | 0 | 0.0038167717 | |
| 15237534 | 2 years ago | | | 0 | 0.0032645239 | |
| 15237513 | 2 years ago | | | 0 | 0.0055310990 | |
| 15228695 | 2 years ago | | | 0.02 | 0.0014349868 | |
| 15228669 | 2 years ago | | | 0.02 | 0.0014859145 | |
| 14508511 | 3 years ago | | | 0 | 0.0018271976 | |
| 14508495 | 3 years ago | | | 0 | 0.0018777941 | |
| 14508452 | 3 years ago | | | 0 | 0.0021221730 | |
| 14508443 | 3 years ago | | | 0 | 0.0023057500 | |
| 14508428 | 3 years ago | | | 0 | 0.0026203404 |
ABI
ABI objects
Getter at block 21190291
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
factory() view returns (address)
0x39816b841436a57729723d9da127805755d2cb51
uniFactory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
Read-only
getPairForDEX(address input, address output, uint8 dex) view returns (address pair)
hybridPair(address input, address output) view returns (bool useCoFiX, address pair)
isCoFiXNativeSupported(address input, address output) view returns (bool supported, address pair)
State-modifying
Events addLiquidity(address token, uint256 amountETH, uint256 amountToken, uint256 liquidityMin, address to, uint256 deadline) payable returns (uint256 liquidity)
addLiquidityAndStake(address token, uint256 amountETH, uint256 amountToken, uint256 liquidityMin, address to, uint256 deadline) payable returns (uint256 liquidity)
hybridSwapExactETHForTokens(uint256 amountIn, uint256 amountOutMin, address[] path, uint8[] dexes, address to, address rewardTo, uint256 deadline) payable returns (uint256[] amounts)
hybridSwapExactTokensForETH(uint256 amountIn, uint256 amountOutMin, address[] path, uint8[] dexes, address to, address rewardTo, uint256 deadline) payable returns (uint256[] amounts)
hybridSwapExactTokensForTokens(uint256 amountIn, uint256 amountOutMin, address[] path, uint8[] dexes, address to, address rewardTo, uint256 deadline) payable returns (uint256[] amounts)
removeLiquidityGetTokenAndETH(address token, uint256 liquidity, uint256 amountETHMin, address to, uint256 deadline) payable returns (uint256 amountToken, uint256 amountETH)
swapExactETHForTokens(address token, uint256 amountIn, uint256 amountOutMin, address to, address rewardTo, uint256 deadline) payable returns (uint256 _amountIn, uint256 _amountOut)
swapExactTokensForETH(address token, uint256 amountIn, uint256 amountOutMin, address to, address rewardTo, uint256 deadline) payable returns (uint256 _amountIn, uint256 _amountOut)
swapExactTokensForTokens(address tokenIn, address tokenOut, uint256 amountIn, uint256 amountOutMin, address to, address rewardTo, uint256 deadline) payable returns (uint256 _amountIn, uint256 _amountOut)
This contract contains no event objects.
constructor(address _factory, address _uniFactory, address _WETH)
receive()
This contract contains no error objects.