Update ERC20 contract ABI.

This commit is contained in:
Spencer Ofwiti 2021-06-10 17:46:07 +03:00
parent c0c94d3e2d
commit aebb0bdd4d
1 changed files with 7 additions and 0 deletions

View File

@ -50,6 +50,13 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [{ "internalType": "address", "name": "_holder", "type": "address" }],
"name": "balanceOf",
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "decimals",