1[2 {3 "anonymous": false,4 "inputs": [5 {6 "indexed": true,7 "internalType": "address",8 "name": "owner",9 "type": "address"10 },11 {12 "indexed": true,13 "internalType": "address",14 "name": "spender",15 "type": "address"16 },17 {18 "indexed": false,19 "internalType": "uint256",20 "name": "value",21 "type": "uint256"22 }23 ],24 "name": "Approval",25 "type": "event"26 },27 {28 "anonymous": false,29 "inputs": [30 {31 "indexed": true,32 "internalType": "address",33 "name": "from",34 "type": "address"35 },36 {37 "indexed": true,38 "internalType": "address",39 "name": "to",40 "type": "address"41 },42 {43 "indexed": false,44 "internalType": "uint256",45 "name": "value",46 "type": "uint256"47 }48 ],49 "name": "Transfer",50 "type": "event"51 },52 {53 "inputs": [54 { "internalType": "address", "name": "newAdmin", "type": "address" }55 ],56 "name": "addCollectionAdmin",57 "outputs": [],58 "stateMutability": "nonpayable",59 "type": "function"60 },61 {62 "inputs": [63 { "internalType": "uint256", "name": "newAdmin", "type": "uint256" }64 ],65 "name": "addCollectionAdminSubstrate",66 "outputs": [],67 "stateMutability": "nonpayable",68 "type": "function"69 },70 {71 "inputs": [72 { "internalType": "address", "name": "user", "type": "address" }73 ],74 "name": "addToCollectionAllowList",75 "outputs": [],76 "stateMutability": "nonpayable",77 "type": "function"78 },79 {80 "inputs": [81 { "internalType": "address", "name": "owner", "type": "address" },82 { "internalType": "address", "name": "spender", "type": "address" }83 ],84 "name": "allowance",85 "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],86 "stateMutability": "view",87 "type": "function"88 },89 {90 "inputs": [91 { "internalType": "address", "name": "spender", "type": "address" },92 { "internalType": "uint256", "name": "amount", "type": "uint256" }93 ],94 "name": "approve",95 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],96 "stateMutability": "nonpayable",97 "type": "function"98 },99 {100 "inputs": [101 { "internalType": "address", "name": "owner", "type": "address" }102 ],103 "name": "balanceOf",104 "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],105 "stateMutability": "view",106 "type": "function"107 },108 {109 "inputs": [110 { "internalType": "address", "name": "from", "type": "address" },111 { "internalType": "uint256", "name": "amount", "type": "uint256" }112 ],113 "name": "burnFrom",114 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],115 "stateMutability": "nonpayable",116 "type": "function"117 },118 {119 "inputs": [{ "internalType": "string", "name": "key", "type": "string" }],120 "name": "collectionProperty",121 "outputs": [{ "internalType": "bytes", "name": "", "type": "bytes" }],122 "stateMutability": "view",123 "type": "function"124 },125 {126 "inputs": [],127 "name": "confirmCollectionSponsorship",128 "outputs": [],129 "stateMutability": "nonpayable",130 "type": "function"131 },132 {133 "inputs": [],134 "name": "contractAddress",135 "outputs": [{ "internalType": "address", "name": "", "type": "address" }],136 "stateMutability": "view",137 "type": "function"138 },139 {140 "inputs": [],141 "name": "decimals",142 "outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }],143 "stateMutability": "view",144 "type": "function"145 },146 {147 "inputs": [{ "internalType": "string", "name": "key", "type": "string" }],148 "name": "deleteCollectionProperty",149 "outputs": [],150 "stateMutability": "nonpayable",151 "type": "function"152 },153 {154 "inputs": [155 { "internalType": "address", "name": "user", "type": "address" }156 ],157 "name": "isOwnerOrAdmin",158 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],159 "stateMutability": "view",160 "type": "function"161 },162 {163 "inputs": [164 { "internalType": "uint256", "name": "user", "type": "uint256" }165 ],166 "name": "isOwnerOrAdminSubstrate",167 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],168 "stateMutability": "view",169 "type": "function"170 },171 {172 "inputs": [],173 "name": "getCollectionSponsor",174 "outputs": [175 {176 "components": [177 { "internalType": "address", "name": "field_0", "type": "address" },178 { "internalType": "uint256", "name": "field_1", "type": "uint256" }179 ],180 "internalType": "struct Tuple0",181 "name": "",182 "type": "tuple"183 }184 ],185 "stateMutability": "view",186 "type": "function"187 },188 {189 "inputs": [],190 "name": "hasCollectionPendingSponsor",191 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],192 "stateMutability": "view",193 "type": "function"194 },195 {196 "inputs": [],197 "name": "name",198 "outputs": [{ "internalType": "string", "name": "", "type": "string" }],199 "stateMutability": "view",200 "type": "function"201 },202 {203 "inputs": [204 { "internalType": "address", "name": "admin", "type": "address" }205 ],206 "name": "removeCollectionAdmin",207 "outputs": [],208 "stateMutability": "nonpayable",209 "type": "function"210 },211 {212 "inputs": [213 { "internalType": "uint256", "name": "admin", "type": "uint256" }214 ],215 "name": "removeCollectionAdminSubstrate",216 "outputs": [],217 "stateMutability": "nonpayable",218 "type": "function"219 },220 {221 "inputs": [],222 "name": "removeCollectionSponsor",223 "outputs": [],224 "stateMutability": "nonpayable",225 "type": "function"226 },227 {228 "inputs": [229 { "internalType": "address", "name": "user", "type": "address" }230 ],231 "name": "removeFromCollectionAllowList",232 "outputs": [],233 "stateMutability": "nonpayable",234 "type": "function"235 },236 {237 "inputs": [{ "internalType": "uint8", "name": "mode", "type": "uint8" }],238 "name": "setCollectionAccess",239 "outputs": [],240 "stateMutability": "nonpayable",241 "type": "function"242 },243 {244 "inputs": [245 { "internalType": "string", "name": "limit", "type": "string" },246 { "internalType": "uint32", "name": "value", "type": "uint32" }247 ],248 "name": "setCollectionLimit",249 "outputs": [],250 "stateMutability": "nonpayable",251 "type": "function"252 },253 {254 "inputs": [255 { "internalType": "string", "name": "limit", "type": "string" },256 { "internalType": "bool", "name": "value", "type": "bool" }257 ],258 "name": "setCollectionLimit",259 "outputs": [],260 "stateMutability": "nonpayable",261 "type": "function"262 },263 {264 "inputs": [{ "internalType": "bool", "name": "mode", "type": "bool" }],265 "name": "setCollectionMintMode",266 "outputs": [],267 "stateMutability": "nonpayable",268 "type": "function"269 },270 {271 "inputs": [{ "internalType": "bool", "name": "enable", "type": "bool" }],272 "name": "setCollectionNesting",273 "outputs": [],274 "stateMutability": "nonpayable",275 "type": "function"276 },277 {278 "inputs": [279 { "internalType": "bool", "name": "enable", "type": "bool" },280 {281 "internalType": "address[]",282 "name": "collections",283 "type": "address[]"284 }285 ],286 "name": "setCollectionNesting",287 "outputs": [],288 "stateMutability": "nonpayable",289 "type": "function"290 },291 {292 "inputs": [293 { "internalType": "string", "name": "key", "type": "string" },294 { "internalType": "bytes", "name": "value", "type": "bytes" }295 ],296 "name": "setCollectionProperty",297 "outputs": [],298 "stateMutability": "nonpayable",299 "type": "function"300 },301 {302 "inputs": [303 { "internalType": "address", "name": "sponsor", "type": "address" }304 ],305 "name": "setCollectionSponsor",306 "outputs": [],307 "stateMutability": "nonpayable",308 "type": "function"309 },310 {311 "inputs": [312<<<<<<< HEAD313 { "internalType": "address", "name": "newOwner", "type": "address" }314 ],315 "name": "setOwner",316 "outputs": [],317 "stateMutability": "nonpayable",318 "type": "function"319 },320 {321 "inputs": [322 { "internalType": "uint256", "name": "newOwner", "type": "uint256" }323 ],324 "name": "setOwnerSubstrate",325=======326 { "internalType": "uint256", "name": "sponsor", "type": "uint256" }327 ],328 "name": "setCollectionSponsorSubstrate",329>>>>>>> misk: Update stubs330 "outputs": [],331 "stateMutability": "nonpayable",332 "type": "function"333 },334 {335 "inputs": [336 { "internalType": "bytes4", "name": "interfaceID", "type": "bytes4" }337 ],338 "name": "supportsInterface",339 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],340 "stateMutability": "view",341 "type": "function"342 },343 {344 "inputs": [],345 "name": "symbol",346 "outputs": [{ "internalType": "string", "name": "", "type": "string" }],347 "stateMutability": "view",348 "type": "function"349 },350 {351 "inputs": [],352 "name": "totalSupply",353 "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],354 "stateMutability": "view",355 "type": "function"356 },357 {358 "inputs": [359 { "internalType": "address", "name": "to", "type": "address" },360 { "internalType": "uint256", "name": "amount", "type": "uint256" }361 ],362 "name": "transfer",363 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],364 "stateMutability": "nonpayable",365 "type": "function"366 },367 {368 "inputs": [369 { "internalType": "address", "name": "from", "type": "address" },370 { "internalType": "address", "name": "to", "type": "address" },371 { "internalType": "uint256", "name": "amount", "type": "uint256" }372 ],373 "name": "transferFrom",374 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],375 "stateMutability": "nonpayable",376 "type": "function"377 },378 {379 "inputs": [],380 "name": "uniqueCollectionType",381 "outputs": [{ "internalType": "string", "name": "", "type": "string" }],382 "stateMutability": "nonpayable",383 "type": "function"384 }385]