export const allocatorAbi = [ { inputs: [ { internalType: 'address', name: '_config', type: 'address', }, ], payable: false, stateMutability: 'nonpayable', type: 'constructor', }, { constant: true, inputs: [], name: 'configAddress', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'calculateMaxRewardsPerBlock', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: false, inputs: [ { internalType: 'address', name: '_property', type: 'address', }, { internalType: 'address', name: '_from', type: 'address', }, { internalType: 'address', name: '_to', type: 'address', }, ], name: 'beforeBalanceChange', outputs: [], payable: false, stateMutability: 'nonpayable', type: 'function', }, ]