git.delta.rocks / unique-network / refs/commits / 467da923cc78

difftreelog

source

tests/src/eth/fungibleAbi.json7.9 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    "name": "name",156    "outputs": [{ "internalType": "string", "name": "", "type": "string" }],157    "stateMutability": "view",158    "type": "function"159  },160  {161    "inputs": [162      { "internalType": "address", "name": "admin", "type": "address" }163    ],164    "name": "removeCollectionAdmin",165    "outputs": [],166    "stateMutability": "nonpayable",167    "type": "function"168  },169  {170    "inputs": [171      { "internalType": "uint256", "name": "admin", "type": "uint256" }172    ],173    "name": "removeCollectionAdminSubstrate",174    "outputs": [],175    "stateMutability": "nonpayable",176    "type": "function"177  },178  {179    "inputs": [180      { "internalType": "address", "name": "user", "type": "address" }181    ],182    "name": "removeFromCollectionAllowList",183    "outputs": [],184    "stateMutability": "nonpayable",185    "type": "function"186  },187  {188    "inputs": [{ "internalType": "uint8", "name": "mode", "type": "uint8" }],189    "name": "setCollectionAccess",190    "outputs": [],191    "stateMutability": "nonpayable",192    "type": "function"193  },194  {195    "inputs": [196      { "internalType": "string", "name": "limit", "type": "string" },197      { "internalType": "uint32", "name": "value", "type": "uint32" }198    ],199    "name": "setCollectionLimit",200    "outputs": [],201    "stateMutability": "nonpayable",202    "type": "function"203  },204  {205    "inputs": [206      { "internalType": "string", "name": "limit", "type": "string" },207      { "internalType": "bool", "name": "value", "type": "bool" }208    ],209    "name": "setCollectionLimit",210    "outputs": [],211    "stateMutability": "nonpayable",212    "type": "function"213  },214  {215    "inputs": [{ "internalType": "bool", "name": "mode", "type": "bool" }],216    "name": "setCollectionMintMode",217    "outputs": [],218    "stateMutability": "nonpayable",219    "type": "function"220  },221  {222    "inputs": [{ "internalType": "bool", "name": "enable", "type": "bool" }],223    "name": "setCollectionNesting",224    "outputs": [],225    "stateMutability": "nonpayable",226    "type": "function"227  },228  {229    "inputs": [230      { "internalType": "bool", "name": "enable", "type": "bool" },231      {232        "internalType": "address[]",233        "name": "collections",234        "type": "address[]"235      }236    ],237    "name": "setCollectionNesting",238    "outputs": [],239    "stateMutability": "nonpayable",240    "type": "function"241  },242  {243    "inputs": [244      { "internalType": "string", "name": "key", "type": "string" },245      { "internalType": "bytes", "name": "value", "type": "bytes" }246    ],247    "name": "setCollectionProperty",248    "outputs": [],249    "stateMutability": "nonpayable",250    "type": "function"251  },252  {253    "inputs": [254      { "internalType": "address", "name": "sponsor", "type": "address" }255    ],256    "name": "setCollectionSponsor",257    "outputs": [],258    "stateMutability": "nonpayable",259    "type": "function"260  },261  {262    "inputs": [263      { "internalType": "bytes4", "name": "interfaceID", "type": "bytes4" }264    ],265    "name": "supportsInterface",266    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],267    "stateMutability": "view",268    "type": "function"269  },270  {271    "inputs": [],272    "name": "symbol",273    "outputs": [{ "internalType": "string", "name": "", "type": "string" }],274    "stateMutability": "view",275    "type": "function"276  },277  {278    "inputs": [],279    "name": "totalSupply",280    "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],281    "stateMutability": "view",282    "type": "function"283  },284  {285    "inputs": [286      { "internalType": "address", "name": "to", "type": "address" },287      { "internalType": "uint256", "name": "amount", "type": "uint256" }288    ],289    "name": "transfer",290    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],291    "stateMutability": "nonpayable",292    "type": "function"293  },294  {295    "inputs": [296      { "internalType": "address", "name": "from", "type": "address" },297      { "internalType": "address", "name": "to", "type": "address" },298      { "internalType": "uint256", "name": "amount", "type": "uint256" }299    ],300    "name": "transferFrom",301    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],302    "stateMutability": "nonpayable",303    "type": "function"304  }305]