1[2 {3 "inputs": [4 {5 "internalType": "address",6 "name": "collectionAddress",7 "type": "address"8 }9 ],10 "name": "confirmSponsorship",11 "outputs": [],12 "stateMutability": "view",13 "type": "function"14 },15 {16 "inputs": [17 { "internalType": "string", "name": "name", "type": "string" },18 { "internalType": "string", "name": "description", "type": "string" },19 { "internalType": "string", "name": "tokenPrefix", "type": "string" }20 ],21 "name": "create721Collection",22 "outputs": [{ "internalType": "address", "name": "", "type": "address" }],23 "stateMutability": "view",24 "type": "function"25 },26 {27 "inputs": [28 {29 "internalType": "address",30 "name": "collectionAddress",31 "type": "address"32 },33 { "internalType": "string", "name": "constOnChain", "type": "string" }34 ],35 "name": "setConstOnChainSchema",36 "outputs": [],37 "stateMutability": "view",38 "type": "function"39 },40 {41 "inputs": [42 {43 "internalType": "address",44 "name": "collectionAddress",45 "type": "address"46 },47 { "internalType": "string", "name": "shema", "type": "string" }48 ],49 "name": "setOffchainShema",50 "outputs": [],51 "stateMutability": "view",52 "type": "function"53 },54 {55 "inputs": [56 {57 "internalType": "address",58 "name": "collectionAddress",59 "type": "address"60 },61 { "internalType": "address", "name": "sponsor", "type": "address" }62 ],63 "name": "setSponsor",64 "outputs": [],65 "stateMutability": "view",66 "type": "function"67 },68 {69 "inputs": [70 {71 "internalType": "address",72 "name": "collectionAddress",73 "type": "address"74 },75 { "internalType": "string", "name": "variable", "type": "string" }76 ],77 "name": "setVariableOnChainSchema",78 "outputs": [],79 "stateMutability": "view",80 "type": "function"81 },82 {83 "inputs": [84 { "internalType": "bytes4", "name": "interfaceID", "type": "bytes4" }85 ],86 "name": "supportsInterface",87 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],88 "stateMutability": "view",89 "type": "function"90 }91]