FluidWallet ​
Proxy for Fluid wallet as deployed by the FluidWalletFactory. Basic Proxy with fallback to delegate and address for implementation contract at storage 0x0
State Variables ​
FACTORY ​
Fluid Wallet Factory address.
solidity
IFluidWalletFactory public immutable FACTORY;owner ​
Owner of the wallet.
solidity
address public owner;Functions ​
initialize ​
solidity
function initialize(address owner_) public;constructor ​
solidity
constructor(address factory_);receive ​
solidity
receive() external payable;fallback ​
solidity
fallback() external payable;
