git.delta.rocks / unique-network / refs/commits / 7b3faa5ce573

difftreelog

source

tests/src/eth/collectionAbi.json2.5 KiBsourcehistory
1[2  {3    "inputs": [4      {5        "internalType": "address",6        "name": "collectionAddress",7        "type": "address"8      }9    ],10    "name": "confirmSponsorship",11    "outputs": [],12    "stateMutability": "view",13    "type": "function"14  },15  {16    "inputs": [17      { "internalType": "string", "name": "name", "type": "string" },18      { "internalType": "string", "name": "description", "type": "string" },19      { "internalType": "string", "name": "tokenPrefix", "type": "string" }20    ],21    "name": "create721Collection",22    "outputs": [{ "internalType": "address", "name": "", "type": "address" }],23    "stateMutability": "view",24    "type": "function"25  },26  {27    "inputs": [28      {29        "internalType": "address",30        "name": "collectionAddress",31        "type": "address"32      },33      { "internalType": "string", "name": "constOnChain", "type": "string" }34    ],35    "name": "setConstOnChainSchema",36    "outputs": [],37    "stateMutability": "view",38    "type": "function"39  },40  {41    "inputs": [42      {43        "internalType": "address",44        "name": "collectionAddress",45        "type": "address"46      },47      { "internalType": "string", "name": "limitsJson", "type": "string" }48    ],49    "name": "setLimits",50    "outputs": [],51    "stateMutability": "view",52    "type": "function"53  },54  {55    "inputs": [56      {57        "internalType": "address",58        "name": "collectionAddress",59        "type": "address"60      },61      { "internalType": "string", "name": "shema", "type": "string" }62    ],63    "name": "setOffchainShema",64    "outputs": [],65    "stateMutability": "view",66    "type": "function"67  },68  {69    "inputs": [70      {71        "internalType": "address",72        "name": "collectionAddress",73        "type": "address"74      },75      { "internalType": "address", "name": "sponsor", "type": "address" }76    ],77    "name": "setSponsor",78    "outputs": [],79    "stateMutability": "view",80    "type": "function"81  },82  {83    "inputs": [84      {85        "internalType": "address",86        "name": "collectionAddress",87        "type": "address"88      },89      { "internalType": "string", "name": "variable", "type": "string" }90    ],91    "name": "setVariableOnChainSchema",92    "outputs": [],93    "stateMutability": "view",94    "type": "function"95  },96  {97    "inputs": [98      { "internalType": "bytes4", "name": "interfaceID", "type": "bytes4" }99    ],100    "name": "supportsInterface",101    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],102    "stateMutability": "view",103    "type": "function"104  }105]