We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Duane Martin • 3 years ago

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);
}

Daniel Beltrán • 2 years ago

Thanks for this content friend

Merunas Grincalaitis • 3 years ago

Excellent content thank you! Btw how is the blog doing these days?

Markus Waas • 3 years ago

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!

Merunas Grincalaitis • 3 years ago

I'm glad to hear that. You provide a ton of valuable content and it shows.