Skip to content

Instantly share code, notes, and snippets.

View kaliDefi's full-sized avatar
🏠
Working from home

kaliDefi

🏠
Working from home
View GitHub Profile
@pcaversaccio
pcaversaccio / ReturnBombExample.sol
Last active January 7, 2025 16:03
This is a returnbomb attack example.
// SPDX-License-Identifier: MIT
pragma solidity 0.8.19;
/**
* @title Returnbomb attack example
* @author pcaversaccio
*/
contract Evil {
uint256 public counter;