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

difftreelog

source

tests/src/eth/collectionHelpersAbi.json1.9 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      {47        "internalType": "address",48        "name": "collectionAddress",49        "type": "address"50      }51    ],52    "name": "isCollectionExist",53    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],54    "stateMutability": "view",55    "type": "function"56  },57  {58    "inputs": [59      { "internalType": "bytes4", "name": "interfaceID", "type": "bytes4" }60    ],61    "name": "supportsInterface",62    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],63    "stateMutability": "view",64    "type": "function"65  }66]