Test Your Tests!
Oct 20, 2023
Writeup of the talks given at TrustX & Solidity Summit at Devconnect in Istanbul.
UniswapV3
Apr 5, 2023
Notes on UniswapV3
An Introduction to Mathematical Cryptography
Mar 9, 2023
Notes taken from "An Introduction to Mathematical Cryptography - Hoffstein"
A Guide on Performing Arithmetic Checks in the EVM
Feb 19, 2023
A post that features the many ways that arithmetic checks can be performed in the EVM.
Clones With Immutable Args
Oct 23, 2022
Clones with immutable args aim to save gas by avoiding storage reads and writes.
ABI-Decoding Calldata
Oct 22, 2022
Abi-decode directly in calldata without using memory.
Haki/Sekira Contract Audit
Jun 21, 2022
Cryptographic Hashing Functions
May 12, 2022
Using secure hashing functions allows you to save on gas by passing information as call data instead of reading it from the chain.
ERC721M
Mar 21, 2022
The development on MadMouse began back in November. Our goal was to include a bunch of features alongside staking without compromising on gas costs.
Underhanded Solidity Contest
Mar 15, 2022
The 2022 Underhanded Solidity Contest submissions are coming up.
Counter-Attack to the Attack
Mar 12, 2022
My last bug report on an exploit that allowed unlimited minting had me thinking about counter-measures to an attack.
Bug Report
Mar 12, 2022
There's a bug that seems to occur fairly frequently in the NFT projects venturing into the DeFi-space.
ABI Playground
Mar 9, 2022
A tool for quickly interacting with deployed contracts. No ABI needed!
SolDisc.sol
Mar 6, 2022
DisqusJS? Facebook Comments? You might as well be serving the devil directly. Learn to code your on-chain commenting-system using blockchain!