export const name = 'SynthUtil'; export const address = '0xf1E268D33b5d1B5646465AF64Ec76F0ea50bc078'; export const source = 'SynthUtil'; export const abi = [ 'constructor(address resolver)', 'function addressResolverProxy() view returns (address)', 'function totalSynthsInKey(address account, bytes32 currencyKey) view returns (uint256 total)', 'function synthsBalances(address account) view returns (bytes32[], uint256[], uint256[])', 'function synthsRates() view returns (bytes32[], uint256[])', 'function synthsTotalSupplies() view returns (bytes32[], uint256[], uint256[])', ];