IVeloPool
Functions
totalSupply
Returns the value of tokens in existence.
function totalSupply() external view returns (uint256 _totalSupply);
reserve0
Amount of token0 in pool
function reserve0() external view returns (uint256 _reserve0);
reserve1
Amount of token1 in pool
function reserve1() external view returns (uint256 _reserve1);
symbol
function symbol() external view returns (string memory _symbol);