Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Solidity

    1. Home>
    2. Solidity

    Solidity – Error Handling

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Solidity
    • Post comments:1 Comment

    This topic is about Solidity - Error Handling. Solidity provides various functions for error handling. Generally when an error occurs, the state is reverted back to its original state. Other…

    Continue ReadingSolidity – Error Handling

    Solidity – Events

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Solidity
    • Post comments:1 Comment

    This topic is about Solidity - Events. Event is an inheritable member of a contract. An event is emitted, it stores the arguments passed in transaction logs. These logs are…

    Continue ReadingSolidity – Events

    Solidity – For Loop

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:3 Comments

    This topic is about Solidity - For Loop. The for loop is the most compact form of looping. It includes the following three important parts − The loop initialization where we initialize our counter…

    Continue ReadingSolidity – For Loop

    Solidity – Assembly

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:5 Comments

    Solidity provides an option to use assembly language to write inline assembly within Solidity source code. We can also write a standalone assembly code which then be converted to bytecode.…

    Continue ReadingSolidity – Assembly

    Solidity – Libraries

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:1 Comment

    this topic is about Solidity - Libraries. Libraries are similar to Contracts but are mainly intended for reuse. A Library contains functions which other contracts can call. Solidity have certain…

    Continue ReadingSolidity – Libraries

    Solidity – Interfaces

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:2 Comments

    This topic is about Solidity - Interfaces. Interfaces are similar to abstract contracts and are created using interface keyword. Following are the key characteristics of an interface. Interface can not have any…

    Continue ReadingSolidity – Interfaces

    Solidity – Abstract Contracts

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:2 Comments

    This topic is about Solidity - Abstract Contracts. Abstract Contract is one which contains at least one function without any implementation. Such a contract is used as a base contract.…

    Continue ReadingSolidity – Abstract Contracts

    Solidity – Constructors

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:1 Comment

    This topic is about Solidity - Constructors. Constructor is a special function declared using constructor keyword. It is an optional funtion and is used to initialize state variables of a contract. Following…

    Continue ReadingSolidity – Constructors

    Solidity – Inheritance

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:1 Comment

    This topic is about Solidity - Inheritance. Inheritance is a way to extend functionality of a contract. Solidity supports both single as well as multiple inheritance. Following are the key…

    Continue ReadingSolidity – Inheritance

    Solidity – Contracts

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:1 Comment

    This topic is about Solidity - Contracts. Contract in Solidity is similar to a Class in C++. A Contract have following properties. Constructor − A special function declared with constructor keyword…

    Continue ReadingSolidity – Contracts
    • 1
    • 2
    • 3
    • 4
    • 5
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP