difftreelog
geadd tSponsoringRateLimit ABI
in: master
1 file changed
tests/src/eth/util/contractHelpersAbi.jsondiffbeforeafterboth156 "outputs": [],156 "outputs": [],157 "stateMutability": "nonpayable",157 "stateMutability": "nonpayable",158 "type": "function"158 "type": "function"159 },160 {161 "inputs": [162 "inputs": [163 {164 {165 "internalType": "address",166 "internalType": "address",167 "name": "target",168 "name": "contractAddress",169 "type": "address"170 "type": "address"171 }172 }173 ],174 ],175 "name": "sponsoringEnabled",176 "name": "getSponsoringRateLimit",177 "outputs": [178 "outputs": [179 {180 {181 "internalType": "bool",182 "internalType": "uint32",183 "name": "",184 "name": "",185 "type": "bool"186 "type": "uint32"187 }188 }189 ],190 ],191 "stateMutability": "view",192 "stateMutability": "view",193 "type": "function"194 "type": "function"159 }195 }160]196]