0xcalldata

swap(address,bool,int256,uint160,bytes)

swap(address,bool,int256,uint160,bytes) is a function in the Uniswap V3 Pool ABI (4-byte selector 0x128acb08). It takes 5 parameters. Encode its calldata from typed inputs, or paste calldata to decode it.

Selector
0x128acb08
Mutability
nonpayable

Parameters

NameType
recipientaddress
zeroForOnebool
amountSpecifiedint256
sqrtPriceLimitX96uint160
databytes

Example calldata

0x128acb08000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000

Other Uniswap V3 Pool functions