You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Teal allows declaring constants using intcblock which can be accessed later using intc {constant number} instruction. When detectors traverse the contract, they don't have access to integer value the intc refers to. This may result in False Positives as detectors can't reason about the values declared using intc. Same goes for bytecblock and bytec instructions.
The text was updated successfully, but these errors were encountered:
Teal allows declaring constants using
intcblock
which can be accessed later usingintc {constant number}
instruction. When detectors traverse the contract, they don't have access to integer value theintc
refers to. This may result in False Positives as detectors can't reason about the values declared usingintc
. Same goes forbytecblock
andbytec
instructions.The text was updated successfully, but these errors were encountered: