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 5

one year ago
Jeremy
384 × 5 Administrator
How do you decode the data stored in a TON smart contract?
How do you decode the data stored in a TON smart contract?
Using the [ton.cx explorer](https://ton.cx/address/EQD0vdSA_NedR9uvbgN9EikRX-suesDxGeFg69XQMavfLqIw) as an example, when you click on the tab **Contract**, in the **Data** section, a lot of information is displayed. Unfortunately, it is all in Hexadecimal. How can I get the data in a more human-readable view?
Using the [ton.cx explorer](https://ton.cx/address/EQD0vdSA_NedR9uvbgN9EikRX-suesDxGeFg69XQMavfLqIw) as an example, when you click on the tab **Contract**, in the **Data** section, a lot of information is displayed. Unfortunately, it is all in Hexadecimal. How can I get the data in a more human-readable view?
#general #smart-contract #dev-tools
#general #smart-contract #developer-tool
one year ago
Jeremy
384 × 5 Administrator
How do you decode the data stored in a TON smart contract?
How to decode data of TON smart-contract?
Using the [ton.cx explorer](https://ton.cx/address/EQD0vdSA_NedR9uvbgN9EikRX-suesDxGeFg69XQMavfLqIw) as an example, when you click on the tab **Contract**, in the **Data** section, a lot of information is displayed. Unfortunately, it is all in Hexadecimal. How can I get the data in a more human-readable view?
Using the [ton.cx explorer](https://ton.cx/address/EQD0vdSA_NedR9uvbgN9EikRX-suesDxGeFg69XQMavfLqIw) as an example, when you click on the tab **Contract**, in the **Data** section, a lot of information is displayed. Unfortunately, it is all in Hexadecimal. How can I get the data in a more human-readable view?
#general #smart-contract #developer-tool
#general #smart-contract #developer-tool
one year ago
Daniil Sedov
219 × 6 Administrator
How to decode data of TON smart-contract?
How to decode data of TON smart-contract?
Using the [ton.cx explorer](https://ton.cx/address/EQD0vdSA_NedR9uvbgN9EikRX-suesDxGeFg69XQMavfLqIw) as an example, when you click on the tab **Contract**, in the **Data** section, a lot of information is displayed. Unfortunately, it is all in Hexadecimal. How can I get the data in a more human-readable view?
For example there is a [contract](https://ton.cx/address/EQD0vdSA_NedR9uvbgN9EikRX-suesDxGeFg69XQMavfLqIw). As I understand, on the tab **Contract** in section **Data** I can see data stored in this contract. How can I get it in more human-readable view?
#general #smart-contract #developer-tool
#general #smart-contarct
How to decode data of TON smart-contract?
How to decode data of TON smart-contract?
For example there is a [contract](https://ton.cx/address/EQD0vdSA_NedR9uvbgN9EikRX-suesDxGeFg69XQMavfLqIw). As I understand, on the tab **Contract** in section **Data** I can see data stored in this contract. How can I get it in more human-readable view?
For example there is a [contract](https://ton.cx/address/EQD0vdSA_NedR9uvbgN9EikRX-suesDxGeFg69XQMavfLqIw). As I understand, on the tab **Contract** in section **Data** I can see data stored in this contract. How can I get it in more human-readable view?
#general #smart-contarct
#question
one year ago
Original
How to decode data of TON smart-contract?

For example there is a [contract](https://ton.cx/address/EQD0vdSA_NedR9uvbgN9EikRX-suesDxGeFg69XQMavfLqIw). As I understand, on the tab **Contract** in section **Data** I can see data stored in this contract. How can I get it in more human-readable view?
#question