Interface to be implemented by all Transfer Manager modules (ITransferManager.sol)
Result
enum Result {
INVALID,
NA,
VALID,
FORCE_VALID
}Functions
executeTransfer
verifyTransfer
getTokensByPartition
PreviousCheckpoint module for issuing ERC20 dividends (ERC20DividendCheckpoint.sol)NextStableOracle.sol
Last updated
Was this helpful?