Contract used to store layout for the ManualApprovalTransferManager storage (ManualApprovalTransferM
View Source: contracts/modules/TransferManager/MATM/ManualApprovalTransferManagerStorage.sol
↘ Derived Contracts: ManualApprovalTransferManager, ManualApprovalTransferManagerProxy
ManualApprovalTransferManagerStorage
Structs
ManualApproval
struct ManualApproval {
address from,
address to,
uint256 initialAllowance,
uint256 allowance,
uint256 expiryTime,
bytes32 description
}
Contract Members
Constants & Variables
mapping(address => mapping(address => uint256)) public approvalIndex;
struct ManualApprovalTransferManagerStorage.ManualApproval[] public approvals;
Functions
PreviousInterface that every module contract should implement (IModule.sol)NextElliptic curve signature operations (ECDSA.sol)
Last updated
Was this helpful?