We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
Thanks for this content friend
Excellent content thank you! Btw how is the blog doing these days?
Thanks! Pretty good, lots of visitors. Although the past months I wasn't focusing on it as I was creating a new blockchain course, but now it has my focus again!
I'm glad to hear that. You provide a ton of valuable content and it shows.
Need some Help Guys ......Again stack error it say stack to deep in the 3rd line of the code .
function _getValues(uint256 tAmount) private view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256 , uint256)
{
(uint256 tTransferAmount, uint256 tFee, uint256 tLiquidity, uint256 tMarketing , uint256 tDev) = _getTValues(tAmount);
(uint256 rAmount, uint256 rTransferAmount, uint256 rFee) = _getRValues(tAmount, tFee, tLiquidity, tMarketing, tDev, _getRate());
return (rAmount, rTransferAmount, rFee, tTransferAmount, tFee, tLiquidity, tMarketing , tDev);
}