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>
    3. Page 3

    Solidity – Style Guide

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

    This topic is about Solidity - Style Guide. Style Guide helps to maintain code layout consistent and make code more readable. Following are the best practices following while writing contracts…

    Continue ReadingSolidity – Style Guide

    Solidity – Special Variables

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

    This topic is about Solidity - Special Variables. Special variables are globally available variables and provides information about the blockchain. Following is the list of special variables − Sr.No.Special Variable…

    Continue ReadingSolidity – Special Variables

    Solidity – Ether Units

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

    This topic is about Solidity - Ether Units. In solidity we can use wei, finney, szabo or ether as a suffix to a literal to be used to convert various…

    Continue ReadingSolidity – Ether Units

    Solidity – Conversions

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

    This topic is about Solidity - Conversions. Solidity allows implicit as well as explicit conversion. Solidity compiler allows implicit conversion between two data types provided no implicit conversion is possible…

    Continue ReadingSolidity – Conversions

    Solidity – Mapping

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

    This topic is about Solidity - Mapping. Mapping is a reference type as arrays and structs. Following is the syntax to declare a mapping type. mapping(_KeyType => _ValueType) Where _KeyType −…

    Continue ReadingSolidity – Mapping

    Solidity – Structs

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

    This topic is about Solidity - Structs. Struct types are used to represent a record. Suppose you want to keep track of your books in a library. You might want…

    Continue ReadingSolidity – Structs

    Solidity – Enums

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

    This topic is about Solidity - Enums. Enums restrict a variable to have one of only a few predefined values. The values in this enumerated list are called enums. With…

    Continue ReadingSolidity – Enums

    Solidity – Arrays

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

    This topic is about Solidity - Arrays. Array is a data structure, which stores a fixed-size sequential collection of elements of the same type. An array is used to store…

    Continue ReadingSolidity – Arrays

    Solidity – Strings

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

    This topic is about Solidity - Strings. Solidity supports String literal using both double quote (") and single quote ('). It provides string as a data type to declare a…

    Continue ReadingSolidity – Strings

    Solidity – if…else if… statement.

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

    this topic is about Solidity - if...else if... statement. The if...else if... statement is an advanced form of if...else that allows Solidity to make a correct decision out of several conditions. Syntax The syntax…

    Continue ReadingSolidity – if…else if… statement.
    • Go to the previous page
    • 1
    • 2
    • 3
    • 4
    • 5
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP