Hello everyone, I have some questions in Solidity and I saw this Forum that is Divine:
How can I make a function in which any amount of USDT is deposited in the contract, is that I do not understand very well about Approve
How can I have and compile my own Offline Blockchain and be able to make Compilations and etc. there, is that where I live I have the internet Very limited
Someone who has the Changelog from Solidity 0.4 to 7 that I see working here and I learned in old versions
Can I use the libraries here on TRON? I know it’s the same language, but to be sure
How can I make a function in which any amount of USDT is deposited in the contract, is that I do not understand very well about Approve
If you call usdt.approve(contract, approvalAmount), then the contract can get approvalAmount usdt, so if you set the approvalAmount with a large number, the contract will get the large amount usdt.
Someone who has the Changelog from Solidity 0.4 to 7 that I see working here and I learned in old versions
Always try to use the new version.
Can I use the libraries here on TRON? I know it’s the same language, but to be sure
TRON? sorry, I do not familiar with it, maybe you can ask at their channel.