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 – Fixed Sized Array

saksham dixitJan 26, 2024Jan 26, 2024
fixed-size arrays are arrays with a predefined and fixed number of elements. These arrays have a specific size that is...
Read More
Solidity Series

Solidity Programming Language – Overflow

saksham dixitJan 25, 2024Jan 24, 2024
CVE-2018-10299 In simple language, an overflow is when a number gets incremented above its maximum value. Solidity can handle up...
Read More
Solidity Series

Solidity Programming Language – Continue and Break Statement

saksham dixitJan 24, 2024Jan 23, 2024
We can use continue and break statements within loops to control the flow of execution. Continue: Break: Both continue and...
Read More
Solidity Series

Solidity Programming Language – Loops (For, While, Do-While)

saksham dixitJan 23, 2024Jan 22, 2024
In Solidity, loops are used to repeat a set of instructions multiple times. There are two main types of loops...
Read More
Solidity Series

Solidity Programming Language – Ternary Operator

saksham dixitJan 22, 2024Jan 20, 20241 Comment on Solidity Programming Language – Ternary Operator
In Solidity, the ternary operator is used to write concise conditional statements. Use Case: Here’s an example to illustrate its...
Read More
Solidity Series

Solidity Programming Language – If-else

saksham dixitJan 21, 2024Jan 20, 2024
In Solidity, if-else statement for conditional execution of code. Here’s a basic example: In this example, the checkNumber function takes...
Read More
Solidity Series

Solidity Programming Language – Constructor

saksham dixitJan 20, 2024Jan 19, 2024
At the time when the smart contract is executed -> constructor is the 1st one that is executed. In 1...
Read More
Solidity Series

Solidity Programming Language – Functions | Getter and Setter Function

saksham dixitJan 19, 2024Jan 18, 2024
In Solidity, a programming language for developing smart contracts on the Ethereum blockchain, getter and setter functions are commonly used...
Read More
Solidity Series

Solidity Programming Language – Strings, Default Value & Constants

saksham dixitJan 18, 2024Jan 17, 2024
Strings: String by default store on blockchain. When we are using a string in the function we need to use...
Read More
Solidity Series

Solidity Programming Language -Pure , View & Simple Function

saksham dixitJan 17, 2024Jan 16, 2024
View: Read is allowed but right is not allowed. Pure: Read and Write is not allowed for state variables only...
Read More
1314151617

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