{"id":30686587,"url":"https://github.com/roswelly/ico-token-launchpad","last_synced_at":"2025-09-01T23:06:04.503Z","repository":{"id":300742579,"uuid":"1007003262","full_name":"roswelly/ICO-token-launchpad","owner":"roswelly","description":"ICO Token Launchpad - A robust, upgradeable smart contract suite for launching and managing ICOs (Initial Coin Offerings) on EVM-compatible blockchains. Features flexible token sale parameters, built-in vesting, bonus logic, and proxy-based upgradability. Ideal for projects seeking a secure, modular, and UI-friendly ICO platform.","archived":false,"fork":false,"pushed_at":"2025-06-23T10:38:30.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-12T23:40:15.173Z","etag":null,"topics":["evm","ico","launchpad","smart-contract","solidity","token-sale","vesting"],"latest_commit_sha":null,"homepage":"","language":"Solidity","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/roswelly.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-23T10:11:53.000Z","updated_at":"2025-06-23T10:40:53.000Z","dependencies_parsed_at":"2025-06-23T11:37:47.132Z","dependency_job_id":null,"html_url":"https://github.com/roswelly/ICO-token-launchpad","commit_stats":null,"previous_names":["caterpillardev/ico-token-launchpad","roswelly/ico-token-launchpad"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/roswelly/ICO-token-launchpad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roswelly%2FICO-token-launchpad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roswelly%2FICO-token-launchpad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roswelly%2FICO-token-launchpad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roswelly%2FICO-token-launchpad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roswelly","download_url":"https://codeload.github.com/roswelly/ICO-token-launchpad/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roswelly%2FICO-token-launchpad/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273203283,"owners_count":25063279,"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-09-01T02:00:09.058Z","response_time":120,"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":["evm","ico","launchpad","smart-contract","solidity","token-sale","vesting"],"created_at":"2025-09-01T23:05:57.403Z","updated_at":"2025-09-01T23:06:04.495Z","avatar_url":"https://github.com/roswelly.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ICO Token Launchpad\n\nA smart contract suite for launching and managing ICOs (Initial Coin Offerings) with built-in vesting, bonus logic, and upgradability via proxy pattern.\n\n## Contract\n- [telegram](http://t.me/caterpillardev)\n- [twitter](http://x.com/caterpillardev)\n\n## Features\n- Create and manage multiple ICOs\n- Flexible token sale parameters (price, amount, dates, bonus)\n- Built-in vesting for purchased tokens\n- TransparentUpgradeableProxy for contract upgrades\n- Designed for integration with dApps and UIs\n\n## Architecture\n- **Launchpad.sol**: Main contract for ICO creation, token sales, vesting, and bonus logic.\n- **VestingImplementation.sol**: Handles token vesting schedules and claims for beneficiaries.\n- **TransparentUpgradeableProxy.sol**: OpenZeppelin-based proxy for upgradable contracts.\n\n\n## Main Functions\n- `createICO(ICOParams memory params)`: Start a new ICO\n- `buyToken(uint256 id, uint256 amountToBuy, address buyer)`: Buy tokens from an ICO\n- `closeICO(uint256 id)`: Close an ICO and reclaim unsold tokens\n- `getICO(uint256 id)`: View ICO parameters and state\n- `getValue(uint256 id, uint256 amount)`: Calculate payment required for token purchase\n\n### Vesting Contract\n- `allocateTokens(address to, uint256 amount, ...)`: Allocate tokens with vesting\n- `claim() / claimBehalf(address)`: Claim unlocked tokens\n- `getUnlockedAmount(address)`: View claimable and locked tokens\n\n## Example Usage\n1. **Create ICO**: Call `createICO` with desired parameters (ensure tokens are approved for transfer)\n2. **Buy Tokens**: Call `buyToken` (ensure payment tokens are approved)\n3. **Claim Vested Tokens**: Use `claim` or `claimBehalf` on the vesting contract\n\n\n## Contributing\nPull requests and issues are welcome! Please open an issue to discuss your proposal before submitting a PR.\n\n## License\nNo License (None)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froswelly%2Fico-token-launchpad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froswelly%2Fico-token-launchpad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froswelly%2Fico-token-launchpad/lists"}