Why remix have different colored buttons? #296
-
First of all I want to thank Patrick for providing this knowledge free of cost and promoting the community of blockchainers. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
this might help you |
Beta Was this translation helpful? Give feedback.
-
Red is for payable functions Orange is for functions that write to the blockchain Blue is for functions that do not alter state variables such as view/pure functions Red is for paying |
Beta Was this translation helpful? Give feedback.
Red is for payable functions
Orange is for functions that write to the blockchain
Blue is for functions that do not alter state variables such as view/pure functions
Red is for paying
Blue is for reading
orange is for writing