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

difftreelog

source

tests/src/eth/collectionAbi.json1012 Bsourcehistory
1[2  {3    "inputs": [4      { "internalType": "string", "name": "name", "type": "string" },5      { "internalType": "string", "name": "description", "type": "string" },6      { "internalType": "string", "name": "tokenPrefix", "type": "string" }7    ],8    "name": "create721Collection",9    "outputs": [{ "internalType": "address", "name": "", "type": "address" }],10    "stateMutability": "view",11    "type": "function"12  },13  {14    "inputs": [15      {16        "internalType": "address",17        "name": "contractAddress",18        "type": "address"19      },20      { "internalType": "address", "name": "sponsor", "type": "address" }21    ],22    "name": "setSponsor",23    "outputs": [],24    "stateMutability": "view",25    "type": "function"26  },27  {28    "inputs": [29      { "internalType": "bytes4", "name": "interfaceID", "type": "bytes4" }30    ],31    "name": "supportsInterface",32    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],33    "stateMutability": "view",34    "type": "function"35  }36]