hackquest logo
 

Solidity 105 - English

In Solidity 105, we will explore more about built-in ABI functions and learn how to interact with other contracts. After this course, you can confidently tell the world that you are a Solidity developer!

Language

Solidity

Total Length

0.8h

Part of Learning Track

Build on undefined + 0

What You’ll Learn

Advanced Solidity programming, offering a deeper exploration of the underlying application syntax in Solidity.
call
delegatecall
function selector
function signature

Syllabus

Fallback & Receive

two special functions: fallback and receive

Selfdestruct & Time

Two frequently used tools

ABI

A set of functions that encode and decode data with ABI

Function Selector

concepts and features related to low-level function calls and encoding

Low-level Call

Low-level interaction with other contracts