I changed it to 1. It did not work. Is the way I am transferring my NFT to the contract wrong? The ownership changes in the ton-scan. But if I click on the NFTs section for the contract address, I do not see anything:
This is my script for transferring to the smart contract:
https://dpaste.org/tRhdc
Feb 10, 2023, 2:18 PM
@pcrafter @TrueCarry I have been unable to get it working. No errors but I am unable to transfer it back. Pls help😢
Feb 10, 2023, 2:57 PM
> But if I click on the NFTs section for the contract address, I do not see anything
This can be an explorer issue.
This can be an explorer issue.
Feb 10, 2023, 3:49 PM
Is it expected behavior, that we see only 1 outgoing message? As I understand "success" message was sent, but (amount - fees) funds didn't come back to the sender, right?
https://testnet.dton.io/a/EQCa_Im8bK_87zA1-kf4EXstMxY46lMb-WFkB1oN5HVvZ1MI
https://testnet.dton.io/a/EQCa_Im8bK_87zA1-kf4EXstMxY46lMb-WFkB1oN5HVvZ1MI
Feb 10, 2023, 4:11 PM
As far as I see in your code, you've set TON excesses to be forwarded to receiver wallet (response_address).
Feb 10, 2023, 4:22 PM