SwapRouter
Verified contract
Active on
Ethereum with 8,285 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HDSF | ERC-20 | 55 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241319 | 4 hours ago | | | 0 | 0.0014206971 | |
| 21241304 | 4 hours ago | | | 0 | 0.0014213506 | |
| 21241230 | 5 hours ago | | | 0 | 0.0016821305 | |
| 21234836 | a day ago | | | 0 | 0.0016731423 | |
| 21233507 | a day ago | | | 0 | 0.0015878090 | |
| 21233364 | a day ago | | | 0 | 0.0015874852 | |
| 21230079 | 2 days ago | | | 0 | 0.0028101965 | |
| 21226881 | 2 days ago | | | 0 | 0.0015091304 | |
| 21225010 | 2 days ago | | | 0 | 0.0014182526 | |
| 21224453 | 3 days ago | | | 0 | 0.0069579482 |
ABI
ABI objects
Getter at block 21242616
WETH9() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
deployer() view returns (address)
0x41ff9aa7e16b8b1a8a8dc4f0efacd93d02d071c9
factory() view returns (address)
0x0bfbcf9fa4f9c56b0f40a671ad40e0805a091865
Read-only
This contract contains no read-only function objects.
State-modifying
Events exactInput(struct ISwapRouterExactInputParams params) payable returns (uint256 amountOut)
exactInputSingle(struct ISwapRouterExactInputSingleParams params) payable returns (uint256 amountOut)
exactOutput(struct ISwapRouterExactOutputParams params) payable returns (uint256 amountIn)
exactOutputSingle(struct ISwapRouterExactOutputSingleParams params) payable returns (uint256 amountIn)
multicall(bytes[] data) payable returns (bytes[] results)
pancakeV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes _data)
refundETH() payable
selfPermit(address token, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
selfPermitAllowed(address token, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s) payable
selfPermitAllowedIfNecessary(address token, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s) payable
selfPermitIfNecessary(address token, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
sweepToken(address token, uint256 amountMinimum, address recipient) payable
sweepTokenWithFee(address token, uint256 amountMinimum, address recipient, uint256 feeBips, address feeRecipient) payable
unwrapWETH9(uint256 amountMinimum, address recipient) payable
unwrapWETH9WithFee(uint256 amountMinimum, address recipient, uint256 feeBips, address feeRecipient) payable
This contract contains no event objects.
constructor(address _deployer, address _factory, address _WETH9)
receive()
This contract contains no error objects.