Created
June 3, 2023 18:08
-
-
Save leon-do/b27da645d7bce0201bd14467c25be881 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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