CoFiXRouter
Verified contract
Active on
Ethereum with 16,715 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Native
Value
$2,567.53
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.801 | $3,205.40 |
$2,567.53 | |
HBTC | ERC-20 | 0.025745 | $5,671.76 |
$146.02 | |
USDT | ERC-20 | 0.206268 | $1.001 |
$0.21 | |
DBTC | ERC-20 | 0.09 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11768770 | 4 years ago | | | 15.697 | 0.025195671 | |
| 11743476 | 4 years ago | | | 0.01 | 0.023468101 | |
| 11743475 | 4 years ago | | | 0.01 | 0.023468101 | |
| 11739103 | 4 years ago | | | 0.01 | 0.020898441 | |
| 11739100 | 4 years ago | | | 0.01 | 0.023167818 | |
| 11739094 | 4 years ago | | | 0.01 | 0.023167818 | |
| 11684504 | 4 years ago | | | 0.01 | 0.040703000 | |
| 11684478 | 4 years ago | | | 0.01 | 0.031311212 | |
| 11684476 | 4 years ago | | | 0.01 | 0.027967254 | |
| 11684215 | 4 years ago | | | 180.3219 | 0.032485018 |
ABI
ABI objects
Getter at block 21158417
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
factory() view returns (address)
0x66c64ecc3a6014733325a8f2ebee46b4ca3ed550
Read-only
This contract contains no read-only function objects.
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)
removeLiquidityGetETH(address token, uint256 liquidity, uint256 amountETHMin, address to, uint256 deadline) payable returns (uint256 amountETH)
removeLiquidityGetToken(address token, uint256 liquidity, uint256 amountTokenMin, address to, uint256 deadline) payable returns (uint256 amountToken)
swapETHForExactTokens(address token, uint256 amountInMax, uint256 amountOutExact, address to, address rewardTo, uint256 deadline) payable returns (uint256 _amountIn, uint256 _amountOut)
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)
swapTokensForExactETH(address token, uint256 amountInMax, uint256 amountOutExact, address to, address rewardTo, uint256 deadline) payable returns (uint256 _amountIn, uint256 _amountOut)
This contract contains no event objects.
constructor(address _factory, address _WETH)
receive()
This contract contains no error objects.