πTrading
Buying tokens
function buyTokens(address token) external payableSelling tokens
function sellTokens(address token, uint256 tokenAmount) externalEstimating trades
function estimateBuy(address token, uint256 hypeAmount) public view returns (uint256)
function estimateSell(address token, uint256 tokenAmount) public view returns (uint256)Checking reserves
function getLiquidity(address token) public view returns (uint256 hypeReserve, uint256 tokenReserve)Full contract reference
Last updated