Address is derived from the initial state (initial code + initial storage) of the contract. So changing the code with set_code()
should have no effect on the address, since the modified code won't be "initial".
Answered
How does set_code() affect the address of smart contract?
On TON blockchain the address of a smart contract depends on its code. The set_code()
function can change the code of a contract. What happes to the address when the code is changed?
This question was imported from Telegram Chat: https://t.me/tondev/125714
16K Views
1
Answer
one year ago
one year ago
Tags
Similar posts