git.delta.rocks / unique-network / refs/commits / 9a601ff5844d

difftreelog

source

tests/src/eth/collectionHelpersAbi.json3.2 KiBsourcehistory
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    "anonymous": false,23    "inputs": [24      {25        "indexed": true,26        "internalType": "address",27        "name": "collectionId",28        "type": "address"29      }30    ],31    "name": "CollectionDestroyed",32    "type": "event"33  },34  {35    "inputs": [],36    "name": "collectionCreationFee",37    "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],38    "stateMutability": "view",39    "type": "function"40  },41  {42    "inputs": [43      { "internalType": "string", "name": "name", "type": "string" },44      { "internalType": "uint8", "name": "decimals", "type": "uint8" },45      { "internalType": "string", "name": "description", "type": "string" },46      { "internalType": "string", "name": "tokenPrefix", "type": "string" }47    ],48    "name": "createFTCollection",49    "outputs": [{ "internalType": "address", "name": "", "type": "address" }],50    "stateMutability": "payable",51    "type": "function"52  },53  {54    "inputs": [55      { "internalType": "string", "name": "name", "type": "string" },56      { "internalType": "string", "name": "description", "type": "string" },57      { "internalType": "string", "name": "tokenPrefix", "type": "string" }58    ],59    "name": "createNFTCollection",60    "outputs": [{ "internalType": "address", "name": "", "type": "address" }],61    "stateMutability": "payable",62    "type": "function"63  },64  {65    "inputs": [66      { "internalType": "string", "name": "name", "type": "string" },67      { "internalType": "string", "name": "description", "type": "string" },68      { "internalType": "string", "name": "tokenPrefix", "type": "string" }69    ],70    "name": "createRFTCollection",71    "outputs": [{ "internalType": "address", "name": "", "type": "address" }],72    "stateMutability": "payable",73    "type": "function"74  },75  {76    "inputs": [77      {78        "internalType": "address",79        "name": "collectionAddress",80        "type": "address"81      }82    ],83    "name": "destroyCollection",84    "outputs": [],85    "stateMutability": "nonpayable",86    "type": "function"87  },88  {89    "inputs": [90      {91        "internalType": "address",92        "name": "collectionAddress",93        "type": "address"94      }95    ],96    "name": "isCollectionExist",97    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],98    "stateMutability": "view",99    "type": "function"100  },101  {102    "inputs": [103      { "internalType": "address", "name": "collection", "type": "address" },104      { "internalType": "string", "name": "baseUri", "type": "string" }105    ],106    "name": "makeCollectionERC721MetadataCompatible",107    "outputs": [],108    "stateMutability": "nonpayable",109    "type": "function"110  },111  {112    "inputs": [113      { "internalType": "bytes4", "name": "interfaceID", "type": "bytes4" }114    ],115    "name": "supportsInterface",116    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],117    "stateMutability": "view",118    "type": "function"119  }120]