Blocker
Last updated
Last updated
View Source:
↗ Extends: ↘ Derived Contracts:
Blocker - version: 0.1.10
This contract is a ChangeContract intended to be used when you want to block a Blockable (example: BlockableGovernor )
Constants & Variables
Constructor
Arguments
_blockable
Blockable
Address of the contract to be blocked
_unblockDate
uint256
Date that marks when the blockable will be unblocked
⤾ overrides ChangeContract.execute
Execute the changes.Should be called by the governor, but this contract does not check that explicitly because it is not its responsability in the current architecture
Arguments