Skip to content

Instantly share code, notes, and snippets.

@epheph
Created June 23, 2020 18:32
Show Gist options
  • Save epheph/e1de71f6598b178cc0bfec61015e57b5 to your computer and use it in GitHub Desktop.
Save epheph/e1de71f6598b178cc0bfec61015e57b5 to your computer and use it in GitHub Desktop.
function getPrice(
IUniswapV2Pair uniswapV2Pair,
address denominationToken,
uint8 minBlocksBack,
uint8 maxBlocksBack,
ProofData memory proofData)
public view
returns (
uint256 price,
uint256 blockNumber
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment