Skip to content

Instantly share code, notes, and snippets.

@farukterzioglu
Created September 1, 2019 19:35
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 farukterzioglu/d4ed4b66183f7083d5ba93f8660c14d8 to your computer and use it in GitHub Desktop.
Save farukterzioglu/d4ed4b66183f7083d5ba93f8660c14d8 to your computer and use it in GitHub Desktop.
Erc20-6
[Function("balanceOf", "uint256")]
public class BalanceOfFunction : FunctionMessage
{
[Parameter("address", "_owner", 1)]
public string Owner { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment