Git Source
ILongtail public immutable LONGTAIL;
INineLivesFactory public immutable FACTORY;
constructor(ILongtail _longtail, INineLivesFactory _factory);
function getLongtailQuote(address _pool, bool _zeroForOne, int256 _amount, uint256 _priceLimit)
external
returns (string memory data);
function getShareAddr(INineLivesFactory _factory, bytes32 _hash, address _tradingAddr, bytes8 _outcomeId)
public
pure
returns (address shareAddr);
function balancesWithFactoryAndHash(
INineLivesFactory _factory,
bytes32 _hash,
address _tradingAddr,
bytes32[] calldata _words,
address _spender
) external view returns (uint256[] memory bals);