Burn module for burning tokens and keeping track of burnt amounts (MockRedemptionManager.sol)
Last updated
Was this helpful?
Last updated
Was this helpful?
View Source:
↗ Extends:
MockRedemptionManager
Constants & Variables
Events
Constructor
Arguments
Name
Type
Description
_securityToken
address
Address of the security token
_polyToken
address
Transfers tokens to Module to burn
Arguments
Name
Type
Description
_value
uint256
The number of tokens to redeem
Used to redeem tokens by the module
Arguments
Name
Type
Description
_value
uint256
The number of tokens to redeem
To redeem tokens and track redemptions
Arguments
Name
Type
Description
_value
uint256
The number of tokens to redeem
_partition
bytes32
Partition from which balance will be deducted
_data
bytes
Extra data parmeter pass to do some offchain operation
To redeem tokens and track redemptions
Arguments
Name
Type
Description
_value
uint256
The number of tokens to redeem
_partition
bytes32
Partition from which balance will be deducted
_data
bytes
Extra data parmeter pass to do some offchain operation
_operatorData
bytes
Data to log the operator call
Arguments
Name
Type
Description
_value
uint256
_partition
bytes32
_data
bytes
_operatorData
bytes