I don't have this in testnet. I want to make to sure it's correct before sending in mainnet. There is no way to confirm by reading the GitHub contract code?
Feb 18, 2023, 6:52 PM
Several times I have made a small mistake that led to message being invalid. I think I've lost (more precisely, not won) 3'000 TON on THC 1 because of that.
Feb 18, 2023, 7:01 PM
In contract, if it's like this int initial_min_bid can i use .storeUint(1000000000,64) ?
Is .storeCoins(amount) equivalent to .storeUint(amount,64) ?
Feb 18, 2023, 7:19 PM
No. Coins = grams = VarUint16.
Feb 18, 2023, 7:21 PM
this?
Feb 18, 2023, 7:22 PM
In this case, no.
Feb 18, 2023, 7:26 PM
Iirc you can run your own local mini ton blockchain for these purposes.
Feb 18, 2023, 9:22 PM