NeuraQuiz
Categories
Quizzes
Practice
Blog
About
Login
Start Learning
Categories
Quizzes
Practice
Blog
About
Login
Start Learning
Solidity Foundations Quiz
Blockchain & Web3
15:00
Question 1 of 20
BEGINNER
+1 XP
Previous
🏳️ Flag
Submit Quiz
Next
Question Navigator
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
BEGINNER
1 pts
What is the main difference between 'view' and 'pure' functions in Solidity?
'view' functions can modify state, while 'pure' functions cannot
'view' functions are executed off-chain, while 'pure' functions are executed on-chain
'view' functions can read state but not modify it, while 'pure' functions cannot read or modify state
'view' and 'pure' functions are interchangeable terms