Skip to content

Instantly share code, notes, and snippets.

@ac12644
Created August 13, 2022 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ac12644/e3f1d493c63935ba3ae6df71322bff7b to your computer and use it in GitHub Desktop.
Save ac12644/e3f1d493c63935ba3ae6df71322bff7b to your computer and use it in GitHub Desktop.
function calculateToken(uint256 _weiAmount) public view returns (uint256) {
return _weiAmount.mul(rate);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment