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

difftreelog

source

tests/src/eth/collectionHelpersAbi.json2.3 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    ],39    "name": "createNonfungibleCollection",40    "outputs": [{ "internalType": "address", "name": "", "type": "address" }],41    "stateMutability": "nonpayable",42    "type": "function"43  },44  {45    "inputs": [46      { "internalType": "string", "name": "name", "type": "string" },47      { "internalType": "string", "name": "description", "type": "string" },48      { "internalType": "string", "name": "tokenPrefix", "type": "string" }49    ],50    "name": "createRefungibleCollection",51    "outputs": [{ "internalType": "address", "name": "", "type": "address" }],52    "stateMutability": "view",53    "type": "function"54  },55  {56    "inputs": [57      {58        "internalType": "address",59        "name": "collectionAddress",60        "type": "address"61      }62    ],63    "name": "isCollectionExist",64    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],65    "stateMutability": "view",66    "type": "function"67  },68  {69    "inputs": [70      { "internalType": "bytes4", "name": "interfaceID", "type": "bytes4" }71    ],72    "name": "supportsInterface",73    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],74    "stateMutability": "view",75    "type": "function"76  }77]