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