export const metricsGroupAbi = [ { constant: false, inputs: [ { internalType: 'address', name: '_addr', type: 'address', }, ], name: 'addGroup', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: false, inputs: [ { internalType: 'address', name: '_addr', type: 'address', }, ], name: 'removeGroup', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, { constant: true, inputs: [ { internalType: 'address', name: '_addr', type: 'address', }, ], name: 'isGroup', outputs: [ { internalType: 'bool', name: '', type: 'bool', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'totalIssuedMetrics', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'address', name: '_property', type: 'address', }, ], name: 'hasAssets', outputs: [ { internalType: 'bool', name: '', type: 'bool', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'address', name: '_property', type: 'address', }, ], name: 'getMetricsCountPerProperty', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'totalAuthenticatedProperties', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [ { internalType: 'uint256', name: '_value', type: 'uint256', }, ], name: 'setTotalAuthenticatedPropertiesAdmin', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, ]