uint256 unlockTimeaddress payable ownerevent Withdrawal(uint256 amount, uint256 when)Emitted when the contract is withdrawn
| Name | Type | Description |
|---|---|---|
| amount | uint256 | The amount of wei withdrawn |
| when | uint256 | The timestamp of the block when the withdraw happened |
constructor(uint256 _unlockTime, address payable _owner) public payablereceive() external payablefunction withdraw() publicWithdraw all the funds