Burn module for burning tokens and keeping track of burnt amounts (TrackedRedemption.sol)
Contract Members
mapping(address => uint256) internal redeemedTokens;event Redeemed(address _investor, uint256 _value);Functions
function (address _securityToken, address _polyToken) public nonpayable ModulegetInitFunction
redeemTokens
getPermissions
PreviousContract used to store layout for the DummySTO storage (DummySTOStorage.sol)NextInterface that every module contract should implement (IModule.sol)
Last updated
Was this helpful?