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
  • Author: S J

    This author has written 1561 articles
    1. Home>
    2. S J>
    3. Page 42

    Solidity – Function Modifiers

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

    This topic is about Solidity - Function Modifiers. Function Modifiers are used to modify the behaviour of a function. For example to add a prerequisite to a function. First we…

    Continue ReadingSolidity – Function Modifiers

    Solidity – Functions

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

    This topic is about Solidity - Functions. A function is a group of reusable code which can be called anywhere in your program. This eliminates the need of writing the…

    Continue ReadingSolidity – Functions

    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
    • Go to the previous page
    • 1
    • …
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • 45
    • …
    • 157
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP