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 – Inheritance

saksham dixitFeb 5, 2024Feb 5, 2024
Inheritance in Solidity is a way to structure and organize smart contract code by allowing one contract to inherit properties...
Read More
Solidity Series

Solidity Programming Language – Contract Balance Update

saksham dixitFeb 4, 2024Feb 4, 2024
In Solidity, the contract balance refers to the amount of Ether (ETH) that is currently held by a smart contract....
Read More
Solidity Series

Solidity Programming Language – Structure

saksham dixitFeb 3, 2024Feb 1, 20241 Comment on Solidity Programming Language – Structure
In Solidity, a struct is a user-defined data structure that allows you to group together different data types under a...
Read More
Solidity Series

Solidity Programming Language – Storage vs Memory

saksham dixitFeb 2, 2024Feb 1, 20241 Comment on Solidity Programming Language – Storage vs Memory
In Solidity, as well as in many programming languages, the terms “storage” and “memory” refer to different types of data...
Read More
Solidity Series

Solidity Programming Language – Mapping

saksham dixitFeb 1, 2024Feb 1, 2024
In Solidity, mapping is a data structure used to store key-value pairs, somewhat similar to dictionaries or hash maps in...
Read More
Solidity Series

Solidity Programming Language – Enum

saksham dixitJan 31, 2024Jan 30, 2024
Enum, or enumerations, in Solidity are a way to create a user-defined data type with a finite set of possible...
Read More
Solidity Series

Solidity Programming Language – Bool Data Type

saksham dixitJan 30, 2024Jan 28, 2024
In Solidity, the bool data type is used to represent boolean values, which can have one of two possible states:...
Read More
Solidity Series

Solidity Programming Language – Bytes Dynamic Sized Array

saksham dixitJan 29, 2024Jan 28, 20243 Comments on Solidity Programming Language – Bytes Dynamic Sized Array
In Solidity, you can use a dynamic array of bytes, which is essentially a bytes array. Unlike fixed-size arrays, dynamic...
Read More
Solidity Series

Solidity Programming Language – Bytes Fixed Sized Array

saksham dixitJan 28, 2024Jan 28, 2024
1 byte = 8 bit 1 hexadecimal = 4 bit 1 byte = 2 hex Everything that will be stored...
Read More
Solidity Series

Solidity Programming Language – Dynamic Sized Array

saksham dixitJan 27, 2024Jan 26, 2024
In Solidity, if you want an array whose size can change dynamically during execution, you should use a data structure...
Read More
1213141516

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