Instructional Video7:24
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The Fallback Function in Solidity III

Higher Ed
This video will help you with deploying and debugging your Solidity contracts using Remix IDE. By the end of the video, you will have a clear understanding of the fallback function and be able to implement it in your own Solidity...
Instructional Video6:32
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The Fallback Function in Solidity II

Higher Ed
In this video, you will create a new contract that will send ether to the fallback contract, which will trigger fallback functions. This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course -...
Instructional Video5:39
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Returning Multiple Data Types with Functions in Solidity

Higher Ed
In this video, you will learn how to return multiple data types with functions in Solidity. We will understand why returning multiple values can be useful and then dive into the syntax and implementation of such functions in Solidity....
Instructional Video2:09
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - View and Pure Functions

Higher Ed
This is an exercise video on the View and Pure functions. This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This focuses on the...
Instructional Video8:12
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The View Keyword in Solidity

Higher Ed
In this video, you will learn about the view keyword in Solidity. The view keyword is used to indicate that a function does not modify the state of the contract. It is similar to the constant keyword, which was used in earlier versions...
Instructional Video8:56
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Write a Function Modifier

Higher Ed
In this video, we will discuss the solution to the exercise on writing a function modifier from the previous video. This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course - Zero to...
Instructional Video10:18
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - How to Write a Function Modifier in Solidity

Higher Ed
In this video, you will study how to write a function modifier in Solidity from scratch. This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Instructional Video7:24
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Function Modifiers in Solidity

Higher Ed
In this video, you will learn about function modifiers in Solidity. Function modifiers are special functions that can be used to modify the behavior of functions in Solidity. This clip is from the chapter "Learn Functions in Solidity" of...
Instructional Video6:58
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Special Variables

Higher Ed
In this video, you will learn about special variables in Solidity, which are pre-defined variables that hold important information about the contract and the blockchain. This clip is from the chapter "Learn Solidity Basics IV...
Instructional Video6:35
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Global Variables in Solidity II

Higher Ed
In this video, you will learn about some of the most commonly used global variables in Solidity, which can help you write more efficient and secure smart contracts. By the end of this video, you will have a solid understanding of global...
Instructional Video9:11
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Global Variables in Solidity I

Higher Ed
In this video, you will learn about global variables in Solidity, which are pre-defined variables that can be accessed from anywhere in the contract. This clip is from the chapter "Learn Solidity Basics IV (Conversions and Special...
Instructional Video1:03
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Assert Ether to Wei

Higher Ed
This is an exercise video on how to assert Ether to Wei. This clip is from the chapter "Learn Solidity Basics IV (Conversions and Special Variables)" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Instructional Video6:09
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Ether Units and Denominations in Solidity

Higher Ed
In this video, we will explore the different units and denominations used for Ether in Solidity. This clip is from the chapter "Learn Solidity Basics IV (Conversions and Special Variables)" of the series "The Complete Solidity Course -...
Instructional Video7:12
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Nested Mapping in Solidity

Higher Ed
In this video, we will explore the concept of nested mappings in Solidity. By the end of this video, you will have a clear understanding of how nested mappings work in Solidity and how to use them in your own smart contracts. This clip...
Instructional Video1:05
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Set Keys and Values

Higher Ed
This is an exercise video on setting keys and values. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".In this...
Instructional Video7:05
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - How to Write Enums

Higher Ed
In this video, we will discuss the solution to the exercise on how to write Enums in Solidity from the previous video. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course -...
Instructional Video7:54
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Compact Array

Higher Ed
In this video, we will discuss the solution to the exercise on a compact array from the previous video. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero to Advanced...
Instructional Video2:51
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Compact Array

Higher Ed
This is an exercise video on a compact array. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".In this section, we...
Instructional Video5:58
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - Build a Constructor in Solidity

Higher Ed
In this video, we will discuss the solution to the exercise on building a constructor in Solidity from the previous video. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course -...
Instructional Video2:35
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Build a Constructor in Solidity

Higher Ed
This is an exercise video on building a constructor in Solidity. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".In...
Instructional Video13:26
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - What Are Constructors in Solidity

Higher Ed
In this video, you will learn about constructors in Solidity and how they are used to initialize state variables in a smart contract. This clip is from the chapter "Structures and Libraries in Solidity" of the series "The Complete...
Instructional Video2:24
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Writing Strings in Solidity

Higher Ed
This is an exercise video on writing strings in Solidity. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".This section focuses...
Instructional Video8:41
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Bytes Versus Strings in Solidity I

Higher Ed
In this video, you will learn about the difference between bytes and strings in Solidity. This clip is from the chapter "Learn Solidity - Basics III" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart...
Instructional Video3:16
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Memory Keyword in Solidity

Higher Ed
In this video, you will learn about the memory keyword in Solidity, its significance, and how it is used to manage data in memory during the execution of a function. This clip is from the chapter "Learn Solidity - Basics III" of the...