top of page
Shane Duncan
Apr 25, 20245 min read
Solidity Functions — Everything You Need to Know About Modifiers
function (<parameter types>) {internal|external|public|private} [pure|constant|view|payable] [(modifiers)] [returns (<return types>)]...
Shane Duncan
Nov 4, 20225 min read
Solidity Functions — Everything You Need to Know About Types
As we venture forward on our mission to learn Solidity, we must again clarify an important concept: Function Types. Sometimes referred to as
Shane Duncan
Oct 10, 20224 min read
Solidity Functions — Everything You Need To Know About Visibility
Smart contracts are widely considered to be the future of decentralized finance. Their potential use cases include trading, investing, lendi
Alex Port
Apr 7, 20226 min read
Mixing Constant Sum and Constant Product Market Makers
The rise of Automated Market Makers (AMMs) in the decentralized finance setting is indicative of the value of such markets. Two popular form
Neel Tiruviluamala
Mar 22, 20229 min read
Impermanent Loss and Exchange Rate Level Independence in AMMs
Introduction Impermanent loss for automated market makers is a risk characteristic of AMMs that liquidity providers have to consider when...
bottom of page