We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40490d commit f0e43d5Copy full SHA for f0e43d5
contracts/abi/Pool.json
@@ -390,6 +390,25 @@
390
"stateMutability": "nonpayable",
391
"type": "function"
392
},
393
+ {
394
+ "inputs": [
395
396
+ "internalType": "uint256",
397
+ "name": "_validatorIndex",
398
+ "type": "uint256"
399
+ }
400
+ ],
401
+ "name": "canActivate",
402
+ "outputs": [
403
404
+ "internalType": "bool",
405
+ "name": "",
406
+ "type": "bool"
407
408
409
+ "stateMutability": "view",
410
+ "type": "function"
411
+ },
412
{
413
"inputs": [
414
0 commit comments