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 41

    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

    Solidity – Restricted Access

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

    This topic is about Solidity - Restricted Access. Restricted Access to a Contract is a common practice. By Default, a contract state is read-only unless it is specified as public.…

    Continue ReadingSolidity – Restricted Access

    Solidity – Withdrawal Pattern

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

    This topic is about Solidity - Withdrawal Pattern. Withdrawal pattern ensures that direct transfer call is not made which poses a security threat. Following contract is showing the insecure use…

    Continue ReadingSolidity – Withdrawal Pattern

    Solidity – Cryptographic Functions

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

    This toppic is about Solidity - Cryptographic Functions. Solidity provides inbuilt cryptographic functions as well. Following are important methods − keccak256(bytes memory) returns (bytes32) − computes the Keccak-256 hash of the…

    Continue ReadingSolidity – Cryptographic Functions

    Solidity – Pure Functions

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

    This topic is about Solidity - Pure Functions. Pure functions ensure that they not read or modify the state. A function can be declared as pure. The following statements if present…

    Continue ReadingSolidity – Pure Functions

    Solidity – Mathematical Functions

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

    Solidity provides inbuilt mathematical functions as well. Following are heavily used methods − addmod(uint x, uint y, uint k) returns (uint) − computes (x + y) % k where the addition…

    Continue ReadingSolidity – Mathematical Functions

    Solidity – Function Overloading

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

    This topic is about Solidity - Function Overloading. You can have multiple definitions for the same function name in the same scope. The definition of the function must differ from…

    Continue ReadingSolidity – Function Overloading

    Solidity – Fallback Function

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

    This topic is about Solidity - Fallback Function. Fallback function is a special function available to a contract. It has following features − It is called when a non-existent function…

    Continue ReadingSolidity – Fallback Function

    Solidity – View Functions

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

    This topic is about Solidity - View Functions. View functions ensure that they will not modify the state. A function can be declared as view. The following statements if present in…

    Continue ReadingSolidity – View Functions
    • Go to the previous page
    • 1
    • …
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • 44
    • …
    • 157
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP