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

difftreelog

source

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