git.delta.rocks / unique-network / refs/commits / 281abcbf9b51

difftreelog

source

tests/src/eth/collectionAbi.json4.2 KiBsourcehistory
1[2  {3    "inputs": [4      {5        "internalType": "address",6        "name": "contractAddress",7        "type": "address"8      },9      { "internalType": "address", "name": "user", "type": "address" }10    ],11    "name": "allowed",12    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],13    "stateMutability": "view",14    "type": "function"15  },16  {17    "inputs": [18      {19        "internalType": "address",20        "name": "contractAddress",21        "type": "address"22      }23    ],24    "name": "allowlistEnabled",25    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],26    "stateMutability": "view",27    "type": "function"28  },29  {30    "inputs": [31      {32        "internalType": "address",33        "name": "contractAddress",34        "type": "address"35      }36    ],37    "name": "contractOwner",38    "outputs": [{ "internalType": "address", "name": "", "type": "address" }],39    "stateMutability": "view",40    "type": "function"41  },42  {43    "inputs": [44      { "internalType": "string", "name": "name", "type": "string" },45      { "internalType": "string", "name": "description", "type": "string" },46      { "internalType": "string", "name": "tokenPrefix", "type": "string" }47    ],48    "name": "create721Collection",49    "outputs": [{ "internalType": "address", "name": "", "type": "address" }],50    "stateMutability": "view",51    "type": "function"52  },53  {54    "inputs": [55      {56        "internalType": "address",57        "name": "contractAddress",58        "type": "address"59      }60    ],61    "name": "getSponsoringRateLimit",62    "outputs": [{ "internalType": "uint32", "name": "", "type": "uint32" }],63    "stateMutability": "view",64    "type": "function"65  },66  {67    "inputs": [68      {69        "internalType": "address",70        "name": "contractAddress",71        "type": "address"72      },73      { "internalType": "uint8", "name": "mode", "type": "uint8" }74    ],75    "name": "setSponsoringMode",76    "outputs": [],77    "stateMutability": "nonpayable",78    "type": "function"79  },80  {81    "inputs": [82      {83        "internalType": "address",84        "name": "contractAddress",85        "type": "address"86      },87      { "internalType": "uint32", "name": "rateLimit", "type": "uint32" }88    ],89    "name": "setSponsoringRateLimit",90    "outputs": [],91    "stateMutability": "nonpayable",92    "type": "function"93  },94  {95    "inputs": [96      {97        "internalType": "address",98        "name": "contractAddress",99        "type": "address"100      }101    ],102    "name": "sponsoringEnabled",103    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],104    "stateMutability": "view",105    "type": "function"106  },107  {108    "inputs": [109      {110        "internalType": "address",111        "name": "contractAddress",112        "type": "address"113      }114    ],115    "name": "sponsoringMode",116    "outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }],117    "stateMutability": "view",118    "type": "function"119  },120  {121    "inputs": [122      { "internalType": "bytes4", "name": "interfaceID", "type": "bytes4" }123    ],124    "name": "supportsInterface",125    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],126    "stateMutability": "view",127    "type": "function"128  },129  {130    "inputs": [131      {132        "internalType": "address",133        "name": "contractAddress",134        "type": "address"135      },136      { "internalType": "address", "name": "user", "type": "address" },137      { "internalType": "bool", "name": "allowed", "type": "bool" }138    ],139    "name": "toggleAllowed",140    "outputs": [],141    "stateMutability": "nonpayable",142    "type": "function"143  },144  {145    "inputs": [146      {147        "internalType": "address",148        "name": "contractAddress",149        "type": "address"150      },151      { "internalType": "bool", "name": "enabled", "type": "bool" }152    ],153    "name": "toggleAllowlist",154    "outputs": [],155    "stateMutability": "nonpayable",156    "type": "function"157  },158  {159    "inputs": [160      {161        "internalType": "address",162        "name": "contractAddress",163        "type": "address"164      },165      { "internalType": "bool", "name": "enabled", "type": "bool" }166    ],167    "name": "toggleSponsoring",168    "outputs": [],169    "stateMutability": "nonpayable",170    "type": "function"171  }172]