Blockchain BTA Certified Blockchain Developer - Ethereum - CBDE Exam Practice Test
In order to implement an ERC20 token contract, you'd need at least to implement the following functions and events in order to fulfill the interface requirements:
Correct Answer: A
Vote an answer
When using require to check input parameters and it evaluates to false:
Correct Answer: B
Vote an answer
If contract MyContractA is derived from Contract MyContractB, then this would be the right syntax:
Correct Answer: A
Vote an answer