Skip to content

Instantly share code, notes, and snippets.

@sekrystal
Created November 11, 2022 15:04
Show Gist options
  • Save sekrystal/30ee82c590456acc4a7413bc1bbc041d to your computer and use it in GitHub Desktop.
Save sekrystal/30ee82c590456acc4a7413bc1bbc041d to your computer and use it in GitHub Desktop.
EVM Contract Construction Example
[
{
"inputs":
[],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs":
[],
"name": "totalSupply",
"outputs":
[
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment