Skip to content

Instantly share code, notes, and snippets.

@leon-do
Created June 3, 2023 18:08
Show Gist options
  • Save leon-do/b27da645d7bce0201bd14467c25be881 to your computer and use it in GitHub Desktop.
Save leon-do/b27da645d7bce0201bd14467c25be881 to your computer and use it in GitHub Desktop.
[
{
"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