git.delta.rocks / unique-network / refs/commits / fd1e50be61c5

difftreelog

source

tests/src/eth/abi/collectionHelpers.json4.4 KiBsourcehistory
1[2  {3    "anonymous": false,4    "inputs": [5      {6        "indexed": true,7        "internalType": "address",8        "name": "collectionId",9        "type": "address"10      }11    ],12    "name": "CollectionChanged",13    "type": "event"14  },15  {16    "anonymous": false,17    "inputs": [18      {19        "indexed": true,20        "internalType": "address",21        "name": "owner",22        "type": "address"23      },24      {25        "indexed": true,26        "internalType": "address",27        "name": "collectionId",28        "type": "address"29      }30    ],31    "name": "CollectionCreated",32    "type": "event"33  },34  {35    "anonymous": false,36    "inputs": [37      {38        "indexed": true,39        "internalType": "address",40        "name": "collectionId",41        "type": "address"42      }43    ],44    "name": "CollectionDestroyed",45    "type": "event"46  },47  {48    "anonymous": false,49    "inputs": [50      {51        "indexed": true,52        "internalType": "address",53        "name": "collectionId",54        "type": "address"55      },56      {57        "indexed": false,58        "internalType": "uint256",59        "name": "tokenId",60        "type": "uint256"61      }62    ],63    "name": "TokenChanged",64    "type": "event"65  },66  {67    "inputs": [68      { "internalType": "uint32", "name": "collectionId", "type": "uint32" }69    ],70    "name": "collectionAddress",71    "outputs": [{ "internalType": "address", "name": "", "type": "address" }],72    "stateMutability": "view",73    "type": "function"74  },75  {76    "inputs": [],77    "name": "collectionCreationFee",78    "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],79    "stateMutability": "view",80    "type": "function"81  },82  {83    "inputs": [84      {85        "internalType": "address",86        "name": "collectionAddress",87        "type": "address"88      }89    ],90    "name": "collectionId",91    "outputs": [{ "internalType": "uint32", "name": "", "type": "uint32" }],92    "stateMutability": "view",93    "type": "function"94  },95  {96    "inputs": [97      { "internalType": "string", "name": "name", "type": "string" },98      { "internalType": "uint8", "name": "decimals", "type": "uint8" },99      { "internalType": "string", "name": "description", "type": "string" },100      { "internalType": "string", "name": "tokenPrefix", "type": "string" }101    ],102    "name": "createFTCollection",103    "outputs": [{ "internalType": "address", "name": "", "type": "address" }],104    "stateMutability": "payable",105    "type": "function"106  },107  {108    "inputs": [109      { "internalType": "string", "name": "name", "type": "string" },110      { "internalType": "string", "name": "description", "type": "string" },111      { "internalType": "string", "name": "tokenPrefix", "type": "string" }112    ],113    "name": "createNFTCollection",114    "outputs": [{ "internalType": "address", "name": "", "type": "address" }],115    "stateMutability": "payable",116    "type": "function"117  },118  {119    "inputs": [120      { "internalType": "string", "name": "name", "type": "string" },121      { "internalType": "string", "name": "description", "type": "string" },122      { "internalType": "string", "name": "tokenPrefix", "type": "string" }123    ],124    "name": "createRFTCollection",125    "outputs": [{ "internalType": "address", "name": "", "type": "address" }],126    "stateMutability": "payable",127    "type": "function"128  },129  {130    "inputs": [131      {132        "internalType": "address",133        "name": "collectionAddress",134        "type": "address"135      }136    ],137    "name": "destroyCollection",138    "outputs": [],139    "stateMutability": "nonpayable",140    "type": "function"141  },142  {143    "inputs": [144      {145        "internalType": "address",146        "name": "collectionAddress",147        "type": "address"148      }149    ],150    "name": "isCollectionExist",151    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],152    "stateMutability": "view",153    "type": "function"154  },155  {156    "inputs": [157      { "internalType": "address", "name": "collection", "type": "address" },158      { "internalType": "string", "name": "baseUri", "type": "string" }159    ],160    "name": "makeCollectionERC721MetadataCompatible",161    "outputs": [],162    "stateMutability": "nonpayable",163    "type": "function"164  },165  {166    "inputs": [167      { "internalType": "bytes4", "name": "interfaceID", "type": "bytes4" }168    ],169    "name": "supportsInterface",170    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],171    "stateMutability": "view",172    "type": "function"173  }174]