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
Answered
Can explorers show the smart contract code?

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 question was imported from Telegram Chat: https://t.me/tondev/72606

  
  
Posted one year ago
Votes Newest

Answers


Some explorers can show you code (fift) for a popular contracts like wallets. As example tonscan on source tab
As I know it's based on data from verify

Also you can get bytecode in base64 or hex for any contract and compare it with build from repository (if contract in public)

1
1
Posted one year ago
11K Views
1 Answer
one year ago
one year ago
Tags