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

difftreelog

source

tests/src/eth/fungibleAbi.json5.7 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": "owner", "type": "address" },55      { "internalType": "address", "name": "spender", "type": "address" }56    ],57    "name": "allowance",58    "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],59    "stateMutability": "view",60    "type": "function"61  },62  {63    "inputs": [64      { "internalType": "address", "name": "spender", "type": "address" },65      { "internalType": "uint256", "name": "amount", "type": "uint256" }66    ],67    "name": "approve",68    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],69    "stateMutability": "nonpayable",70    "type": "function"71  },72  {73    "inputs": [74      { "internalType": "address", "name": "owner", "type": "address" }75    ],76    "name": "balanceOf",77    "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],78    "stateMutability": "view",79    "type": "function"80  },81  {82    "inputs": [83      { "internalType": "address", "name": "from", "type": "address" },84      { "internalType": "uint256", "name": "amount", "type": "uint256" }85    ],86    "name": "burnFrom",87    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],88    "stateMutability": "nonpayable",89    "type": "function"90  },91  {92    "inputs": [{ "internalType": "string", "name": "key", "type": "string" }],93    "name": "collectionProperty",94    "outputs": [{ "internalType": "bytes", "name": "", "type": "bytes" }],95    "stateMutability": "view",96    "type": "function"97  },98  {99    "inputs": [],100    "name": "contractAddress",101    "outputs": [{ "internalType": "address", "name": "", "type": "address" }],102    "stateMutability": "view",103    "type": "function"104  },105  {106    "inputs": [],107    "name": "decimals",108    "outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }],109    "stateMutability": "view",110    "type": "function"111  },112  {113    "inputs": [{ "internalType": "string", "name": "key", "type": "string" }],114    "name": "deleteCollectionProperty",115    "outputs": [],116    "stateMutability": "nonpayable",117    "type": "function"118  },119  {120    "inputs": [],121    "name": "ethConfirmSponsorship",122    "outputs": [],123    "stateMutability": "nonpayable",124    "type": "function"125  },126  {127    "inputs": [128      { "internalType": "address", "name": "sponsor", "type": "address" }129    ],130    "name": "ethSetSponsor",131    "outputs": [],132    "stateMutability": "nonpayable",133    "type": "function"134  },135  {136    "inputs": [],137    "name": "name",138    "outputs": [{ "internalType": "string", "name": "", "type": "string" }],139    "stateMutability": "view",140    "type": "function"141  },142  {143    "inputs": [144      { "internalType": "string", "name": "key", "type": "string" },145      { "internalType": "bytes", "name": "value", "type": "bytes" }146    ],147    "name": "setCollectionProperty",148    "outputs": [],149    "stateMutability": "nonpayable",150    "type": "function"151  },152  {153    "inputs": [154      { "internalType": "string", "name": "limit", "type": "string" },155      { "internalType": "uint32", "name": "value", "type": "uint32" }156    ],157    "name": "setLimit",158    "outputs": [],159    "stateMutability": "nonpayable",160    "type": "function"161  },162  {163    "inputs": [164      { "internalType": "string", "name": "limit", "type": "string" },165      { "internalType": "bool", "name": "value", "type": "bool" }166    ],167    "name": "setLimit",168    "outputs": [],169    "stateMutability": "nonpayable",170    "type": "function"171  },172  {173    "inputs": [174      { "internalType": "bytes4", "name": "interfaceID", "type": "bytes4" }175    ],176    "name": "supportsInterface",177    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],178    "stateMutability": "view",179    "type": "function"180  },181  {182    "inputs": [],183    "name": "symbol",184    "outputs": [{ "internalType": "string", "name": "", "type": "string" }],185    "stateMutability": "view",186    "type": "function"187  },188  {189    "inputs": [],190    "name": "totalSupply",191    "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],192    "stateMutability": "view",193    "type": "function"194  },195  {196    "inputs": [197      { "internalType": "address", "name": "to", "type": "address" },198      { "internalType": "uint256", "name": "amount", "type": "uint256" }199    ],200    "name": "transfer",201    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],202    "stateMutability": "nonpayable",203    "type": "function"204  },205  {206    "inputs": [207      { "internalType": "address", "name": "from", "type": "address" },208      { "internalType": "address", "name": "to", "type": "address" },209      { "internalType": "uint256", "name": "amount", "type": "uint256" }210    ],211    "name": "transferFrom",212    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],213    "stateMutability": "nonpayable",214    "type": "function"215  }216]