Created
December 16, 2020 04:09
-
-
Save kendricktan/21a2ce43d03b0f236bcf966f6328f3bd to your computer and use it in GitHub Desktop.
mint-abi
This file contains hidden or 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
[ | |
{ | |
"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