Skip to content

Instantly share code, notes, and snippets.

@leon-do
Created June 3, 2023 17:32
Show Gist options
  • Save leon-do/2e9176e9bd2a7f968c1abb24d2f90feb to your computer and use it in GitHub Desktop.
Save leon-do/2e9176e9bd2a7f968c1abb24d2f90feb to your computer and use it in GitHub Desktop.
ERC-20 View Functions
{"key":"func","label":"Function","choices":[{"label":"allowance(address owner,address spender)","sample":"allowance","value":"allowance"},{"label":"balanceOf(address account)","sample":"balanceOf","value":"balanceOf"},{"label":"decimals()","sample":"decimals","value":"decimals"},{"label":"name()","sample":"name","value":"name"},{"label":"symbol()","sample":"symbol","value":"symbol"},{"label":"totalSupply()","sample":"totalSupply","value":"totalSupply"}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment