Skip to content

Commit

Permalink
Merge pull request #987 from moonstream-to/add-total-supply
Browse files Browse the repository at this point in the history
Add task.
  • Loading branch information
Andrei-Dolgolev authored Dec 14, 2023
2 parents 0348154 + 859f2ef commit b84e484
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,20 @@
"address": "0xDFAaB828f5F515E104BaaBa4d8D554DA9096f0e4",
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "totalSupply",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function",
"address": "0xDFAaB828f5F515E104BaaBa4d8D554DA9096f0e4"
}
]

0 comments on commit b84e484

Please sign in to comment.