@settlemint/solidity-token-erc721
Version:
Smart contract set to build an ERC721 token in SettleMint
49 lines (48 loc) • 1.01 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "ERC721Whitelist",
"sourceName": "contracts/extensions/ERC721Whitelist.sol",
"abi": [
{
"inputs": [],
"name": "_whitelistMerkleRoot",
"outputs": [
{
"internalType": "bytes32",
"name": "",
"type": "bytes32"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "allowance",
"type": "string"
},
{
"internalType": "bytes32[]",
"name": "proof",
"type": "bytes32[]"
}
],
"name": "getAllowance",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}