Skip to content

Instantly share code, notes, and snippets.

@Luigy-Lemon
Created February 21, 2022 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Luigy-Lemon/c6ed705f451f44dcc9c75c40cbe378af to your computer and use it in GitHub Desktop.
Save Luigy-Lemon/c6ed705f451f44dcc9c75c40cbe378af to your computer and use it in GitHub Desktop.
[
{
"inputs": [],
"name": "getHolderMsg",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "_tokenId",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "_magicSalt",
"type": "bytes32"
}
],
"name": "getTokenPk",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "mint",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32[]",
"name": "_proof",
"type": "bytes32[]"
},
{
"internalType": "uint256[2]",
"name": "_sig",
"type": "uint256[2]"
},
{
"internalType": "uint256[4]",
"name": "_pubK",
"type": "uint256[4]"
}
],
"name": "soulve",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment