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": "collectionId",15 "type": "address"16 }17 ],18 "name": "CollectionCreated",19 "type": "event"20 },21 {22 "inputs": [],23 "name": "collectionCreationFee",24 "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],25 "stateMutability": "view",26 "type": "function"27 },28 {29 "inputs": [30 { "internalType": "string", "name": "name", "type": "string" },31 { "internalType": "string", "name": "description", "type": "string" },32 { "internalType": "string", "name": "tokenPrefix", "type": "string" }33 ],34 "name": "createNFTCollection",35 "outputs": [{ "internalType": "address", "name": "", "type": "address" }],36 "stateMutability": "payable",37 "type": "function"38 },39 {40 "inputs": [41 { "internalType": "string", "name": "name", "type": "string" },42 { "internalType": "string", "name": "description", "type": "string" },43 { "internalType": "string", "name": "tokenPrefix", "type": "string" }44 ],45 "name": "createNonfungibleCollection",46 "outputs": [{ "internalType": "address", "name": "", "type": "address" }],47 "stateMutability": "payable",48 "type": "function"49 },50 {51 "inputs": [52 { "internalType": "string", "name": "name", "type": "string" },53 { "internalType": "string", "name": "description", "type": "string" },54 { "internalType": "string", "name": "tokenPrefix", "type": "string" }55 ],56 "name": "createRFTCollection",57 "outputs": [{ "internalType": "address", "name": "", "type": "address" }],58 "stateMutability": "payable",59 "type": "function"60 },61 {62 "inputs": [63 {64 "internalType": "address",65 "name": "collectionAddress",66 "type": "address"67 }68 ],69 "name": "isCollectionExist",70 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],71 "stateMutability": "view",72 "type": "function"73 },74 {75 "inputs": [76 { "internalType": "address", "name": "collection", "type": "address" },77 { "internalType": "string", "name": "baseUri", "type": "string" }78 ],79 "name": "makeCollectionERC721MetadataCompatible",80 "outputs": [],81 "stateMutability": "nonpayable",82 "type": "function"83 },84 {85 "inputs": [86 { "internalType": "bytes4", "name": "interfaceID", "type": "bytes4" }87 ],88 "name": "supportsInterface",89 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],90 "stateMutability": "view",91 "type": "function"92 }93]