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 2

    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

    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
    • Go to the previous page
    • 1
    • 2
    • 3
    • 4
    • 5
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP