Solidity. How do I check which tokens were sent to the contract? How do I check the USDT token?
contract DEX { event Bought(uint256 amount); event So