IFluidWalletFactory

walletImplementation

function walletImplementation() external returns (address)

FluidWallet

Proxy for Fluid wallet as deployed by the FluidWalletFactory. Basic Proxy with fallback to delegate and address for implementation contract at storage 0x0

FACTORY

contract IFluidWalletFactory FACTORY

Fluid Wallet Factory address.

owner

address owner

Owner of the wallet.

initialize

function initialize(address owner_) public

constructor

constructor(address factory_) public

receive

receive() external payable

fallback

fallback() external payable