1.
Loops in Solidity:
2.
Events:
3.
According to the official Style Guide:
4.
Variables of the type address store:
5.
Address.send():
6.
Address.call.value():
7.
Address.send() and address.transfer() are considered:
8.
When defining a new datatype:
9.
What is the difference between ERC20 and ERC721 Tokens in simple terms?
10.
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: