💯
Percent Commitment
Highlights
- 🔭 I'm currently working onwhat's next.
- 🔧 My day (and sometimes night) job is to help safeguard the Ethereum ecosystem.
- ➕ Previously, I foundedDAITA Technologies, a Swiss-based startup specialising in transforming raw data into AI-ready data sets at scale, andAlethena, a company pioneering Ethereum-based tokenised shares and their trading via an automated market maker in Switzerland.
- 🎓 I hold a Master's degree inQuantitative Finance from the Swiss Federal Institute of Technology Zurich (ETH Zurich).
- ❤️ Generally, I'm truly passionate aboutMachine/Deep Learning, Computer Vision, Ethereum Smart Contracts, Bitcoin, and OSS Engineering.
- 📫 How to reach me:pascal.caversaccio@hotmail.ch.
- 🌱 I'm currently learning not to go insane – broadly speaking.
- 💬 Ask me about anything – maybe I can help you; most likely not.
- ⚡ Fun fact: It took less code to send a man to the moon than to run a smartphone.
- xdeployer – AHardhat plugin to deploy your smart contracts across multiple Ethereum Virtual Machine (EVM) chains with the same deterministic address.
- 🐍 snekmate – State-of-the-art, highly opinionated, hyper-optimised, and secure 🐍Vyper smart contract building blocks.
- ⚔️ A Historical Collection of Reentrancy Attacks – A chronological and (hopefully) complete list of reentrancy attacks to date.
- Batch Distributor – Helper smart contract for batch sending both native and ERC-20 tokens.
CREATE2
Deployer – Helper smart contract to make easier and safer usage of theCREATE2
EVM opcode.CreateX
– A Trustless, Universal Contract Deployer – Factory smart contract to make easier and safer usage of theCREATE
andCREATE2
EVM opcodes as well as ofCREATE3
-based (i.e. without an initcode factor) contract creations.- Fully-Fledged Hardhat Project Template – A fully-fledged Hardhat project template based on TypeScript.
- Safe Multisig Transaction Hashes – This Bash script calculates the Safe transaction hashes by retrieving transaction details from the Safe transaction service API and computing both the domain and message hashes using the EIP-712 standard.
- 🕵️♂️ TORN Detector – Detect if a contract has been deployed in the latest (or predefined) block from an address that was previously funded throughTornado.Cash.
- White Hat Frontrunning – White hat frontrunning script to outpace hackers and secure funds from compromised wallets.
- 📊 Dune Dashboards:
- 📝 Articles:
- 🧠 EIPs:
PinnedLoading
- reentrancy-attacks
reentrancy-attacks PublicA chronological and (hopefully) complete list of reentrancy attacks to date.
- create2deployer
create2deployer PublicHelper smart contract to make easier and safer usage of the `CREATE2` EVM opcode.
- safe-tx-hashes-util
safe-tx-hashes-util PublicThis Bash script calculates the Safe transaction hashes by retrieving transaction details from the Safe transaction service API and computing both the domain and message hashes using the EIP-712 st…
Something went wrong, please refresh the page to try again.
If the problem persists, check theGitHub status page orcontact support.
If the problem persists, check theGitHub status page orcontact support.