Open in app

Sign In

Write

Sign In

Jean Cvllr
Jean Cvllr

1.8K Followers

Home

Lists

About

Apr 25

Solidity — All About Try / Catch

This is Part IV of the All About Errors sub-series. After looking at ways to handle errors at runtime, we will explore a specific type of error handling in Solidity: try {} catch {} . …

Ethereum

9 min read

Solidity — All About Try / Catch
Solidity — All About Try / Catch
Ethereum

9 min read


Apr 15

Solidity — All About Errors Handling

This article is Part III of the “All About Errors” sub-series. After looking at the different type of errors (Compile vs Runtime Errors), the different type of Solidity errors and the distinctions between them, we will now look at the different ways to handle them. Solidity provides multiple built-in methods…

Smart Contracts

17 min read

Solidity — All About Errors Handling
Solidity — All About Errors Handling
Smart Contracts

17 min read


Apr 9

Solidity — All About Runtime Errors

This article is Part II of the “All About Errors” sub-series. After looking at Compile Time errors in Part I (errors generated by the Solidity compiler), we will now look in Part II at runtime errors (errors generated at the time you interact with a contract deployed on a live…

Solidity

10 min read

Solidity — All About Runtime Errors
Solidity — All About Runtime Errors
Solidity

10 min read


Apr 8

Solidity — All About Compiler Errors

This article is Part I of the “All About Errors” sub-series. We will now look in more details at a first broad category of errors in Solidity: errors related to the Solidity compiler, known as “Compile Time Errors” or “Compiler Errors”. As you will see, the Solidity compiler solc generates…

Smart Contracts

11 min read

Solidity — All About Compiler Errors
Solidity — All About Compiler Errors
Smart Contracts

11 min read


Published in

Better Programming

·Apr 4

Solidity — All About Errors

Today’s article starts a new sub-series within the All About Solidity article series, focused on errors in Solidity and EVM-based execution environments. In Smart Contract land, errors can be lethal. If not handled properly, they can cause bugs and vulnerabilities. …

Solidity

9 min read

Solidity — All About Errors
Solidity — All About Errors
Solidity

9 min read


Published in

Better Programming

·Feb 21

Solidity Tutorial — All About Time Units

Examining the available suffixes in Solidity when handling time in smart contracts — After covering how to deal with ether units in Solidity in “All About Ether Units,” we will now cover time units. This article will examine the available suffixes in Solidity when handling time in smart contracts. We will see that working with time units in Solidity has its pitfalls due…

Solidity

10 min read

Solidity Tutorial — All About Time Units
Solidity Tutorial — All About Time Units
Solidity

10 min read


Published in

Better Programming

·Feb 13

Solidity Tutorial: All About Ether Units

Using different currency units available in Solidity when writing smart contracts — In this article, we will learn the basics of Ether Units in Solidity. We will look at how to specify ether denominations like wei , gwei and ether and the different options available for declaring values suffixed with one of these Ether denominations. Table of Contents Introduction to Ethers Currency Units Ethers…

Smart Contracts

8 min read

Solidity Tutorial: All About Ether Units
Solidity Tutorial: All About Ether Units
Smart Contracts

8 min read


Published in

Better Programming

·Jan 31

Solidity Tutorial: All About Constants and Immutables

Walk through the inner working of constant variables in Solidity — In this article, we will look at constant and immutable, their properties, visibilities, padding rules, the types allowed, and different ways of using them with examples from the LUKSO smart contracts in depth. Table of Contents Basics of Constant and Immutables How Constant and Immutables Are Placed in the Contract Bytecode? Padding Rules…

Solidity

11 min read

Solidity Tutorial: All About Constants and Immutables
Solidity Tutorial: All About Constants and Immutables
Solidity

11 min read


Published in

Better Programming

·Jan 29

Solidity Tutorial: All About Code

Understanding the structure and behaviour of a smart contract’s bytecode — Part 5 of the “All About Data Locations” subseries. This article focuses on the last data locations of the EVM that are accessible in Solidity: the bytecode of a smart contract. We will look at most aspects of a contract’s bytecode at the architecture level. This includes some detailed explanations…

Solidity

18 min read

Solidity Tutorial: All About Code
Solidity Tutorial: All About Code
Solidity

18 min read


Published in

Better Programming

·Jan 9

Solidity Tutorial: All About Stack

Exploring the EVM stack machine, and how pushing and popping this in and out of the stack work. — This is Part IV of the “All About Data Locations” subseries. In today’s article, we will look at the fourth data location of the EVM: the stack. …

Solidity

18 min read

Solidity Tutorial: All About Stack
Solidity Tutorial: All About Stack
Solidity

18 min read

Jean Cvllr

Jean Cvllr

1.8K Followers

Smart Contract engineer at @LUKSO. Full Stack Developer. https://github.com/CJ42

Following
  • Solidity Academy

    Solidity Academy

  • Chain

    Chain

  • SlowMist

    SlowMist

  • Pavle Marinkovic

    Pavle Marinkovic

  • Etherisc

    Etherisc

See all (134)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams