Relative Content

Tag Archive for blockchainsolidityuniswap

Uniswap v3 IQuoter / IQuoterV2 return nothing

I’m trying to get Uniswap v3 IQuoter.quoteExactInputSingle() or IQuoterV2.quoteExactInputSingle()in Arbitrum / Base networks in my solidity contract. In both cases Remix show me that decoded output is just ‘-‘.
What can be wrong with it? All addresses are correct and token pools/pairs existed.