git.delta.rocks / unique-network / refs/commits / 9ec63641102a

difftreelog

source

tests/src/eth/util/contractHelpersAbi.json4.3 KiBsourcehistory
1[2    {3        "inputs": [4            {5                "internalType": "address",6                "name": "contractAddress",7                "type": "address"8            },9            {10                "internalType": "address",11                "name": "user",12                "type": "address"13            }14        ],15        "name": "allowed",16        "outputs": [17            {18                "internalType": "bool",19                "name": "",20                "type": "bool"21            }22        ],23        "stateMutability": "view",24        "type": "function"25    },26    {27        "inputs": [28            {29                "internalType": "address",30                "name": "contractAddress",31                "type": "address"32            }33        ],34        "name": "allowlistEnabled",35        "outputs": [36            {37                "internalType": "bool",38                "name": "",39                "type": "bool"40            }41        ],42        "stateMutability": "view",43        "type": "function"44    },45    {46        "inputs": [47            {48                "internalType": "address",49                "name": "contractAddress",50                "type": "address"51            }52        ],53        "name": "contractOwner",54        "outputs": [55            {56                "internalType": "address",57                "name": "",58                "type": "address"59            }60        ],61        "stateMutability": "view",62        "type": "function"63    },64    {65        "inputs": [66            {67                "internalType": "address",68                "name": "contractAddress",69                "type": "address"70            }71        ],72        "name": "getSponsoringRateLimit",73        "outputs": [74            {75                "internalType": "uint32",76                "name": "",77                "type": "uint32"78            }79        ],80        "stateMutability": "view",81        "type": "function"82    },83    {84        "inputs": [85            {86                "internalType": "address",87                "name": "contractAddress",88                "type": "address"89            },90            {91                "internalType": "uint32",92                "name": "rateLimit",93                "type": "uint32"94            }95        ],96        "name": "setSponsoringRateLimit",97        "outputs": [],98        "stateMutability": "nonpayable",99        "type": "function"100    },101    {102        "inputs": [103            {104                "internalType": "address",105                "name": "contractAddress",106                "type": "address"107            }108        ],109        "name": "sponsoringEnabled",110        "outputs": [111            {112                "internalType": "bool",113                "name": "",114                "type": "bool"115            }116        ],117        "stateMutability": "view",118        "type": "function"119    },120    {121        "inputs": [122            {123                "internalType": "address",124                "name": "contractAddress",125                "type": "address"126            },127            {128                "internalType": "address",129                "name": "user",130                "type": "address"131            },132            {133                "internalType": "bool",134                "name": "allowed",135                "type": "bool"136            }137        ],138        "name": "toggleAllowed",139        "outputs": [],140        "stateMutability": "nonpayable",141        "type": "function"142    },143    {144        "inputs": [145            {146                "internalType": "address",147                "name": "contractAddress",148                "type": "address"149            },150            {151                "internalType": "bool",152                "name": "enabled",153                "type": "bool"154            }155        ],156        "name": "toggleAllowlist",157        "outputs": [],158        "stateMutability": "nonpayable",159        "type": "function"160    },161    {162        "inputs": [163            {164                "internalType": "address",165                "name": "contractAddress",166                "type": "address"167            },168            {169                "internalType": "bool",170                "name": "enabled",171                "type": "bool"172            }173        ],174        "name": "toggleSponsoring",175        "outputs": [],176        "stateMutability": "nonpayable",177        "type": "function"178    }179]