I hereby claim:
- I am michalkotas on github.
- I am mikofoto (https://keybase.io/mikofoto) on keybase.
- I have a public key ASA_qr9f9DAHhD-iLI2J8IerzacLSEkbynXe40AbXSiqtAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| pragma solidity ^0.5.4; | |
| contract Deposite { | |
| address public owner; | |
| constructor() public { | |
| owner = msg.sender; | |
| } | |
| } |
| #!/usr/bin/perl -w | |
| # example hook script for vzdump (--script option) | |
| use strict; | |
| print "HOOK: " . join (' ', @ARGV) . "\n"; | |
| my $phase = shift; |