You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
496 B
14 lines
496 B
7 years ago
|
DelayedClaimable
|
||
|
=============================================
|
||
|
Extension for the Claimable contract, where the ownership needs to be claimed before/after a certain block number.
|
||
|
|
||
|
setLimits(uint256 _start, uint256 _end) onlyOwner
|
||
|
""""""""""""""""""""""""""""""""""""""
|
||
|
Specifies the time period during which a pending owner can claim ownership.
|
||
|
|
||
|
|
||
|
claimOwnership( ) onlyPendingOwner
|
||
|
""""""""""""""""""""""""""""""""""""""
|
||
|
|
||
|
Completes transfer of ownership by setting pending owner as the new owner.
|