export const policyAbi = [ { constant: true, inputs: [ { internalType: 'uint256', name: '_lockups', type: 'uint256', }, { internalType: 'uint256', name: '_assets', type: 'uint256', }, ], name: 'rewards', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'uint256', name: '_amount', type: 'uint256', }, { internalType: 'uint256', name: '_lockups', type: 'uint256', }, ], name: 'holdersShare', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'uint256', name: '_assets', type: 'uint256', }, { internalType: 'uint256', name: '_propertyAssets', type: 'uint256', }, ], name: 'authenticationFee', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'marketVotingBlocks', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'policyVotingBlocks', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [ { internalType: 'uint256', name: '_supply', type: 'uint256', }, ], name: 'shareOfTreasury', outputs: [ { internalType: 'uint256', name: '', type: 'uint256', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'treasury', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], payable: false, stateMutability: 'view', type: 'function', }, { constant: true, inputs: [], name: 'capSetter', outputs: [ { internalType: 'address', name: '', type: 'address', }, ], payable: false, stateMutability: 'view', type: 'function', }, ]