Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Project
1k+ articles
Flutter
710+ articles
Blockchain
420+ articles
Solidity-Basics
31 articles
Cryptocurrency
24 articles
Solidity Control-Flow
8 articles
Smart Contracts
8 articles
Solidity-Functions
5 articles
Solidity OOPs-Concepts
4 articles
Solidity-Arrays
2 articles
Programming Language
>
Solidity
Solidity
99 posts
Popular Articles
Recent Articles
Flutter and Blockchain - Hello World Dapp
Last Updated: 11 May 2022
This tutorial will take you through the process of building your first mobile dapp - Hello World Dapp!This tutorial is meant for those with
...read more
Dart
Solidity
Flutter
Blockchain
Storage vs Memory in Solidity
Last Updated: 11 May 2022
Storage and Memory keywords in Solidity are analogous to Computer's hard drive and Computer's RAM. Much like RAM, Memory in Solidity is a te
...read more
Solidity
Blockchain
Solidity - Fall Back Function
Last Updated: 06 March 2023
The solidity fallback function is executed if none of the other functions match the function identifier or no data was provided with the fun
...read more
Solidity
Solidity-Functions
Blockchain
Similar Topics
Project
1k+ articles
Flutter
710+ articles
Blockchain
420+ articles
Solidity-Basics
31+ articles
Cryptocurrency
24+ articles
Solidity Control-Flow
8+ articles
Smart Contracts
8+ articles
Solidity-Functions
5+ articles
Solidity OOPs-Concepts
4+ articles
Solidity-Arrays
2+ articles
Mathematical Operations in Solidity
Last Updated: 10 November 2022
Solidity is a brand-new programming language created by the Ethereum which is the second-largest market of cryptocurrency by capitalization,
...read more
Solidity
Solidity-Basics
Blockchain
Introduction to Solidity
Last Updated: 24 February 2023
Solidity is a brand-new programming language created by Ethereum which is the second-largest market of cryptocurrency by capitalization, rel
...read more
Solidity
Solidity-Basics
Blockchain
Solidity - Inheritance
Last Updated: 11 May 2022
Inheritance is one of the most important features of the object-oriented programming language. It is a way of extending the functionality of
...read more
Solidity OOPs-Concepts
Solidity
Blockchain
Solidity - Mappings
Last Updated: 14 February 2023
Mapping in Solidity acts like a hash table or dictionary in any other language. These are used to store the data in the form of key-value pa
...read more
Solidity
Blockchain
Creating a Smart Contract that Returns Address and Balance of Owner using Solidity
Last Updated: 11 May 2022
Problem: Create a smart contract named MyContract having a state variable as owner. Create a constructor to fetch the address of the owner f
...read more
Solidity
Blockchain
Solidity - Constructors
Last Updated: 11 May 2022
A constructor is a special method in any object-oriented programming language which gets called whenever an object of a class is initialized
...read more
Solidity
Blockchain
Solidity - Types
Last Updated: 21 April 2025
Solidity is a statically typed language, which implies that the type of each of the variables should be specified. Data types allow the comp
...read more
Solidity
Solidity-Basics
Blockchain
Solidity - Enums and Structs
Last Updated: 08 June 2022
Enums are the way of creating user-defined data types, it is usually used to provide names for integral constants which makes the contract b
...read more
Solidity
Blockchain
Solidity - View and Pure Functions
Last Updated: 17 February 2023
The view functions are read-only function, which ensures that state variables cannot be modified after calling them. If the statements which
...read more
Solidity
Solidity-Functions
Blockchain
Steps to Execute Solidity Smart Contract using Remix IDE
Last Updated: 17 February 2023
Remix IDE is generally used to compile and run Solidity smart contracts. Below are the steps for the compilation, execution, and debugging o
...read more
Solidity
Blockchain
Solidity - Operators
Last Updated: 11 May 2022
In any programming language, operators play a vital role i.e. they create a foundation for the programming. Similarly, the functionality of
...read more
Solidity
Solidity-Basics
Blockchain
Solidity - Arrays
Last Updated: 29 April 2023
Arrays are data structures that store the fixed collection of elements of the same data types in which each and every element has a specific
...read more
Solidity
Solidity-Arrays
Blockchain
1
2
3
4
5
6
7
>>
Last
1
2
3
4
5
6
>>
Last
1
2
3
4
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !