PinnedGas Limit DoS Attack Due to Unbounded Operations.Gas Used since london.Oct 21, 2024Oct 21, 2024
PinnedHow Does Multi-Party Computation Affect Web3 Security?Incidents of compromised private keys, unauthorized access to sensitive information, and the relentless targeting of centralized points of…Sep 6, 2024Sep 6, 2024
PinnedMutexes and their Proper Usage Against ReentrancyAttack.A mutex (short for mutual exclusion) is a programming pattern used to prevent multiple parts of a contract from accessing the same resource…Jul 3, 2024Jul 3, 2024
PinnedPublished inBlock MagnatesHow To Mitigate Share Inflation Vulnerabilities of ERC-4626 Compliant Vault Contracts.Attackers target the Erc-4626 token vault standard to exploit the vault’s share and cause depositors to lose their deposits.Apr 5, 2024Apr 5, 2024
PinnedPublished inCoinmonksWill ERC-4337 Standard Displace More CEx With More DEx?The account abstraction standard tends to solve the same problem as Centralized exchanges & the difficulties associated with DExs.Apr 28, 20231Apr 28, 20231
The Reentrancy Attack Patterns — For Solidity Smart Contract.This article will guide you on how to spot the most unlikely but Severe reentrency vulnerabilities.Nov 7, 2024Nov 7, 2024
Critical Low-Level Call Behavior You Must Know — Solidity.Low-level contract calls contrast high-level contract calls in aspects such as automatic type checking, function signatures, and return…Oct 28, 2024Oct 28, 2024
Problem with Payable functions using delegatecall inside a loop.Delegatecall is a low-level function that allows one contract (the “caller” contract) to execute logic from another contract (the “callee”…Oct 26, 2024Oct 26, 2024
How Ethereum Distributed Validator Technology (DVT) works.The Ethereum Distributed Validator Technology (DVT) emerged as a response to the growing challenges and risks associated with traditional…Sep 6, 2024Sep 6, 2024
Fixed Point Arithmetic in SolidityHow does a decimal number or a float work when only integers are allowed in solidity?Jul 12, 2024Jul 12, 2024