Skip to content
  • Home
  • About
  • Privacy Policy
  • Home
  • About
  • Privacy Policy
Pentest Diaries Security Alive
Pentest Diaries Security Alive
  • About
  • Privacy Policy
  • Home
Solidity Series

Solidity Programming Language – Send, Transfer & Call Function

saksham dixitFeb 15, 2024Feb 15, 2024
In Solidity, there are several ways to send ether from one address to another, each with its own characteristics and...
Read More
Solidity Series

Solidity Programming Language – Fallback & Receive

saksham dixitFeb 14, 2024Feb 13, 2024
In Solidity, “fallback” and “receive” are special functions related to the handling of ether transactions in smart contracts. Fallback Function:...
Read More
Solidity Series

Solidity Programming Language – Parameter Passing to different Parent Constructor in Multiple Inheritance

attackerFeb 13, 2024Feb 12, 2024
In Solidity, when dealing with multiple inheritance, you can pass parameters to parent constructors by specifying them in the derived...
Read More
Solidity Series

Solidity Programming Language – Revert and Assert

saksham dixitFeb 12, 2024Feb 12, 2024
Mainly used for error handling. In Solidity, revert and assert are two mechanisms used for handling errors and unexpected conditions...
Read More
Solidity Series

Solidity Programming Language – Payable

saksham dixitFeb 11, 2024Feb 11, 2024
In Solidity, the payable modifier is used to indicate that a function can receive ether (the cryptocurrency used on the...
Read More
Solidity Series

Solidity Programming Language – Inbuilt Cryptographic Hash Function – Keccak256, Sha256, Ripemd160

saksham dixitFeb 10, 2024Feb 8, 2024
In Solidity, a programming language commonly used for writing smart contracts on the Ethereum blockchain, you can use cryptographic hash...
Read More
Solidity Series

Solidity Programming Language – Requires

saksham dixitFeb 9, 2024Feb 8, 20241 Comment on Solidity Programming Language – Requires
In Solidity, the require statement is a powerful tool used to validate conditions and ensure that certain requirements are met...
Read More
Solidity Series

Solidity Programming Language – Immutability

saksham dixitFeb 8, 2024Feb 7, 2024
In Solidity, the immutable keyword is used to declare state variables whose values cannot be changed after they are initialized....
Read More
Solidity Series

Solidity Programming Language – Overriding Parent Function in Multiple Inheritance

saksham dixitFeb 7, 2024Feb 7, 2024
In Solidity, when you have multiple inheritance and two or more parent contracts define a function with the same name...
Read More
Solidity Series

Solidity Programming Language – Events

saksham dixitFeb 6, 2024Feb 6, 2024
In Solidity, events are a way to emit information from a smart contract that can be captured by external applications...
Read More
1112131415

Recent Posts

  • WHAT ARE NPUs AI Processor CPU Vs GPU Vs NPU
  • Yup! AI & The Bots Are Already Taking Our Jobs! Here’s One Thing We Can Do About That
  • DDOS – The Unbeatable Cyber Attack system
  • Avoid these Risky Mistakes in Blockchain Coding
  • What is Zero Day Attack? How to prevent?

Recent Comments

  1. movie21k on Massive Microsoft Worldwide Outage Disrupts Flights, Markets, and Stock; | Blue Screen of Death
  2. Plentiful Treasure Slot Game on Massive Microsoft Worldwide Outage Disrupts Flights, Markets, and Stock; | Blue Screen of Death
  3. Shavonne Escobar on Lazy Programming Series – Seek() & tell() method & With Block to open python files
  4. Brigitte Denesik on Lazy Programming Series – List & Dictionary
  5. Marley Hermann on Hack The Box – Breadcrumbs

Archives

  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • March 2024
  • February 2024
  • January 2024
  • November 2023
  • September 2023
  • August 2023

Categories

  • Creative ideas
  • Docker & Container Security
  • Hack_The_Box_Writeups
  • Knowledge Share
  • Lazy Programming Series
  • Outage
  • Pentesting Technique
  • Short Blockchain Post
  • Solidity Series
  • WMI – Red & Blue Team