Multiple Choice
Why is it important to follow the same Interfaces?
A) Websites that try to interface with the Token would have to know the exact ABI. It is upfront clear how the interaction has to be with the standard Interfaces.
B) The Ethereum Foundation can easily validate the Tokens and approve any audits by following the standard interface.
Correct Answer:

Verified
Correct Answer:
Verified
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)
Q76: The JSON-RPC Protocol:<br>A) is used to communicate
Q77: PoS:<br>A) would be better, because it can
Q79: When using require to check input parameters
Q80: Address.send() and address.transfer() are considered:<br>A) safe against
Q81: Truffle:<br>A) is a framework that helps developers
Q82: Variables of the type address store:<br>A) a
Q83: To get most out of the blockchain,