Interface to be implemented by all Transfer Manager modules (ITransferManager.sol)
PreviousCheckpoint module for issuing ERC20 dividends (ERC20DividendCheckpoint.sol)NextStableOracle.sol
Last updated
Was this helpful?
Last updated
Was this helpful?
View Source:
↘ Derived Contracts:
ITransferManager
Enums
Determines if the transfer between these two accounts can happen
Arguments
Name
Type
Description
_from
address
_to
address
_amount
uint256
_data
bytes
Arguments
Name
Type
Description
_from
address
_to
address
_amount
uint256
_data
bytes
return the amount of tokens for a given user as per the partition
Arguments
Name
Type
Description
_partition
bytes32
Identifier
_tokenHolder
address
Whom token amount need to query
_additionalBalance
uint256
It is the _value
that transfer during transfer/transferFrom function call
⤿ Overridden Implementation(s): ,,,,,,,,,
⤿ Overridden Implementation(s): ,,,,,,,,,
⤿ Overridden Implementation(s): ,,,,