Multiple Choice
Events:
A) are stored on chain and are a great way to get a return value when a contract calls another contract.
B) are stored in something like a side-chain and cannot be accessed by contracts.
C) are used primarily for debugging exceptions in solidity.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: To compare a String in Solidity you
Q22: With the truffle config file you can
Q23: To store almost all data in the
Q24: When a new block is mined:<br>A) a
Q25: In order to implement an ERC20 token
Q27: According to the official Style Guide:<br>A) you
Q28: Inheritance is useful, because a contract that
Q29: Truffle boxes are a great way:<br>A) to
Q30: A Private Network is:<br>A) a side Channel
Q31: Which statement is true about the EVM?<br>A)