difftreelog
Add setProperty to reFungibleDeprecated.json
in: master
1 file changed
tests/src/eth/abi/reFungibleDeprecated.jsondiffbeforeafterboth1[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": "address", "name": "user", "type": "address" }14 ],15 "name": "addToCollectionAllowList",16 "outputs": [],17 "stateMutability": "nonpayable",18 "type": "function"19 },20 {21 "inputs": [22 { "internalType": "address", "name": "from", "type": "address" },23 { "internalType": "uint256", "name": "tokenId", "type": "uint256" }24 ],25 "name": "burnFrom",26 "outputs": [],27 "stateMutability": "nonpayable",28 "type": "function"29 },30 {31 "inputs": [{ "internalType": "string", "name": "key", "type": "string" }],32 "name": "deleteCollectionProperty",33 "outputs": [],34 "stateMutability": "nonpayable",35 "type": "function"36 },37 {38 "inputs": [39 { "internalType": "address", "name": "user", "type": "address" }40 ],41 "name": "isOwnerOrAdmin",42 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],43 "stateMutability": "view",44 "type": "function"45 },46 {47 "inputs": [48 { "internalType": "address", "name": "admin", "type": "address" }49 ],50 "name": "removeCollectionAdmin",51 "outputs": [],52 "stateMutability": "nonpayable",53 "type": "function"54 },55 {56 "inputs": [57 { "internalType": "address", "name": "user", "type": "address" }58 ],59 "name": "removeFromCollectionAllowList",60 "outputs": [],61 "stateMutability": "nonpayable",62 "type": "function"63 },64 {65 "inputs": [66 { "internalType": "string", "name": "key", "type": "string" },67 { "internalType": "bytes", "name": "value", "type": "bytes" }68 ],69 "name": "setCollectionProperty",70 "outputs": [],71 "stateMutability": "nonpayable",72 "type": "function"73 },74 {75 "inputs": [76 { "internalType": "address", "name": "sponsor", "type": "address" }77 ],78 "name": "setCollectionSponsor",79 "outputs": [],80 "stateMutability": "nonpayable",81 "type": "function"82 },83 {84 "inputs": [85 { "internalType": "address", "name": "newOwner", "type": "address" }86 ],87 "name": "changeCollectionOwner",88 "outputs": [],89 "stateMutability": "nonpayable",90 "type": "function"91 },92 {93 "inputs": [94 { "internalType": "uint256", "name": "tokenId", "type": "uint256" },95 { "internalType": "string", "name": "key", "type": "string" }96 ],97 "name": "deleteProperty",98 "outputs": [],99 "stateMutability": "nonpayable",100 "type": "function"101 },102 {103 "inputs": [104 { "internalType": "address", "name": "to", "type": "address" },105 { "internalType": "uint256[]", "name": "tokenIds", "type": "uint256[]" }106 ],107 "name": "mintBulk",108 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],109 "stateMutability": "nonpayable",110 "type": "function"111 },112 {113 "inputs": [114 { "internalType": "address", "name": "to", "type": "address" },115 {116 "components": [117 { "internalType": "uint256", "name": "field_0", "type": "uint256" },118 { "internalType": "string", "name": "field_1", "type": "string" }119 ],120 "internalType": "struct Tuple0[]",121 "name": "tokens",122 "type": "tuple[]"123 }124 ],125 "name": "mintBulkWithTokenURI",126 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],127 "stateMutability": "nonpayable",128 "type": "function"129 }130]