Multiple Choice
If you are starting a new ERC20 token:
A) it would be best to start from scratch, just looking at the required interface.
B) it is beneficial to copy and paste the already existing code from the Ethereum wiki and modify this until you like it.
C) best is to start with an audited implementation, for example from OpenZeppelin, in order to reuse already existing code.
Correct Answer:

Verified
Correct Answer:
Verified
Q65: Unit-Testing on a local chain is important,
Q66: GETH:<br>A) is the reference implementation of the
Q67: Go-Ethereum vs. Ganache:<br>A) both are the same,
Q68: All low-level functions on the address, so
Q69: Assert is used:<br>A) to check internal states
Q71: When defining a new datatype:<br>A) its best
Q72: When you do external calls to other
Q73: Solidity gets compiled:<br>A) to bytecode that can't
Q74: Truffle has an integrated in-memory blockchain which
Q75: Which is the right order for Denominations?<br>A)