Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BTA Token Smart Contract #1

Open
8 tasks
jonsnowpt opened this issue Mar 15, 2023 · 3 comments
Open
8 tasks

BTA Token Smart Contract #1

jonsnowpt opened this issue Mar 15, 2023 · 3 comments
Assignees
Labels
📣 [A] high priority Something that needs attention and accelerated resolving 🕸️ web3 Web3 Blockchain tasks

Comments

@jonsnowpt
Copy link
Contributor

jonsnowpt commented Mar 15, 2023

Image

📝 Description:

The Bitarena token is a digital currency that will be used on the Betarena platform for transactions between users and payment of subscriptions. It is also intended to be used outside of the platform ecosystem as a digital currency for purchasing sporting goods in partner stores, buying tickets for sporting events, and as a payment option in partner bookmakers. The goal is to have the token widely adopted by users and partners for a stable and robust economy. A small fee collected on the DEX will be distributed to the team and investors who stake the token on the platform.


ℹ️ Token Information:

Field Value
Token Symbol Name Bitarena
Token Name Abbreviation $BTA
Token Standard PolygonERC20
Blockchain Platform Polygon
Total Supply 21,000,000
Type Mintable

💸 Transaction Fees:

Action Transaction Fees
Buy Fixed fee $0.50
Sell Fixed fee $1.00

Transaction fees will be sent to the BTA Owner's address. Project addresses are excluded from fees.


💰 Token Allocation:

Allocation Percentage Amount
Founding Team 5% 1,050,000
Advisory Board 2% 420,000
Investors 4% 840,000
Team 5% 1,050,000
Participants 10% 2,100,000
Marketing Operations 10% 2,100,000
Private & Public Sale & Liquidity 60% 12,600,000
Reserve 4% 840,000

✅ Acceptance Criteria:

  • The token should be Mintable
  • Openzeppelin
  • Openzeppelin Defender
  • Pausable and Upgreadable
  • Addresses excluded from fees
  • Burn Address
  • Manage fees amount
  • Add Anti-Whale mechanism
@jonsnowpt jonsnowpt self-assigned this Mar 15, 2023
@jonsnowpt jonsnowpt added 📣 [A] high priority Something that needs attention and accelerated resolving 🕸️ web3 Web3 Blockchain tasks labels Mar 15, 2023
@jonsnowpt jonsnowpt assigned migbash and unassigned jonsnowpt Jun 26, 2024
@migbash migbash transferred this issue from Betarena/scores Jul 2, 2024
@migbash migbash moved this from Todo to In Progress in Betarena Scores Jul 5, 2024
@migbash migbash moved this from In Progress to Staging in Betarena Scores Aug 13, 2024
@jonsnowpt jonsnowpt moved this from Staging to Todo in Betarena Scores Aug 20, 2024
@jonsnowpt
Copy link
Contributor Author

jonsnowpt commented Aug 20, 2024

@migbash

  • 1. Not able to read the contract:
  • 2. Missing method to see the current sell and buy fees;

Sorry, there are no available Contract ABI methods to read. Unable to read contract info.

https://testnet.bscscan.com/token/0x90a483e972f315623C8258578ae7Fa1C4337D216#readContract

@migbash
Copy link
Collaborator

migbash commented Aug 26, 2024

🟧 UPDATE

[ ] 1. Not able to read the contract:

@jonsnowpt This is because it's a proxy contract and can only beRead/Write as a Proxy, and the underlying code is deployed on another smart contract/address.


[ ] 2. Missing method to see the current sell and buy fees;

@jonsnowpt Fees are indeed visible correctly on the contract:

Image

@migbash migbash assigned jonsnowpt and unassigned migbash Aug 26, 2024
@jonsnowpt jonsnowpt assigned migbash and unassigned jonsnowpt Sep 16, 2024
@jonsnowpt
Copy link
Contributor Author

@migbash

Being audited.

@jonsnowpt jonsnowpt assigned jonsnowpt and unassigned migbash Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📣 [A] high priority Something that needs attention and accelerated resolving 🕸️ web3 Web3 Blockchain tasks
Projects
Status: Testing
Development

No branches or pull requests

2 participants