/ aws / lambda / abi.json
abi.json
  1  [
  2      {
  3          "inputs": [
  4              {
  5                  "internalType": "uint256",
  6                  "name": "_initialSupply",
  7                  "type": "uint256"
  8              }
  9          ],
 10          "stateMutability": "nonpayable",
 11          "type": "constructor"
 12      },
 13      {
 14          "anonymous": false,
 15          "inputs": [
 16              {
 17                  "indexed": true,
 18                  "internalType": "address",
 19                  "name": "_operator",
 20                  "type": "address"
 21              }
 22          ],
 23          "name": "Appointment",
 24          "type": "event"
 25      },
 26      {
 27          "anonymous": false,
 28          "inputs": [
 29              {
 30                  "indexed": true,
 31                  "internalType": "address",
 32                  "name": "_from",
 33                  "type": "address"
 34              },
 35              {
 36                  "indexed": false,
 37                  "internalType": "uint256",
 38                  "name": "_amount",
 39                  "type": "uint256"
 40              }
 41          ],
 42          "name": "Burn",
 43          "type": "event"
 44      },
 45      {
 46          "anonymous": false,
 47          "inputs": [
 48              {
 49                  "indexed": true,
 50                  "internalType": "address",
 51                  "name": "_to",
 52                  "type": "address"
 53              },
 54              {
 55                  "indexed": false,
 56                  "internalType": "uint256",
 57                  "name": "_amount",
 58                  "type": "uint256"
 59              }
 60          ],
 61          "name": "Transfer",
 62          "type": "event"
 63      },
 64      {
 65          "inputs": [
 66              {
 67                  "internalType": "address",
 68                  "name": "_wallet",
 69                  "type": "address"
 70              }
 71          ],
 72          "name": "balanceOf",
 73          "outputs": [
 74              {
 75                  "internalType": "uint256",
 76                  "name": "",
 77                  "type": "uint256"
 78              }
 79          ],
 80          "stateMutability": "view",
 81          "type": "function"
 82      },
 83      {
 84          "inputs": [
 85              {
 86                  "internalType": "address",
 87                  "name": "_from",
 88                  "type": "address"
 89              },
 90              {
 91                  "internalType": "uint256",
 92                  "name": "_amount",
 93                  "type": "uint256"
 94              }
 95          ],
 96          "name": "burn",
 97          "outputs": [],
 98          "stateMutability": "nonpayable",
 99          "type": "function"
100      },
101      {
102          "inputs": [],
103          "name": "getOperator",
104          "outputs": [
105              {
106                  "internalType": "address",
107                  "name": "",
108                  "type": "address"
109              }
110          ],
111          "stateMutability": "view",
112          "type": "function"
113      },
114      {
115          "inputs": [
116              {
117                  "internalType": "address",
118                  "name": "_operator",
119                  "type": "address"
120              }
121          ],
122          "name": "setOperator",
123          "outputs": [],
124          "stateMutability": "nonpayable",
125          "type": "function"
126      },
127      {
128          "inputs": [],
129          "name": "totalSupply",
130          "outputs": [
131              {
132                  "internalType": "uint256",
133                  "name": "",
134                  "type": "uint256"
135              }
136          ],
137          "stateMutability": "view",
138          "type": "function"
139      },
140      {
141          "inputs": [
142              {
143                  "internalType": "address",
144                  "name": "_to",
145                  "type": "address"
146              },
147              {
148                  "internalType": "uint256",
149                  "name": "_amount",
150                  "type": "uint256"
151              }
152          ],
153          "name": "transfer",
154          "outputs": [],
155          "stateMutability": "nonpayable",
156          "type": "function"
157      },
158      {
159          "inputs": [
160              {
161                  "internalType": "address",
162                  "name": "",
163                  "type": "address"
164              }
165          ],
166          "name": "wallet_balance",
167          "outputs": [
168              {
169                  "internalType": "uint256",
170                  "name": "",
171                  "type": "uint256"
172              }
173          ],
174          "stateMutability": "view",
175          "type": "function"
176      }
177  ]