Skip to content

Instantly share code, notes, and snippets.

@kendricktan
Created December 16, 2020 04:09
Show Gist options
  • Save kendricktan/21a2ce43d03b0f236bcf966f6328f3bd to your computer and use it in GitHub Desktop.
Save kendricktan/21a2ce43d03b0f236bcf966f6328f3bd to your computer and use it in GitHub Desktop.
mint-abi
[
{
"constant": false,
"inputs": [
{ "internalType": "address", "name": "to", "type": "address" },
{ "internalType": "uint256", "name": "amount", "type": "uint256" }
],
"name": "mint",
"payable": true,
"stateMutability": "payable",
"type": "function"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment