export const name = 'SynthetixDebtShare'; export const address = '0x33Dd8a63181E7d56e081DaD3b19db7Dd3f324eeA'; export const source = 'SynthetixDebtShare'; export const abi = [ 'constructor(address _owner, address _resolver)', 'event Burn(address indexed account, uint256 amount)', 'event CacheUpdated(bytes32 name, address destination)', 'event ChangeAuthorizedToSnapshot(address indexed authorizedToSnapshot, bool authorized)', 'event Mint(address indexed account, uint256 amount)', 'event OwnerChanged(address oldOwner, address newOwner)', 'event OwnerNominated(address newOwner)', 'event Transfer(address indexed from, address indexed to, uint256 value)', 'function CONTRACT_NAME() view returns (bytes32)', 'function acceptOwnership()', 'function addAuthorizedToSnapshot(address target)', 'function authorizedToSnapshot(address) view returns (bool)', 'function balanceOf(address account) view returns (uint256)', 'function balanceOfOnPeriod(address account, uint256 periodId) view returns (uint256)', 'function balances(address, uint256) view returns (uint128 amount, uint128 periodId)', 'function burnShare(address account, uint256 amount)', 'function currentPeriodId() view returns (uint128)', 'function debtRatio() view returns (uint256)', 'function decimals() view returns (uint8)', 'function isResolverCached() view returns (bool)', 'function mintShare(address account, uint256 amount)', 'function name() view returns (string)', 'function nominateNewOwner(address _owner)', 'function nominatedOwner() view returns (address)', 'function owner() view returns (address)', 'function rebuildCache()', 'function removeAuthorizedToSnapshot(address target)', 'function resolver() view returns (address)', 'function resolverAddressesRequired() view returns (bytes32[] addresses)', 'function sharePercent(address account) view returns (uint256)', 'function sharePercentOnPeriod(address account, uint256 periodId) view returns (uint256)', 'function symbol() view returns (string)', 'function takeSnapshot(uint128 id)', 'function totalSupply() view returns (uint256)', 'function totalSupplyOnPeriod(uint256) view returns (uint256)', ];