git.delta.rocks / unique-network / refs/commits / 4e01cb3cfaf7

difftreelog

source

tests/src/eth/fungibleAbi.json9.1 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": "uint256", "name": "newAdmin", "type": "uint256" }64    ],65    "name": "addCollectionAdminSubstrate",66    "outputs": [],67    "stateMutability": "nonpayable",68    "type": "function"69  },70  {71    "inputs": [72      { "internalType": "address", "name": "user", "type": "address" }73    ],74    "name": "addToCollectionAllowList",75    "outputs": [],76    "stateMutability": "nonpayable",77    "type": "function"78  },79  {80    "inputs": [81      { "internalType": "address", "name": "owner", "type": "address" },82      { "internalType": "address", "name": "spender", "type": "address" }83    ],84    "name": "allowance",85    "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],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": [{ "internalType": "string", "name": "key", "type": "string" }],120    "name": "collectionProperty",121    "outputs": [{ "internalType": "bytes", "name": "", "type": "bytes" }],122    "stateMutability": "view",123    "type": "function"124  },125  {126    "inputs": [],127    "name": "confirmCollectionSponsorship",128    "outputs": [],129    "stateMutability": "nonpayable",130    "type": "function"131  },132  {133    "inputs": [],134    "name": "contractAddress",135    "outputs": [{ "internalType": "address", "name": "", "type": "address" }],136    "stateMutability": "view",137    "type": "function"138  },139  {140    "inputs": [],141    "name": "decimals",142    "outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }],143    "stateMutability": "view",144    "type": "function"145  },146  {147    "inputs": [{ "internalType": "string", "name": "key", "type": "string" }],148    "name": "deleteCollectionProperty",149    "outputs": [],150    "stateMutability": "nonpayable",151    "type": "function"152  },153  {154    "inputs": [155      { "internalType": "address", "name": "user", "type": "address" }156    ],157    "name": "isOwnerOrAdmin",158    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],159    "stateMutability": "view",160    "type": "function"161  },162  {163    "inputs": [164      { "internalType": "uint256", "name": "user", "type": "uint256" }165    ],166    "name": "isOwnerOrAdminSubstrate",167    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],168    "stateMutability": "view",169    "type": "function"170  },171  {172    "inputs": [],173    "name": "name",174    "outputs": [{ "internalType": "string", "name": "", "type": "string" }],175    "stateMutability": "view",176    "type": "function"177  },178  {179    "inputs": [180      { "internalType": "address", "name": "admin", "type": "address" }181    ],182    "name": "removeCollectionAdmin",183    "outputs": [],184    "stateMutability": "nonpayable",185    "type": "function"186  },187  {188    "inputs": [189      { "internalType": "uint256", "name": "admin", "type": "uint256" }190    ],191    "name": "removeCollectionAdminSubstrate",192    "outputs": [],193    "stateMutability": "nonpayable",194    "type": "function"195  },196  {197    "inputs": [198      { "internalType": "address", "name": "user", "type": "address" }199    ],200    "name": "removeFromCollectionAllowList",201    "outputs": [],202    "stateMutability": "nonpayable",203    "type": "function"204  },205  {206    "inputs": [{ "internalType": "uint8", "name": "mode", "type": "uint8" }],207    "name": "setCollectionAccess",208    "outputs": [],209    "stateMutability": "nonpayable",210    "type": "function"211  },212  {213    "inputs": [214      { "internalType": "string", "name": "limit", "type": "string" },215      { "internalType": "uint32", "name": "value", "type": "uint32" }216    ],217    "name": "setCollectionLimit",218    "outputs": [],219    "stateMutability": "nonpayable",220    "type": "function"221  },222  {223    "inputs": [224      { "internalType": "string", "name": "limit", "type": "string" },225      { "internalType": "bool", "name": "value", "type": "bool" }226    ],227    "name": "setCollectionLimit",228    "outputs": [],229    "stateMutability": "nonpayable",230    "type": "function"231  },232  {233    "inputs": [{ "internalType": "bool", "name": "mode", "type": "bool" }],234    "name": "setCollectionMintMode",235    "outputs": [],236    "stateMutability": "nonpayable",237    "type": "function"238  },239  {240    "inputs": [{ "internalType": "bool", "name": "enable", "type": "bool" }],241    "name": "setCollectionNesting",242    "outputs": [],243    "stateMutability": "nonpayable",244    "type": "function"245  },246  {247    "inputs": [248      { "internalType": "bool", "name": "enable", "type": "bool" },249      {250        "internalType": "address[]",251        "name": "collections",252        "type": "address[]"253      }254    ],255    "name": "setCollectionNesting",256    "outputs": [],257    "stateMutability": "nonpayable",258    "type": "function"259  },260  {261    "inputs": [262      { "internalType": "string", "name": "key", "type": "string" },263      { "internalType": "bytes", "name": "value", "type": "bytes" }264    ],265    "name": "setCollectionProperty",266    "outputs": [],267    "stateMutability": "nonpayable",268    "type": "function"269  },270  {271    "inputs": [272      { "internalType": "address", "name": "sponsor", "type": "address" }273    ],274    "name": "setCollectionSponsor",275    "outputs": [],276    "stateMutability": "nonpayable",277    "type": "function"278  },279  {280    "inputs": [281      { "internalType": "address", "name": "newOwner", "type": "address" }282    ],283    "name": "setOwner",284    "outputs": [],285    "stateMutability": "nonpayable",286    "type": "function"287  },288  {289    "inputs": [290      { "internalType": "uint256", "name": "newOwner", "type": "uint256" }291    ],292    "name": "setOwnerSubstrate",293    "outputs": [],294    "stateMutability": "nonpayable",295    "type": "function"296  },297  {298    "inputs": [299      { "internalType": "bytes4", "name": "interfaceID", "type": "bytes4" }300    ],301    "name": "supportsInterface",302    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],303    "stateMutability": "view",304    "type": "function"305  },306  {307    "inputs": [],308    "name": "symbol",309    "outputs": [{ "internalType": "string", "name": "", "type": "string" }],310    "stateMutability": "view",311    "type": "function"312  },313  {314    "inputs": [],315    "name": "totalSupply",316    "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],317    "stateMutability": "view",318    "type": "function"319  },320  {321    "inputs": [322      { "internalType": "address", "name": "to", "type": "address" },323      { "internalType": "uint256", "name": "amount", "type": "uint256" }324    ],325    "name": "transfer",326    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],327    "stateMutability": "nonpayable",328    "type": "function"329  },330  {331    "inputs": [332      { "internalType": "address", "name": "from", "type": "address" },333      { "internalType": "address", "name": "to", "type": "address" },334      { "internalType": "uint256", "name": "amount", "type": "uint256" }335    ],336    "name": "transferFrom",337    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],338    "stateMutability": "nonpayable",339    "type": "function"340  },341  {342    "inputs": [],343    "name": "uniqueCollectionType",344    "outputs": [{ "internalType": "string", "name": "", "type": "string" }],345    "stateMutability": "nonpayable",346    "type": "function"347  }348]