{"id":19244041,"url":"https://github.com/tauseedzaman/pay-it-forward-token","last_synced_at":"2026-06-19T15:01:32.608Z","repository":{"id":260275240,"uuid":"880686719","full_name":"tauseedzaman/Pay-It-Forward-Token","owner":"tauseedzaman","description":"Pay It Forward (PIF) Token contract","archived":false,"fork":false,"pushed_at":"2024-10-30T13:09:41.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T15:13:53.787Z","etag":null,"topics":["crypto-token","erc20","pay-it-forward","pif","pif-token"],"latest_commit_sha":null,"homepage":"https://thebenefactor.net","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/tauseedzaman.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}},"created_at":"2024-10-30T06:59:28.000Z","updated_at":"2024-10-30T13:09:45.000Z","dependencies_parsed_at":"2024-10-30T14:36:01.855Z","dependency_job_id":null,"html_url":"https://github.com/tauseedzaman/Pay-It-Forward-Token","commit_stats":null,"previous_names":["tauseedzaman/pay-it-forward-token"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tauseedzaman/Pay-It-Forward-Token","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tauseedzaman%2FPay-It-Forward-Token","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tauseedzaman%2FPay-It-Forward-Token/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tauseedzaman%2FPay-It-Forward-Token/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tauseedzaman%2FPay-It-Forward-Token/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tauseedzaman","download_url":"https://codeload.github.com/tauseedzaman/Pay-It-Forward-Token/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tauseedzaman%2FPay-It-Forward-Token/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34536283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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":["crypto-token","erc20","pay-it-forward","pif","pif-token"],"created_at":"2024-11-09T17:21:29.653Z","updated_at":"2026-06-19T15:01:32.588Z","avatar_url":"https://github.com/tauseedzaman.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pay It Forward (PIF) Token\n![Our-Native-Token-Logo](https://github.com/user-attachments/assets/f14ce944-a036-4cf3-9506-6bf72eb8f0c5)\n\nThe Pay It Forward (PIF) Token is an ERC20 token designed for the platform [thebenefactor.net](https://thebenefactor.net). This smart contract allows users to perform transactions with built-in buy/sell fees that are redistributed based on defined allocations for platform rewards and operating expenses. Utilizing OpenZeppelin libraries, it ensures security and reliability.\n\n## Features\n\n- **ERC20 Standard**: Complies with the ERC20 token standard for interoperability.\n- **Pausable**: Allows the contract owner to pause all transfers in case of emergencies.\n- **Buy/Sell Fees**: Implements a fee structure on transactions involving liquidity pairs, enhancing platform sustainability.\n- **Ownership Management**: Two-step ownership transfer process for added security.\n- **Fee Redistribution**: Accumulated fees can be redistributed to the platform.\n\n## Links\n\n- **BscScan**: [View Contract on BscScan](https://bscscan.com/token/0x26dc7dd2a1c9a1f6da9cb992321f80fc91d73d3e)\n\n## Contract Details\n\n- **Token Name**: Pay It Forward\n- **Symbol**: PIF\n- **Initial Supply**: 500,000,000 PIF (500 million tokens)\n- **Buy/Sell Fee**: 3% (300 basis points, adjustable)\n\n## Installation\n\nTo set up this contract, clone the repo and make sure to install [Foundry](https://github.com/foundry-rs/foundry) and the required dependencies.\n\n1. Install Foundry:\n   ```bash\n   curl -L https://foundry.paradigm.xyz | bash\n   foundryup\n   ```\n\n2. Install OpenZeppelin Contracts:\n   ```bash\n   forge install OpenZeppelin/openzeppelin-contracts\n   ```\n\n## Usage\n\nAfter installing the dependencies, you can compile and deploy the PIF token contract using Foundry commands.\n\n- **Compile**: \n  ```bash\n  forge build\n  ```\n\n- **Deploy**: \n  ```bash\n  forge create src/PIFToken.sol:PIFToken\n  ```\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftauseedzaman%2Fpay-it-forward-token","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftauseedzaman%2Fpay-it-forward-token","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftauseedzaman%2Fpay-it-forward-token/lists"}