Basic syntaxes and codes for solidity smart contracts.
- Data Types : basic data-types and syntaxes.
- Access specifiers : such as public, private, internal and external.
- Functions : basic syntaxes of functions.
- Constructors : basic syntaxes of constructors.
- Modifiers : basic sytanxes of modifiers.
- Custom Modifiers : basics syntaxes of custom modifiers.
- Operators : basics syntaxes of operators in solidity.
- Global variables : basics syntaxes of global variable usage in solidity.
- Conditional statements : basics syntaxes of conditional statements in solidity.
- Arrays : basics syntaxes of using arrays in solidity.
- Mappings : basics syntaxes of mapping in solidity.
- Structures : basics syntaxes of using structure data type.
- Ethers : basics syntaxes of using ethers in solidity.
- Errors : basics syntaxes and understandings of errors in solidity.
- Events : basics syntaxes of events in solidity.
- Calling Other Contracts : basics syntaxes of calling other contracts.
- Interfaces : basics syntaxes of interfaces in solidity.