Blockchain CBDE Practice Test - Questions Answers, Page 7
List of questions
Question 61

A version pragma is a great way to make it clear:
Question 62

Variables of the type address store:
Question 63

Address.send():
Question 64

Address.call.value():
Question 65

Address.send() and address.transfer() are considered:
Question 66

When defining a new datatype:
Question 67

What's the difference between Ethereum Request for Comments (ERC) and Ethereum Improvement Proposals (EIP)?
Question 68

What is the difference between ERC20 and ERC721 Tokens in simple terms?
Question 69

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:
Question 70

Why is it important to follow the same Interfaces?
Question