Functions§
- make_
beacon_ proxy - Make beacon proxy that calls “implementation()(address)” on a hardcoded beacon address to get the logic address to delegate to.
- make_
beacon_ sel_ proxy - Create a proxy that calls “implementation(bytes4)” on the beacon given to figure out where to delegatecall its calldata to.
- make_
eip1967_ proxy - Make a EIP1967 proxy that reads from the standard storage slot.
- make_
minimal_ proxy - make_
multi3_ proxy - make_
upgradeable_ beacon_ proxy - Make a beacon proxy that loads from the beacon slot to get the “implementation()(address)” to get the logic address to delegate to.