hackquest logo
 

Solidity 103 - English

In Solidity 103, we will learn to convert Ether transfers, Event, Enum, and explore other topics required to build more advanced guided projects.

Language

Solidity

Total Length

1.5h

Part of Learning Track

Build on Ethereum + 1

What You’ll Learn

Basics of the Solidity syntax, including transfers, events, global variables, modifiers, and more
Event
Modifier
block

Syllabus

Constant & Flow Control

Constants, immutables, and more topics on flow control

Ether Transfer

Transfer, receive, and check Ether in functions

block

2 global variables on block information

Event

Define, emit events and index event parameters for search

Contract Interaction

Contract A could interact with another contract B by defining a contract variable in A

Enum

Enum is another user defined type in Solidity

Function Modifier

Function Modifier add extra code before and/or after function execution