delayedclaimable.rst 496 B

12345678910111213
  1. DelayedClaimable
  2. =============================================
  3. Extension for the Claimable contract, where the ownership needs to be claimed before/after a certain block number.
  4. setLimits(uint256 _start, uint256 _end) onlyOwner
  5. """"""""""""""""""""""""""""""""""""""
  6. Specifies the time period during which a pending owner can claim ownership.
  7. claimOwnership( ) onlyPendingOwner
  8. """"""""""""""""""""""""""""""""""""""
  9. Completes transfer of ownership by setting pending owner as the new owner.