Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: BeEarth21 on May 18, 2021, 04:53:13 AM



Title: Add 6% to holders triggered after sells in my BEP-20 Contract
Post by: BeEarth21 on May 18, 2021, 04:53:13 AM
Hello,

I have a deployed and verified project on BSC Scan. It’s a BEP20 token. How can I add a 6% paid to holders feature that triggers after sells within my code?

Any good and cheap resources to have this done? I know it’s not advanced and prob is a quick change, I’m just not trained In solidity. Thanks!


Title: Re: Add 6% to holders triggered after sells in my BEP-20 Contract
Post by: TryNinja on May 18, 2021, 05:25:42 AM
Every meme coin is a clone of the reflect token: https://github.com/reflectfinance/reflect-contracts/blob/main/contracts/REFLECT.sol

Also, wrong board... "Bitcoin Forum > Bitcoin > Project Development"


Title: Re: Add 6% to holders triggered after sells in my BEP-20 Contract
Post by: BeEarth21 on May 18, 2021, 05:45:55 AM
Thanks