Skip to content

FluidWalletVariables ​

Git Source

Constants ​

VERSION ​

| | Constants/Immutables | |__________________________________

solidity
string public constant VERSION = "1.1.1"

ETH_ADDRESS ​

solidity
address public constant ETH_ADDRESS = 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE

X32 ​

solidity
uint256 internal constant X32 = 0xffffffff

VAULT_FACTORY ​

solidity
address public immutable VAULT_FACTORY

FLUID_WALLET_FACTORY ​

solidity
address public immutable FLUID_WALLET_FACTORY

State Variables ​

owner ​

| | Slot 0 | |__________________________________

owner address of this wallet. It is initialized while deploying the wallet for the user.

solidity
address public owner

_transientAllowHash ​

| | Slot 1 | |__________________________________

transient allow hash used to signal allowing certain entry into methods such as executeOperation etc.

solidity
bytes32 internal _transientAllowHash

Functions ​

_resetTransientStorage ​

solidity
function _resetTransientStorage() internal;