proxy docs
Last updated
bytes32 _IMPLEMENTATION_SLOTconstructor() public payableSets address of implementation contract.
fallback() external payableFallback function forwards all transactions and returns all received return data.
struct ImplementationSlot {
address implementation;
}Method to read/write from/to implementation slot.
s
struct RigoblockPoolProxy.ImplementationSlot
Storage slot of the pool implementation.
Last updated
function getImplementation() private pure returns (struct RigoblockPoolProxy.ImplementationSlot s)