Add Quazenthor (QWBQ) educational BEP-20 token on BSC#1845
Open
toorandokhtafshari wants to merge 15 commits into
Open
Add Quazenthor (QWBQ) educational BEP-20 token on BSC#1845toorandokhtafshari wants to merge 15 commits into
toorandokhtafshari wants to merge 15 commits into
Conversation
Add Quazenthor (QWBQ) token metadata
fix: move Quazenthor (QWBQ) to correct CAIP-19 path
feat: add Quazenthor (QWBQ) educational token on BSC
fix: remove non-permitted fields
feat: add Quazenthor QWBQ logo
feat: add Quazenthor QWBQ logo to icons/eip155:56
fix: remove wrong logo filename
feat: add Quazenthor QWBQ logo with correct erc20 prefix
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 874862c. Configure here.
…8.svg fix: remove wrong logo filename
feat: add Quazenthor QWBQ logo with correct filename
fix: create correct JSON metadata file
fix: remove old duplicate metadata files
fix: correct logo path with erc20: prefix
…E8.svg fix: remove logo with wrong filename (missing colon)
feat: add logo with correct erc20: prefix
Author
|
Hi @MRabenda, This is an educational, non-financial reference token for learning BEP-20 standards. No trading or liquidity. Contract is verified on BscScan since January 2026. All automated checks are now passing. Thank you for your review! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add Quazenthor (QWBQ) token metadata ## Token Information
0x013f5f2F7F5b027012415A783ac2ed69EF936aE8This is a purely educational, non-financial reference token for learning BEP-20 standards. No trading, no liquidity pool, no sale, no investment intent.
The token contract is fully verified on BscScan with logo since January 2026.
I have added the metadata JSON file as requested.
Thank you for reviewing my PR.
Note
Low Risk
Static metadata and image files only; no application or contract logic changes.
Overview
Registers Quazenthor (QWBQ) on BNB Smart Chain (
eip155:56) for contract0x013f5f2F7F5b027012415A783ac2ed69EF936aE8by adding a newerc20metadata JSON with name, symbol, 18 decimals, and a logo reference.The PR also adds the token SVG under
icons/eip155:56/and a matching copy undermetadata/eip155:56/(address-named.svg).Reviewed by Cursor Bugbot for commit 40dc620. Bugbot is set up for automated code reviews on this repo. Configure here.