CrocImpact Contract
function calcImpact (
address base,
address quote,
uint256 poolIdx,
bool isBuy,
bool inBaseQty,
uint128 qty,
uint16 tip,
uint128 limitPrice,
public view
returns (int128 baseFlow,
int128 quoteFlow,
uint128 finalPrice)Last updated