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

difftreelog

source

tests/src/eth/fungibleAbi.json10.4 KiBsourcehistory
1[2  {3    "anonymous": false,4    "inputs": [5      {6        "indexed": true,7        "internalType": "address",8        "name": "owner",9        "type": "address"10      },11      {12        "indexed": true,13        "internalType": "address",14        "name": "spender",15        "type": "address"16      },17      {18        "indexed": false,19        "internalType": "uint256",20        "name": "value",21        "type": "uint256"22      }23    ],24    "name": "Approval",25    "type": "event"26  },27  {28    "anonymous": false,29    "inputs": [30      {31        "indexed": true,32        "internalType": "address",33        "name": "from",34        "type": "address"35      },36      {37        "indexed": true,38        "internalType": "address",39        "name": "to",40        "type": "address"41      },42      {43        "indexed": false,44        "internalType": "uint256",45        "name": "value",46        "type": "uint256"47      }48    ],49    "name": "Transfer",50    "type": "event"51  },52  {53    "inputs": [54      { "internalType": "address", "name": "newAdmin", "type": "address" }55    ],56    "name": "addCollectionAdmin",57    "outputs": [],58    "stateMutability": "nonpayable",59    "type": "function"60  },61  {62    "inputs": [63      { "internalType": "address", "name": "user", "type": "address" }64    ],65    "name": "addToCollectionAllowList",66    "outputs": [],67    "stateMutability": "nonpayable",68    "type": "function"69  },70  {71    "inputs": [72      { "internalType": "address", "name": "owner", "type": "address" },73      { "internalType": "address", "name": "spender", "type": "address" }74    ],75    "name": "allowance",76    "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],77    "stateMutability": "view",78    "type": "function"79  },80  {81    "inputs": [82      { "internalType": "address", "name": "user", "type": "address" }83    ],84    "name": "allowed",85    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],86    "stateMutability": "view",87    "type": "function"88  },89  {90    "inputs": [91      { "internalType": "address", "name": "spender", "type": "address" },92      { "internalType": "uint256", "name": "amount", "type": "uint256" }93    ],94    "name": "approve",95    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],96    "stateMutability": "nonpayable",97    "type": "function"98  },99  {100    "inputs": [101      { "internalType": "address", "name": "owner", "type": "address" }102    ],103    "name": "balanceOf",104    "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],105    "stateMutability": "view",106    "type": "function"107  },108  {109    "inputs": [110      { "internalType": "address", "name": "from", "type": "address" },111      { "internalType": "uint256", "name": "amount", "type": "uint256" }112    ],113    "name": "burnFrom",114    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],115    "stateMutability": "nonpayable",116    "type": "function"117  },118  {119    "inputs": [],120    "name": "collectionOwner",121    "outputs": [122      {123        "components": [124          { "internalType": "address", "name": "field_0", "type": "address" },125          { "internalType": "uint256", "name": "field_1", "type": "uint256" }126        ],127        "internalType": "struct Tuple6",128        "name": "",129        "type": "tuple"130      }131    ],132    "stateMutability": "view",133    "type": "function"134  },135  {136    "inputs": [{ "internalType": "string", "name": "key", "type": "string" }],137    "name": "collectionProperty",138    "outputs": [{ "internalType": "bytes", "name": "", "type": "bytes" }],139    "stateMutability": "view",140    "type": "function"141  },142  {143    "inputs": [],144    "name": "collectionSponsor",145    "outputs": [146      {147        "components": [148          { "internalType": "address", "name": "field_0", "type": "address" },149          { "internalType": "uint256", "name": "field_1", "type": "uint256" }150        ],151        "internalType": "struct Tuple6",152        "name": "",153        "type": "tuple"154      }155    ],156    "stateMutability": "view",157    "type": "function"158  },159  {160    "inputs": [],161    "name": "confirmCollectionSponsorship",162    "outputs": [],163    "stateMutability": "nonpayable",164    "type": "function"165  },166  {167    "inputs": [],168    "name": "contractAddress",169    "outputs": [{ "internalType": "address", "name": "", "type": "address" }],170    "stateMutability": "view",171    "type": "function"172  },173  {174    "inputs": [],175    "name": "decimals",176    "outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }],177    "stateMutability": "view",178    "type": "function"179  },180  {181    "inputs": [{ "internalType": "string", "name": "key", "type": "string" }],182    "name": "deleteCollectionProperty",183    "outputs": [],184    "stateMutability": "nonpayable",185    "type": "function"186  },187  {188    "inputs": [],189    "name": "hasCollectionPendingSponsor",190    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],191    "stateMutability": "view",192    "type": "function"193  },194  {195    "inputs": [196      { "internalType": "address", "name": "user", "type": "address" }197    ],198    "name": "isOwnerOrAdmin",199    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],200    "stateMutability": "view",201    "type": "function"202  },203  {204    "inputs": [205      { "internalType": "address", "name": "to", "type": "address" },206      { "internalType": "uint256", "name": "amount", "type": "uint256" }207    ],208    "name": "mint",209    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],210    "stateMutability": "nonpayable",211    "type": "function"212  },213  {214    "inputs": [215      {216        "components": [217          { "internalType": "address", "name": "field_0", "type": "address" },218          { "internalType": "uint256", "name": "field_1", "type": "uint256" }219        ],220        "internalType": "struct Tuple6[]",221        "name": "amounts",222        "type": "tuple[]"223      }224    ],225    "name": "mintBulk",226    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],227    "stateMutability": "nonpayable",228    "type": "function"229  },230  {231    "inputs": [],232    "name": "name",233    "outputs": [{ "internalType": "string", "name": "", "type": "string" }],234    "stateMutability": "view",235    "type": "function"236  },237  {238    "inputs": [239      { "internalType": "address", "name": "admin", "type": "address" }240    ],241    "name": "removeCollectionAdmin",242    "outputs": [],243    "stateMutability": "nonpayable",244    "type": "function"245  },246  {247    "inputs": [],248    "name": "removeCollectionSponsor",249    "outputs": [],250    "stateMutability": "nonpayable",251    "type": "function"252  },253  {254    "inputs": [255      { "internalType": "address", "name": "user", "type": "address" }256    ],257    "name": "removeFromCollectionAllowList",258    "outputs": [],259    "stateMutability": "nonpayable",260    "type": "function"261  },262  {263    "inputs": [{ "internalType": "uint8", "name": "mode", "type": "uint8" }],264    "name": "setCollectionAccess",265    "outputs": [],266    "stateMutability": "nonpayable",267    "type": "function"268  },269  {270    "inputs": [271      { "internalType": "string", "name": "limit", "type": "string" },272      { "internalType": "uint32", "name": "value", "type": "uint32" }273    ],274    "name": "setCollectionLimit",275    "outputs": [],276    "stateMutability": "nonpayable",277    "type": "function"278  },279  {280    "inputs": [281      { "internalType": "string", "name": "limit", "type": "string" },282      { "internalType": "bool", "name": "value", "type": "bool" }283    ],284    "name": "setCollectionLimit",285    "outputs": [],286    "stateMutability": "nonpayable",287    "type": "function"288  },289  {290    "inputs": [{ "internalType": "bool", "name": "mode", "type": "bool" }],291    "name": "setCollectionMintMode",292    "outputs": [],293    "stateMutability": "nonpayable",294    "type": "function"295  },296  {297    "inputs": [{ "internalType": "bool", "name": "enable", "type": "bool" }],298    "name": "setCollectionNesting",299    "outputs": [],300    "stateMutability": "nonpayable",301    "type": "function"302  },303  {304    "inputs": [305      { "internalType": "bool", "name": "enable", "type": "bool" },306      {307        "internalType": "address[]",308        "name": "collections",309        "type": "address[]"310      }311    ],312    "name": "setCollectionNesting",313    "outputs": [],314    "stateMutability": "nonpayable",315    "type": "function"316  },317  {318    "inputs": [319      { "internalType": "string", "name": "key", "type": "string" },320      { "internalType": "bytes", "name": "value", "type": "bytes" }321    ],322    "name": "setCollectionProperty",323    "outputs": [],324    "stateMutability": "nonpayable",325    "type": "function"326  },327  {328    "inputs": [329      { "internalType": "address", "name": "sponsor", "type": "address" }330    ],331    "name": "setCollectionSponsor",332    "outputs": [],333    "stateMutability": "nonpayable",334    "type": "function"335  },336  {337    "inputs": [338      { "internalType": "address", "name": "newOwner", "type": "address" }339    ],340    "name": "setOwner",341    "outputs": [],342    "stateMutability": "nonpayable",343    "type": "function"344  },345  {346    "inputs": [347      { "internalType": "bytes4", "name": "interfaceID", "type": "bytes4" }348    ],349    "name": "supportsInterface",350    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],351    "stateMutability": "view",352    "type": "function"353  },354  {355    "inputs": [],356    "name": "symbol",357    "outputs": [{ "internalType": "string", "name": "", "type": "string" }],358    "stateMutability": "view",359    "type": "function"360  },361  {362    "inputs": [],363    "name": "totalSupply",364    "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],365    "stateMutability": "view",366    "type": "function"367  },368  {369    "inputs": [370      { "internalType": "address", "name": "to", "type": "address" },371      { "internalType": "uint256", "name": "amount", "type": "uint256" }372    ],373    "name": "transfer",374    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],375    "stateMutability": "nonpayable",376    "type": "function"377  },378  {379    "inputs": [380      { "internalType": "address", "name": "from", "type": "address" },381      { "internalType": "address", "name": "to", "type": "address" },382      { "internalType": "uint256", "name": "amount", "type": "uint256" }383    ],384    "name": "transferFrom",385    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],386    "stateMutability": "nonpayable",387    "type": "function"388  },389  {390    "inputs": [],391    "name": "uniqueCollectionType",392    "outputs": [{ "internalType": "string", "name": "", "type": "string" }],393    "stateMutability": "view",394    "type": "function"395  }396]