Holds the storage variable for the DividendCheckpoint modules (i.e ERC20, Ether) (DividendCheckpoint
Structs
Dividend
struct Dividend {
uint256 checkpointId,
uint256 created,
uint256 maturity,
uint256 expiry,
uint256 amount,
uint256 claimedAmount,
uint256 totalSupply,
bool reclaimed,
uint256 totalWithheld,
uint256 totalWithheldWithdrawn,
mapping(address => bool) claimed,
mapping(address => bool) dividendExcluded,
mapping(address => uint256) withheld,
bytes32 name
}Contract Members
Functions
PreviousCountTransferManager module Proxy (LockUpTransferManagerProxy.sol)NextFactory for deploying DummySTO module (DummySTOFactory.sol)
Last updated
Was this helpful?