github.com/0xPolygon/supernets2-node@v0.0.0-20230711153321-2fe574524eaa/etherman/smartcontracts/abi/matic.abi (about) 1 [ 2 { 3 "constant": true, 4 "inputs": [], 5 "name": "name", 6 "outputs": [ 7 { 8 "name": "", 9 "type": "string" 10 } 11 ], 12 "payable": false, 13 "stateMutability": "view", 14 "type": "function" 15 }, 16 { 17 "constant": false, 18 "inputs": [ 19 { 20 "name": "spender", 21 "type": "address" 22 }, 23 { 24 "name": "value", 25 "type": "uint256" 26 } 27 ], 28 "name": "approve", 29 "outputs": [ 30 { 31 "name": "", 32 "type": "bool" 33 } 34 ], 35 "payable": false, 36 "stateMutability": "nonpayable", 37 "type": "function" 38 }, 39 { 40 "constant": true, 41 "inputs": [], 42 "name": "totalSupply", 43 "outputs": [ 44 { 45 "name": "", 46 "type": "uint256" 47 } 48 ], 49 "payable": false, 50 "stateMutability": "view", 51 "type": "function" 52 }, 53 { 54 "constant": false, 55 "inputs": [ 56 { 57 "name": "from", 58 "type": "address" 59 }, 60 { 61 "name": "to", 62 "type": "address" 63 }, 64 { 65 "name": "value", 66 "type": "uint256" 67 } 68 ], 69 "name": "transferFrom", 70 "outputs": [ 71 { 72 "name": "", 73 "type": "bool" 74 } 75 ], 76 "payable": false, 77 "stateMutability": "nonpayable", 78 "type": "function" 79 }, 80 { 81 "constant": true, 82 "inputs": [], 83 "name": "decimals", 84 "outputs": [ 85 { 86 "name": "", 87 "type": "uint8" 88 } 89 ], 90 "payable": false, 91 "stateMutability": "view", 92 "type": "function" 93 }, 94 { 95 "constant": false, 96 "inputs": [ 97 { 98 "name": "spender", 99 "type": "address" 100 }, 101 { 102 "name": "addedValue", 103 "type": "uint256" 104 } 105 ], 106 "name": "increaseAllowance", 107 "outputs": [ 108 { 109 "name": "success", 110 "type": "bool" 111 } 112 ], 113 "payable": false, 114 "stateMutability": "nonpayable", 115 "type": "function" 116 }, 117 { 118 "constant": false, 119 "inputs": [], 120 "name": "unpause", 121 "outputs": [], 122 "payable": false, 123 "stateMutability": "nonpayable", 124 "type": "function" 125 }, 126 { 127 "constant": true, 128 "inputs": [ 129 { 130 "name": "account", 131 "type": "address" 132 } 133 ], 134 "name": "isPauser", 135 "outputs": [ 136 { 137 "name": "", 138 "type": "bool" 139 } 140 ], 141 "payable": false, 142 "stateMutability": "view", 143 "type": "function" 144 }, 145 { 146 "constant": true, 147 "inputs": [], 148 "name": "paused", 149 "outputs": [ 150 { 151 "name": "", 152 "type": "bool" 153 } 154 ], 155 "payable": false, 156 "stateMutability": "view", 157 "type": "function" 158 }, 159 { 160 "constant": false, 161 "inputs": [], 162 "name": "renouncePauser", 163 "outputs": [], 164 "payable": false, 165 "stateMutability": "nonpayable", 166 "type": "function" 167 }, 168 { 169 "constant": true, 170 "inputs": [ 171 { 172 "name": "owner", 173 "type": "address" 174 } 175 ], 176 "name": "balanceOf", 177 "outputs": [ 178 { 179 "name": "", 180 "type": "uint256" 181 } 182 ], 183 "payable": false, 184 "stateMutability": "view", 185 "type": "function" 186 }, 187 { 188 "constant": false, 189 "inputs": [ 190 { 191 "name": "account", 192 "type": "address" 193 } 194 ], 195 "name": "addPauser", 196 "outputs": [], 197 "payable": false, 198 "stateMutability": "nonpayable", 199 "type": "function" 200 }, 201 { 202 "constant": false, 203 "inputs": [], 204 "name": "pause", 205 "outputs": [], 206 "payable": false, 207 "stateMutability": "nonpayable", 208 "type": "function" 209 }, 210 { 211 "constant": true, 212 "inputs": [], 213 "name": "symbol", 214 "outputs": [ 215 { 216 "name": "", 217 "type": "string" 218 } 219 ], 220 "payable": false, 221 "stateMutability": "view", 222 "type": "function" 223 }, 224 { 225 "constant": false, 226 "inputs": [ 227 { 228 "name": "spender", 229 "type": "address" 230 }, 231 { 232 "name": "subtractedValue", 233 "type": "uint256" 234 } 235 ], 236 "name": "decreaseAllowance", 237 "outputs": [ 238 { 239 "name": "success", 240 "type": "bool" 241 } 242 ], 243 "payable": false, 244 "stateMutability": "nonpayable", 245 "type": "function" 246 }, 247 { 248 "constant": false, 249 "inputs": [ 250 { 251 "name": "to", 252 "type": "address" 253 }, 254 { 255 "name": "value", 256 "type": "uint256" 257 } 258 ], 259 "name": "transfer", 260 "outputs": [ 261 { 262 "name": "", 263 "type": "bool" 264 } 265 ], 266 "payable": false, 267 "stateMutability": "nonpayable", 268 "type": "function" 269 }, 270 { 271 "constant": true, 272 "inputs": [ 273 { 274 "name": "owner", 275 "type": "address" 276 }, 277 { 278 "name": "spender", 279 "type": "address" 280 } 281 ], 282 "name": "allowance", 283 "outputs": [ 284 { 285 "name": "", 286 "type": "uint256" 287 } 288 ], 289 "payable": false, 290 "stateMutability": "view", 291 "type": "function" 292 }, 293 { 294 "inputs": [ 295 { 296 "name": "name", 297 "type": "string" 298 }, 299 { 300 "name": "symbol", 301 "type": "string" 302 }, 303 { 304 "name": "decimals", 305 "type": "uint8" 306 }, 307 { 308 "name": "totalSupply", 309 "type": "uint256" 310 } 311 ], 312 "payable": false, 313 "stateMutability": "nonpayable", 314 "type": "constructor" 315 }, 316 { 317 "anonymous": false, 318 "inputs": [ 319 { 320 "indexed": false, 321 "name": "account", 322 "type": "address" 323 } 324 ], 325 "name": "Paused", 326 "type": "event" 327 }, 328 { 329 "anonymous": false, 330 "inputs": [ 331 { 332 "indexed": false, 333 "name": "account", 334 "type": "address" 335 } 336 ], 337 "name": "Unpaused", 338 "type": "event" 339 }, 340 { 341 "anonymous": false, 342 "inputs": [ 343 { 344 "indexed": true, 345 "name": "account", 346 "type": "address" 347 } 348 ], 349 "name": "PauserAdded", 350 "type": "event" 351 }, 352 { 353 "anonymous": false, 354 "inputs": [ 355 { 356 "indexed": true, 357 "name": "account", 358 "type": "address" 359 } 360 ], 361 "name": "PauserRemoved", 362 "type": "event" 363 }, 364 { 365 "anonymous": false, 366 "inputs": [ 367 { 368 "indexed": true, 369 "name": "from", 370 "type": "address" 371 }, 372 { 373 "indexed": true, 374 "name": "to", 375 "type": "address" 376 }, 377 { 378 "indexed": false, 379 "name": "value", 380 "type": "uint256" 381 } 382 ], 383 "name": "Transfer", 384 "type": "event" 385 }, 386 { 387 "anonymous": false, 388 "inputs": [ 389 { 390 "indexed": true, 391 "name": "owner", 392 "type": "address" 393 }, 394 { 395 "indexed": true, 396 "name": "spender", 397 "type": "address" 398 }, 399 { 400 "indexed": false, 401 "name": "value", 402 "type": "uint256" 403 } 404 ], 405 "name": "Approval", 406 "type": "event" 407 } 408 ]