ExamGecko
Question list
Search
Search

Question 96 - CBDE discussion

Report
Export

When you do external calls to other smart contracts:

A.
you should follow the checks-effects-interactions pattern and avoid state changes after the call.
Answers
A.
you should follow the checks-effects-interactions pattern and avoid state changes after the call.
B.
you should follow the effects-checks-interactions pattern and avoid state changes before the call.
Answers
B.
you should follow the effects-checks-interactions pattern and avoid state changes before the call.
C.
you should follow the checks-effects-interactions pattern, which is only necessary when you do calls to contracts where a direct contract call is not possible.
Answers
C.
you should follow the checks-effects-interactions pattern, which is only necessary when you do calls to contracts where a direct contract call is not possible.
Suggested answer: A
asked 16/09/2024
Abbas Maleki
24 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first