export const name = 'Issuer'; export const address = '0xbB6453dd9a57F92Ac0dD02B4734a55d6156d4512'; export const source = 'Issuer'; export const abi = [ 'constructor(address _owner, address _resolver)', 'event BurnSynthForBridge(address indexed account, bytes32 currencyKey, uint256 synthAmount)', 'event CacheUpdated(bytes32 name, address destination)', 'event DestIssue(address indexed account, bytes32 currencyKey, uint256 synthAmount)', 'event OwnerChanged(address oldOwner, address newOwner)', 'event OwnerNominated(address newOwner)', 'event SynthAdded(bytes32 currencyKey, address synth)', 'event SynthRemoved(bytes32 currencyKey, address synth)', 'function CIRCUIT_BREAKER_SUSPENSION_REASON() view returns (uint256)', 'function CONTRACT_NAME() view returns (bytes32)', 'function acceptOwnership()', 'function addSynth(address synth)', 'function availableCurrencyKeys() view returns (bytes32[])', 'function availableSynthCount() view returns (uint256)', 'function availableSynths(uint256) view returns (address)', 'function bridgeSynth(address _account, bytes32 _synthKey, uint256 _amount, uint16 _destChainId) payable returns (bool)', 'function burnForRedemption(address deprecatedSynth, address account, uint256 balance)', 'function burnSynths(address _account, bytes32 _synthKey, uint256 _amount) returns (uint256, uint256, uint256, uint256)', 'function destIssue(address _account, bytes32 _synthKey, uint256 _synthAmount)', 'function getSendBridgeSynthGasFee(address _account, bytes32 _synthKey, uint256 _synthAmount, uint16 _destChainId) view returns (uint256)', 'function getSynths(bytes32[] currencyKeys) view returns (address[])', 'function isResolverCached() view returns (bool)', 'function lastDebtRatio() view returns (uint256)', 'function nominateNewOwner(address _owner)', 'function nominatedOwner() view returns (address)', 'function owner() view returns (address)', 'function rebuildCache()', 'function removeSynth(bytes32 currencyKey)', 'function resolver() view returns (address)', 'function resolverAddressesRequired() view returns (bytes32[] addresses)', 'function synths(bytes32) view returns (address)', 'function synthsByAddress(address) view returns (bytes32)', ];