git.delta.rocks / unique-network / refs/commits / 4e01cb3cfaf7

difftreelog

source

tests/src/eth/util/contractHelpersAbi.json5.6 KiBsourcehistory
1[2  {3    "inputs": [4      {5        "internalType": "address",6        "name": "contractAddress",7        "type": "address"8      },9      { "internalType": "address", "name": "user", "type": "address" }10    ],11    "name": "allowed",12    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],13    "stateMutability": "view",14    "type": "function"15  },16  {17    "inputs": [18      {19        "internalType": "address",20        "name": "contractAddress",21        "type": "address"22      }23    ],24    "name": "allowlistEnabled",25    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],26    "stateMutability": "view",27    "type": "function"28  },29  {30    "inputs": [31      {32        "internalType": "address",33        "name": "contractAddress",34        "type": "address"35      }36    ],37    "name": "confirmSponsorship",38    "outputs": [],39    "stateMutability": "nonpayable",40    "type": "function"41  },42  {43    "inputs": [44      {45        "internalType": "address",46        "name": "contractAddress",47        "type": "address"48      }49    ],50    "name": "contractOwner",51    "outputs": [{ "internalType": "address", "name": "", "type": "address" }],52    "stateMutability": "view",53    "type": "function"54  },55  {56    "inputs": [57      {58        "internalType": "address",59        "name": "contractAddress",60        "type": "address"61      }62    ],63    "name": "getSponsor",64    "outputs": [65      {66        "components": [67          { "internalType": "address", "name": "field_0", "type": "address" },68          { "internalType": "uint256", "name": "field_1", "type": "uint256" }69        ],70        "internalType": "struct Tuple0",71        "name": "",72        "type": "tuple"73      }74    ],75    "stateMutability": "view",76    "type": "function"77  },78  {79    "inputs": [80      {81        "internalType": "address",82        "name": "contractAddress",83        "type": "address"84      }85    ],86    "name": "getSponsoringRateLimit",87    "outputs": [{ "internalType": "uint32", "name": "", "type": "uint32" }],88    "stateMutability": "view",89    "type": "function"90  },91  {92    "inputs": [93      {94        "internalType": "address",95        "name": "contractAddress",96        "type": "address"97      }98    ],99    "name": "hasPendingSponsor",100    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],101    "stateMutability": "view",102    "type": "function"103  },104  {105    "inputs": [106      {107        "internalType": "address",108        "name": "contractAddress",109        "type": "address"110      }111    ],112    "name": "hasSponsor",113    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],114    "stateMutability": "view",115    "type": "function"116  },117  {118    "inputs": [119      {120        "internalType": "address",121        "name": "contractAddress",122        "type": "address"123      }124    ],125    "name": "removeSponsor",126    "outputs": [],127    "stateMutability": "nonpayable",128    "type": "function"129  },130  {131    "inputs": [132      {133        "internalType": "address",134        "name": "contractAddress",135        "type": "address"136      }137    ],138    "name": "selfSponsoredEnable",139    "outputs": [],140    "stateMutability": "nonpayable",141    "type": "function"142  },143  {144    "inputs": [145      {146        "internalType": "address",147        "name": "contractAddress",148        "type": "address"149      },150      { "internalType": "address", "name": "sponsor", "type": "address" }151    ],152    "name": "setSponsor",153    "outputs": [],154    "stateMutability": "nonpayable",155    "type": "function"156  },157  {158    "inputs": [159      {160        "internalType": "address",161        "name": "contractAddress",162        "type": "address"163      },164      { "internalType": "uint8", "name": "mode", "type": "uint8" }165    ],166    "name": "setSponsoringMode",167    "outputs": [],168    "stateMutability": "nonpayable",169    "type": "function"170  },171  {172    "inputs": [173      {174        "internalType": "address",175        "name": "contractAddress",176        "type": "address"177      },178      { "internalType": "uint32", "name": "rateLimit", "type": "uint32" }179    ],180    "name": "setSponsoringRateLimit",181    "outputs": [],182    "stateMutability": "nonpayable",183    "type": "function"184  },185  {186    "inputs": [187      {188        "internalType": "address",189        "name": "contractAddress",190        "type": "address"191      }192    ],193    "name": "sponsoringEnabled",194    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],195    "stateMutability": "view",196    "type": "function"197  },198  {199    "inputs": [200      {201        "internalType": "address",202        "name": "contractAddress",203        "type": "address"204      }205    ],206    "name": "sponsoringMode",207    "outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }],208    "stateMutability": "view",209    "type": "function"210  },211  {212    "inputs": [213      { "internalType": "bytes4", "name": "interfaceID", "type": "bytes4" }214    ],215    "name": "supportsInterface",216    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],217    "stateMutability": "view",218    "type": "function"219  },220  {221    "inputs": [222      {223        "internalType": "address",224        "name": "contractAddress",225        "type": "address"226      },227      { "internalType": "address", "name": "user", "type": "address" },228      { "internalType": "bool", "name": "isAllowed", "type": "bool" }229    ],230    "name": "toggleAllowed",231    "outputs": [],232    "stateMutability": "nonpayable",233    "type": "function"234  },235  {236    "inputs": [237      {238        "internalType": "address",239        "name": "contractAddress",240        "type": "address"241      },242      { "internalType": "bool", "name": "enabled", "type": "bool" }243    ],244    "name": "toggleAllowlist",245    "outputs": [],246    "stateMutability": "nonpayable",247    "type": "function"248  }249]