{"id":31785542,"url":"https://github.com/stacktical/stacktical-dsla-token","last_synced_at":"2025-10-10T11:58:05.835Z","repository":{"id":41938956,"uuid":"155385196","full_name":"Stacktical/stacktical-dsla-token","owner":"Stacktical","description":"The Stacktical upgradeable DSLA Token Smart Contract","archived":false,"fork":false,"pushed_at":"2022-12-10T16:33:15.000Z","size":1234,"stargazers_count":11,"open_issues_count":5,"forks_count":2,"subscribers_count":8,"default_branch":"master","last_synced_at":"2023-03-04T04:57:12.410Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://stacktical.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Stacktical.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-30T12:54:47.000Z","updated_at":"2021-12-16T08:01:13.000Z","dependencies_parsed_at":"2023-01-26T04:00:37.059Z","dependency_job_id":null,"html_url":"https://github.com/Stacktical/stacktical-dsla-token","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/Stacktical/stacktical-dsla-token","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stacktical%2Fstacktical-dsla-token","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stacktical%2Fstacktical-dsla-token/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stacktical%2Fstacktical-dsla-token/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stacktical%2Fstacktical-dsla-token/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stacktical","download_url":"https://codeload.github.com/Stacktical/stacktical-dsla-token/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stacktical%2Fstacktical-dsla-token/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003723,"owners_count":26083610,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-10T11:58:03.985Z","updated_at":"2025-10-10T11:58:05.827Z","avatar_url":"https://github.com/Stacktical.png","language":"JavaScript","readme":"## Official DSLA Token Address\n\n**Mainnet**\n`0x3affcca64c2a6f4e3b6bd9c64cd2c969efd1ecbe`\n\nPlease disregard any other address.\n\n## Official DSLA ABI\n\nThe official DSLA ABI is available in the build folder of the repository, at `build/contracts/DSLA_v0.json`.\nPlease import it to your project to use the official functions of the DSLA token.\n\n## OpenZeppelin SDK Token Upgradeability\n\nWe use the OpenZeppelin SDK to apply security patches to the DSLA token logic, while preserving its immutability.\n\nThis means the DSLA is seperated in two main parts:  \n- The implementation logic of the DSLA token at a versionned address\n- An OpenZeppelin proxy at the `0x3affcca64c2a6f4e3b6bd9c64cd2c969efd1ecbe` address\n\nIn other words, `0x3affcca64c2a6f4e3b6bd9c64cd2c969efd1ecbe` is both the official DSLA token address and the OpenZeppelin proxy address. Any transaction to `0x3affcca64c2a6f4e3b6bd9c64cd2c969efd1ecbe` will be automatically and transparently forwarded to the implementation logic.\n\nFor more information about the upgradeability capability of the SDK, please refer to the official documentation [here](https://docs.openzeppelin.com/sdk/2.5/writing-contracts).\n\n## DSLA Integration (e.g. On Exchanges)\n\nThe OpenZeppelin SDK is not supported by Etherscan (yet), so you cannot access the DSLA token functions from our verified [Etherscan](https://etherscan.io/token/0x3affcca64c2a6f4e3b6bd9c64cd2c969efd1ecbe) page.\n\nTo integrate DSLA, you need to add the official [DSLA ABI](https://github.com/Stacktical/stacktical-dsla-token/blob/master/build/contracts/DSLA_v0.json) to your project, and send your transactions to the `0x3affcca64c2a6f4e3b6bd9c64cd2c969efd1ecbe` official DSLA token address.\n\n\n## Deploy Token Contract\n\n`zos add MyUpgradeableToken`\n\n`zos push -n local --deploy-dependencies`\n\n`zos create MyUpgradeableToken --args ARG1,ARG2 -n local`\n\n## Update Token Logic\n\n`zos push -n local --deploy-dependencies`\n\n`zos update MyUpgradeableToken --args ARG1,ARG2 -n local`\n\n## Run tests\n\n`NODE_ENV=test truffle test`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstacktical%2Fstacktical-dsla-token","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstacktical%2Fstacktical-dsla-token","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstacktical%2Fstacktical-dsla-token/lists"}