Burn module for burning tokens and keeping track of burnt amounts (ScheduledCheckpoint.sol)
Last updated
Was this helpful?
Last updated
Was this helpful?
View Source:
↗ Extends: ,
ScheduledCheckpoint
Enums
Constants & Variables
Events
Constructor
Arguments
Name
Type
Description
_securityToken
address
Address of the security token
_polyToken
address
This function returns the signature of configure function
Arguments
Name
Type
Description
adds a new schedule for checkpoints
Arguments
Name
Type
Description
_name
bytes32
name of the new schedule (must be unused)
_startTime
uint256
start time of the schedule (first checkpoint)
_interval
uint256
interval at which checkpoints should be created
_timeUnit
enum ScheduledCheckpoint.TimeUnit
unit of time at which checkpoints should be created
removes a schedule for checkpoints
Arguments
Name
Type
Description
_name
bytes32
name of the schedule to be removed
Used to create checkpoints that correctly reflect balances
Returns
always returns Result.NA
Arguments
Name
Type
Description
address
address
uint256
bytes
Used to create checkpoints that correctly reflect balances
Returns
always returns Result.NA
Arguments
Name
Type
Description
address
address
uint256
bytes
gets schedule details
Arguments
Name
Type
Description
_name
bytes32
name of the schedule
manually triggers update outside of transfer request for named schedule (can be used to reduce user gas costs)
Arguments
Name
Type
Description
_name
bytes32
name of the schedule
Arguments
Name
Type
Description
_name
bytes32
manually triggers update outside of transfer request for all schedules (can be used to reduce user gas costs)
Arguments
Name
Type
Description
Arguments
Name
Type
Description
Return the permissions flag that are associated with CountTransferManager
Arguments
Name
Type
Description
⤾ overrides
⤾ overrides
⤾ overrides
⤾ overrides