github.com/ethereum-optimism/optimism@v1.7.2/packages/contracts-bedrock/snapshots/abi/CheckBalanceLow.json (about) 1 [ 2 { 3 "inputs": [ 4 { 5 "internalType": "bytes", 6 "name": "_params", 7 "type": "bytes" 8 } 9 ], 10 "name": "check", 11 "outputs": [ 12 { 13 "internalType": "bool", 14 "name": "execute_", 15 "type": "bool" 16 } 17 ], 18 "stateMutability": "view", 19 "type": "function" 20 }, 21 { 22 "anonymous": false, 23 "inputs": [ 24 { 25 "components": [ 26 { 27 "internalType": "address", 28 "name": "target", 29 "type": "address" 30 }, 31 { 32 "internalType": "uint256", 33 "name": "threshold", 34 "type": "uint256" 35 } 36 ], 37 "indexed": false, 38 "internalType": "struct CheckBalanceLow.Params", 39 "name": "params", 40 "type": "tuple" 41 } 42 ], 43 "name": "_EventToExposeStructInABI__Params", 44 "type": "event" 45 } 46 ]