export const name = 'OneNetAggregatorIssuedSynths'; export const address = '0x3B81C8AF27260fdEA5AaA48873BdD7d9c331130F'; export const source = 'OneNetAggregatorIssuedSynths'; export const abi = [ 'constructor(address _owner, address _resolver)', 'event CacheUpdated(bytes32 name, address destination)', 'event OwnerChanged(address oldOwner, address newOwner)', 'event OwnerNominated(address newOwner)', 'event SynthAggregatorAdded(bytes32 currencyKey, address synthAggregator)', 'event SynthAggregatorRemoved(bytes32 currencyKey, address synthAggregator)', 'function CONTRACT_NAME() view returns (bytes32)', 'function acceptOwnership()', 'function availableSynthAggregators(uint256) view returns (address)', 'function isResolverCached() view returns (bool)', 'function nominateNewOwner(address _owner)', 'function nominatedOwner() view returns (address)', 'function owner() view returns (address)', 'function rebuildCache()', 'function resolver() view returns (address)', 'function syAggregators(bytes32) view returns (address)', 'function syAggregatorsByAddress(address) view returns (bytes32)', 'function resolverAddressesRequired() view returns (bytes32[] addresses)', 'function totalIssuedSynths() view returns (uint256 _issuedSynths)', 'function totalIssuedSynthsPerIssuer(address account) view returns (uint256 _issuedSynths)', 'function totalIssuedSynthPerAsset(bytes32 currencyKey) view returns (uint256 _issuedSynth)', 'function totalIssuedSynthPerAssetAndIssuer(bytes32 currencyKey, address account) view returns (uint256 _issuedSynth)', 'function addSynthAggregator(bytes32 currencyKey, address syAggregator)', 'function removeSynthAggregator(bytes32 currencyKey)', ];