Git Product home page Git Product logo

contract's People

Contributors

akubosylva avatar arons1 avatar drewroberts avatar

Stargazers

 avatar

Watchers

 avatar

contract's Issues

Sell Limits

I like the anti-whale provisions from other contracts where only 10% of tokens could be sold from a wallet and then there is a waiting period to sell 10% of tokens again. One Week is a good time for that waiting period.

I am also interested in adding a waiting period from when tokens are purchased or received from a transfer before they are able to be sold through an exchange. One Month would be a good test for this initial waiting period.

Separate Fee Wallets

In the current contract, there is a transaction fee that goes to the charity wallet. I believe the variable is named devFee in the code. I want that to stay the same and just rename the variable to charityFee

In addition, there should be a second wallet that will be sent a separate transaction fee percentage. This will be a marketing wallet and should use marketingFee for the variable.

Stickiness

A fun boost to total wallets holding the token would be to only allow 99% of sales or transfers to go and 1% stays in the seller's wallet. This stickiness would be good to add to the contract.

Sell tax

Variable set initially at 10%

ETH goes to contract wallet address.

Buy Tax

Variable set initially at 2%

Tokens go to contract wallet address.

Optimize for Reduced Gas Fees

After the changes in the other issues have been completed, the contract code needs to be refactored to reduce ETH gas of token transactions as much as possible.

Upgrade Solidity

The contract is currently using version 0.6.12 of Solidity and I want to bump it to the most recent stable dependency.

Remove Reflection

The biggest change with this contract is that I want all of the reflection to be removed from it. This feature contains a large portion of the code in the contract. It also adds a significant amount of gas fees for little benefit. I prefer to encourage HODLers through other means.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.