In my effort to learn how contracts and crypto work I've created a Binance Testnet account on my metamask account and now have 1 test BNB
What I'm looking for is a BEP20 deflationary contract where I can adjust the following settings:
% of buy/sell transaction fee
% of coins from transaction fee back into Liquidity Pool
% of coins from transaction fee redistributed back to holders
% of coins from transaction fee burned
% of coins from transaction fee to development/marketing
Does this sound right?
Is there a library of contracts available to look thru to see if I can find what I'm looking for?
Eventually I think it would be amazing to distribute my own coin but right now I've got alot to learn and I would really like a better understanding of what I'm doing.
I tried to use your code in Testnet BSC deployment by deploying via Remix but I can’t seem to make it work. I just want to try to deploy in Testnet first before deploying to real BSC. Did I miss something? Please provide the modified code so I can try it. Appreciate your help in advance.
I tried to replace all swap route addresses to 0x9Ac64Cc6e4415144C455BD8E4837Fea55603e5c3 the to run a few times with your exact code provided but just change Token Nam, Symbol, and Fee but unable to successfully create the token in TESTNET. The Remix created the contract but there is no token name created for that contract. Below is the URL to the code that I already verified. Kindly appreciate if you could tell me what I did wrong.
Can i ask you? I deployed and filled in liquid with your version of the contract. Thank you very much for the contract! I have a question that charity wallet burning and replenishment comes from the main pool and not from the purchase or sale part, is this normal?
I have following questions regarding to your code.
1- “_taxFee” variable is the "reflection fee to holders’?
2- Will your code fully function in Testnet Binance? I tried it but I can NOT make it work for “Reflection to holders”. I am using MetaMask to test this.