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")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, 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

Questions with tag smart-contract

Questions with tag smart-contract

Tags
Sorting
Results
per page
0 Votes
1 Answers
119 Views
0 Votes 1 Answers 119 Views
What would be the best method to check if my address received a payment with a specific message? Is 'getTransactions' method okay? ---- This question was imp...
1 Votes
1 Answers
217 Views
1 Votes 1 Answers 217 Views
"Why is the data empty even though I deployed the jetton contract?" the contract is deployed correctly but data is empty https://github.com/toncenter/tonweb/...
0 Votes
1 Answers
188 Views
0 Votes 1 Answers 188 Views
Is there an upgradeable standard for TON contracts? For example, in Ethereum, you can deploy proxy-contracts and then upgrade them through OpenZeppelin's upg...
0 Votes
1 Answers
108 Views
0 Votes 1 Answers 108 Views
To create a minimal jetton, is the jetton-wallet.fc file within the token-contract GitHub repository really necessary? --- > This question was imported from ...
0 Votes
1 Answers
118 Views
0 Votes 1 Answers 118 Views
I've been trying to create a simple wallet smart contract by myself to learn FunC, but my transactions keep failing with exit code 34. What am I doing wrong?...
0 Votes
1 Answers
115 Views
0 Votes 1 Answers 115 Views
What error code should a smart contract use when dealing with an unsupported opcode? Is it up to the smart contract developer, or there is a conventional one...
16 days ago
0 Votes
0 Answers
54 Views
0 Votes 0 Answers 54 Views
I'd like to put an address and a hash table into the c4 register. Can I put there both of them there separately or do I have to put the address into the hash...
16 days ago
0 Votes
1 Answers
64 Views
0 Votes 1 Answers 64 Views
Is the code of smart contracts visible to the explorers? Can I use some explorer to see the code of any specific smart contract I'm interested in? --- > This...
0 Votes
1 Answers
59 Views
0 Votes 1 Answers 59 Views
If I put a logical calculation, such as a multiplication, on the TON blockchain, do I not need a server to perform that remote calculation? --- > This questi...
0 Votes
1 Answers
70 Views
0 Votes 1 Answers 70 Views
If I want to make a board game, in order to show the fairness of the game, I put all the back-end computing on the blockchain. A board game could require ran...
0 Votes
1 Answers
92 Views
0 Votes 1 Answers 92 Views
What happens if we verify the source code in the explorer, but the contract's code gets updated using set_code() instruction? Does the verified source code d...
0 Votes
1 Answers
92 Views
0 Votes 1 Answers 92 Views
I have a smart contract that accepts messages from users. I would like to keep a history of requests. How can I save a list of pairs (address, text of the me...
0 Votes
1 Answers
84 Views
0 Votes 1 Answers 84 Views
There are TIP standards, but are there interfaces (libraries) that I can use when writing smart contracts with FunC? Or should I just attept to follow the st...
29 days ago
0 Votes
1 Answers
81 Views
0 Votes 1 Answers 81 Views
Does TON support EVM compatible? ----- > This question was import from: t.me/tondev_eng/2480 >
1 Votes
1 Answers
93 Views
1 Votes 1 Answers 93 Views
Using the JSON API, I'm attempting to call a get method on a non existing method on a smart contract. I send a POST request to /runGetMethod. { "address": "....
one month ago
0 Votes
1 Answers
87 Views
0 Votes 1 Answers 87 Views
I'm looking for a good tutorial to make an NFT smart contract on TON. --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/10064
one month ago
0 Votes
1 Answers
82 Views
0 Votes 1 Answers 82 Views
Remix is a great online code editor for developers who want to work with EVMs. Does TON have something similar for the TVM? --- > This question was imported ...
one month ago
0 Votes
0 Answers
87 Views
0 Votes 0 Answers 87 Views
What if I develop a smart contract on TON but don't want the data included in the initState to be seen by others? Does it mean I need to use encryption? --- ...
one month ago
0 Votes
1 Answers
129 Views
0 Votes 1 Answers 129 Views
It's known that blockchain is not the best place to store lots of data (there is TON Storage for that, while smart contract data should generally be as small...
0 Votes
1 Answers
131 Views
0 Votes 1 Answers 131 Views
We are looking to create a DAO on TON. Are there any tools available to create one for us, if not what would you recommend we do until the relevant tooling b...
0 Votes
1 Answers
83 Views
0 Votes 1 Answers 83 Views
I am looking for a plug-and-play privacy layer on top of TON that a developer can leverage to make their TON DeFi apps privacy preserving both for users and ...
one month ago
0 Votes
2 Answers
126 Views
0 Votes 2 Answers 126 Views
Is my understanding correct that smart contracts are written in FunC, then compiled into Fift, and deployed on the blockchain, and they can later be interact...
one month ago
1 Votes
1 Answers
107 Views
1 Votes 1 Answers 107 Views
Is there any call to get the contract address inside it? I cant find anything like that in tvm https://t.me/tondev_eng/363
one month ago
1 Votes
1 Answers
163 Views
1 Votes 1 Answers 163 Views
Blockchains are considered "append-only" and immutable. But I've heard that in the TON world smart contracts can change their own code. So, is it possible fo...
one month ago
0 Votes
2 Answers
170 Views
0 Votes 2 Answers 170 Views
How do you hardcode an address in a smart contract? An example in both FunC would be helpful. https://t.me/tondev_eng/4099
2 Votes
1 Answers
222 Views
2 Votes 1 Answers 222 Views
I am new to developing smart contracts on the TON blockchain and I am looking for assistance in creating a contract that can automatically distribute a jetto...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
What types of smart contracts are there in the TON blockchain? For example: raw.fullAccountState.
4 months ago
2 Votes
1 Answers
2K Views
2 Votes 1 Answers 2K Views
Using the ton.cx explorer as an example, when you click on the tab Contract, in the Data section, a lot of information is displayed. Unfortunately, it is all...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
FunC is the primary language used to program smart contracts on TON, but are there ways to use other programming languages to write smart contracts in progra...