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": [],93 "name": "decimals",94 "outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }],95 "stateMutability": "view",96 "type": "function"97 },98 {99 "inputs": [],100 "name": "name",101 "outputs": [{ "internalType": "string", "name": "", "type": "string" }],102 "stateMutability": "view",103 "type": "function"104 },105 {106 "inputs": [],107 "name": "parentToken",108 "outputs": [{ "internalType": "address", "name": "", "type": "address" }],109 "stateMutability": "view",110 "type": "function"111 },112 {113 "inputs": [],114 "name": "parentTokenId",115 "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],116 "stateMutability": "view",117 "type": "function"118 },119 {120 "inputs": [121 { "internalType": "uint256", "name": "amount", "type": "uint256" }122 ],123 "name": "repartition",124 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],125 "stateMutability": "nonpayable",126 "type": "function"127 },128 {129 "inputs": [130 { "internalType": "address", "name": "collection", "type": "address" },131 { "internalType": "uint256", "name": "nftId", "type": "uint256" }132 ],133 "name": "setParentNFT",134 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],135 "stateMutability": "nonpayable",136 "type": "function"137 },138 {139 "inputs": [140 { "internalType": "bytes4", "name": "interfaceID", "type": "bytes4" }141 ],142 "name": "supportsInterface",143 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],144 "stateMutability": "view",145 "type": "function"146 },147 {148 "inputs": [],149 "name": "symbol",150 "outputs": [{ "internalType": "string", "name": "", "type": "string" }],151 "stateMutability": "view",152 "type": "function"153 },154 {155 "inputs": [],156 "name": "totalSupply",157 "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],158 "stateMutability": "view",159 "type": "function"160 },161 {162 "inputs": [163 { "internalType": "address", "name": "to", "type": "address" },164 { "internalType": "uint256", "name": "amount", "type": "uint256" }165 ],166 "name": "transfer",167 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],168 "stateMutability": "nonpayable",169 "type": "function"170 },171 {172 "inputs": [173 { "internalType": "address", "name": "from", "type": "address" },174 { "internalType": "address", "name": "to", "type": "address" },175 { "internalType": "uint256", "name": "amount", "type": "uint256" }176 ],177 "name": "transferFrom",178 "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],179 "stateMutability": "nonpayable",180 "type": "function"181 }182]