Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Back to post

Revisions 4

one year ago
What happens when you transfer TON coin to an uninitialized wallet address?
What happens when you transfer TON coin to an uninitialized wallet address?
Deployment of the wallet is the act of uploading its bytecode to the blockchain. But all that is necessary for the success of the transaction is the correct TON address (for example, when using a wallet application), even if it has not been deployed. When you send TONcoin funds to an uninitialized correct address happen something of the following events: 1) The transaction will be executed and funds will store on-chain until the corresponding wallet's address will deploy. After deployment, the owner of the wallet will get funds on balance. 2) The transaction will be executed and then a bounce happens - the funds(minus all message transfer and gas fees) return to the sender. This behavior depends on the message mode of [message layout](https://www.tonspace.co/develop/smart-contracts/messages#message-layout). You can learn more about deployment of TON smart contracts [here](https://society.ton.org/how-ton-wallets-work-and-how-to-access-them-from-javascript).
Deployment of the wallet is the act of uploading its bytecode to the blockchain. But all that is necessary for the success of the transaction is the correct TON address(suppose, we are using a wallet application), even if it has not been deployed. When you send TONcoin funds to an uninitialized correct address happen something of the following events: 1) The transaction will be executed and funds will store on-chain until the corresponding wallet's address will deploy. After deployment, the owner of the wallet will get funds on balance. 2) The transaction will be executed and then a bounce happens - the funds(minus all message transfer and gas fees) return to the sender. This behavior depends on the message mode of [message layout](https://www.tonspace.co/develop/smart-contracts/messages#message-layout). You can learn more about deployment of TON smart contracts [here](https://society.ton.org/how-ton-wallets-work-and-how-to-access-them-from-javascript).
one year ago
What happens when you transfer TON coin to an uninitialized wallet address?
What happens when you transfer TON coin to an uninitialized wallet address?
Deployment of the wallet is the act of uploading its bytecode to the blockchain. But all that is necessary for the success of the transaction is the correct TON address(suppose, we are using a wallet application), even if it has not been deployed. When you send TONcoin funds to an uninitialized correct address happen something of the following events: 1) The transaction will be executed and funds will store on-chain until the corresponding wallet's address will deploy. After deployment, the owner of the wallet will get funds on balance. 2) The transaction will be executed and then a bounce happens - the funds(minus all message transfer and gas fees) return to the sender. This behavior depends on the message mode of [message layout](https://www.tonspace.co/develop/smart-contracts/messages#message-layout). You can learn more about deployment of TON smart contracts [here](https://society.ton.org/how-ton-wallets-work-and-how-to-access-them-from-javascript).
Deployment of the wallet is the act of uploading its bytecode to the blockchain. But all that is necessary for the success of the transaction is the correct TON address(suppose, we are using a wallet application), even if it has not been deployed. When you send TONcoin funds to an uninitialized correct address happen something of the following events: 1) The transaction will be executed and funds will store on-chain until the corresponding wallet's address will deploy. After deployment, the owner of the wallet will get funds on balance. 2) The transaction will be executed and then a bounce happens - the funds(minus all message transfer and gas fees) return to the sender. This behavior depends on the message mode of [message layout](https://www.tonspace.co/develop/smart-contracts/messages#message-layout). You can learn more about deployment for TON smart contracts [here](https://society.ton.org/how-ton-wallets-work-and-how-to-access-them-from-javascript).
one year ago
What happens when you transfer TON coin to an uninitialized wallet address?
What happens when you transfer TON coin to an uninitialized wallet address?
Deployment of the wallet is the act of uploading its bytecode to the blockchain. But all that is necessary for the success of the transaction is the correct TON address(suppose, we are using a wallet application), even if it has not been deployed. When you send TONcoin funds to an uninitialized correct address happen something of the following events: 1) The transaction will be executed and funds will store on-chain until the corresponding wallet's address will deploy. After deployment, the owner of the wallet will get funds on balance. 2) The transaction will be executed and then a bounce happens - the funds(minus all message transfer and gas fees) return to the sender. This behavior depends on the message mode of [message layout](https://www.tonspace.co/develop/smart-contracts/messages#message-layout). You can learn more about deployment for TON smart contracts [here](https://society.ton.org/how-ton-wallets-work-and-how-to-access-them-from-javascript).
Deployment of the wallet is the act of uploading its bytecode to the blockchain. But all that is necessary for the success of the transaction is the correct TON address(suppose, we are using a wallet application), even if it has not been deployed. When you send TONcoin funds to an uninitialized correct address happen something of the following events: 1) The transaction will be executed and funds will store on-chain until the corresponding wallet's address will deploy. After deployment, the owner of the wallet will get funds on balance. 2) The transaction will be executed and then a bounce happens - the funds(minus all message transfer and gas fees) return to the sender. This behavior depends on the message mode of [message layout](https://www.tonspace.co/develop/smart-contracts/messages#message-layout).
one year ago
Original
What happens when you transfer TON coin to an uninitialized wallet address?

Deployment of the wallet is the act of uploading its bytecode to the blockchain. But all that is necessary for the success of the transaction is the correct TON address(suppose, we are using a wallet application), even if it has not been deployed. When you send TONcoin funds to an uninitialized correct address happen something of the following events: 1) The transaction will be executed and funds will store on-chain until the corresponding wallet's address will deploy. After deployment, the owner of the wallet will get funds on balance. 2) The transaction will be executed and then a bounce happens - the funds(minus all message transfer and gas fees) return to the sender. This behavior depends on the message mode of [message layout](https://www.tonspace.co/develop/smart-contracts/messages#message-layout).