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

difftreelog

source

tests/src/eth/collectionHelpersAbi.json2.8 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    "inputs": [23      { "internalType": "string", "name": "name", "type": "string" },24      { "internalType": "string", "name": "description", "type": "string" },25      { "internalType": "string", "name": "tokenPrefix", "type": "string" },26      { "internalType": "string", "name": "baseUri", "type": "string" }27    ],28    "name": "createERC721MetadataCompatibleCollection",29    "outputs": [{ "internalType": "address", "name": "", "type": "address" }],30    "stateMutability": "nonpayable",31    "type": "function"32  },33  {34    "inputs": [35      { "internalType": "string", "name": "name", "type": "string" },36      { "internalType": "string", "name": "description", "type": "string" },37      { "internalType": "string", "name": "tokenPrefix", "type": "string" },38      { "internalType": "string", "name": "baseUri", "type": "string" }39    ],40    "name": "createERC721MetadataCompatibleRFTCollection",41    "outputs": [{ "internalType": "address", "name": "", "type": "address" }],42    "stateMutability": "nonpayable",43    "type": "function"44  },45  {46    "inputs": [47      { "internalType": "string", "name": "name", "type": "string" },48      { "internalType": "string", "name": "description", "type": "string" },49      { "internalType": "string", "name": "tokenPrefix", "type": "string" }50    ],51    "name": "createNonfungibleCollection",52    "outputs": [{ "internalType": "address", "name": "", "type": "address" }],53    "stateMutability": "nonpayable",54    "type": "function"55  },56  {57    "inputs": [58      { "internalType": "string", "name": "name", "type": "string" },59      { "internalType": "string", "name": "description", "type": "string" },60      { "internalType": "string", "name": "tokenPrefix", "type": "string" }61    ],62    "name": "createRFTCollection",63    "outputs": [{ "internalType": "address", "name": "", "type": "address" }],64    "stateMutability": "nonpayable",65    "type": "function"66  },67  {68    "inputs": [69      {70        "internalType": "address",71        "name": "collectionAddress",72        "type": "address"73      }74    ],75    "name": "isCollectionExist",76    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],77    "stateMutability": "view",78    "type": "function"79  },80  {81    "inputs": [82      { "internalType": "bytes4", "name": "interfaceID", "type": "bytes4" }83    ],84    "name": "supportsInterface",85    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],86    "stateMutability": "view",87    "type": "function"88  }89]