RigoblockPoolProxy
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;
}Last updated