0
What is the touch method on a slice in the wallet smart contract?
Please refer this https://ton.org/docs/develop/smart-contracts/guidelines/tips#example
It will place variable "cs" on top of the stack and then reduce gas to interact with this variable.
one year ago
0
What does "mutable" mean in the case of Jettons?
Please refer this standard.
https://github.com/ton-blockchain/TEPs/blob/master/text/0074-jettons-standard.md#get-methods-1
Mutable in tonscan means mintable.
one year ago
0
What is IHR Fee?
IHR is Instant Hypercube Routing.
It is not implemented yet in TON chain.
So it is always disabled and IHR Fee is always 0.
Refer this https://ton.org/docs/develop/smart-contracts/messages#message-layout
one year ago