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

difftreelog

source

tests/src/eth/collectionHelperAbi.json694 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      { "internalType": "bytes4", "name": "interfaceID", "type": "bytes4" }16    ],17    "name": "supportsInterface",18    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],19    "stateMutability": "view",20    "type": "function"21  }22]