FluidWalletErrorsAndEvents ​
Events ​
Executed ​
solidity
event Executed(address indexed owner, uint256 indexed tokenId);ExecutedCast ​
solidity
event ExecutedCast(address indexed owner);Errors ​
FluidWallet__NotAllowed ​
solidity
error FluidWallet__NotAllowed();FluidWallet__ToHexDigit ​
solidity
error FluidWallet__ToHexDigit();FluidWallet__Unauthorized ​
solidity
error FluidWallet__Unauthorized();Structs ​
Action ​
solidity
struct Action {
address target;
bytes data;
uint256 value;
uint8 operation;
}
