List of questions
Related questions
Question 76 - CBDE discussion
All low-level functions on the address, so address.send(), address.call.valueQQ, address.callcode and address.delegatecall:
A.
are interrupting execution on error, because they throw an exception.
B.
continuing execution on error silently, which is the reason why they are so dangerous.
C.
returning Booleans to indicate an error during execution.
D.
.send() throws an exception, while the other functions are returning Booleans during execution to indicate an error.
Your answer:
0 comments
Sorted by
Leave a comment first