Workshop Recap: Managing Smart Contract Upgrades
Upgradeable contracts allow us to alter a smart contract to fix a bug, add additional features, or...
Upgradeable contracts allow us to alter a smart contract to fix a bug, add additional features, or...
Access control—that is, “who is allowed to do this thing”—is incredibly important in the world of...
In this audit we are taking an iterative approach where we will review individual pull requests as...
The Graph team found an edge case condition in which the amount of accumulated rewards retrieved...
Contracts Wizard is an interface to interactively build a contract out of components from...
After auditing the first version of the protocol, the Empty Set Squad team asked us to audit their...
Holdefi is a lending platform where users can hold their assets and earn interest or borrow tokens...
Due to the new built-in overflow checks in Solidity 0.8, which mark the end of the `SafeMath` era,...
After a seventh phase of auditing, the cLabs team asked us to review and audit the recent changes...
Best practice for securing admin accounts is to use a multisig (short for multi-signature wallet)....
Break down of the bytecode and assembly code used by GST2 (Gas Token 2) in order to understand how...
The DeFi space, and recently the NFT space, have continued to see a variety of exploits and even...