IUpgradableExchange
contract IUpgradableExchange
Reference
Functions
buyRate2key
abstract function buyRate2key() public view returns (uint)- Returns:
- uint
buyStableCoinWith2key
abstract function buyStableCoinWith2key(uint _twoKeyUnits, address _beneficiary) public payable- Parameters:
_twoKeyUnits- uint_beneficiary- address
buyTokens
abstract function buyTokens(address _beneficiary) public payable returns (uint)- Parameters:
_beneficiary- address- Returns:
- uint
report2KEYWithdrawnFromNetwork
abstract function report2KEYWithdrawnFromNetwork(uint amountOfTokensWithdrawn) public- Parameters:
amountOfTokensWithdrawn- uint
sellRate2key
abstract function sellRate2key() public view returns (uint)- Returns:
- uint