Skip to content

Instantly share code, notes, and snippets.

View KristofferTrustlines's full-sized avatar

KristofferTrustlines

View GitHub Profile
### Keybase proof
I hereby claim:
* I am kristoffertrustlines on github.
* I am krisnaer (https://keybase.io/krisnaer) on keybase.
* I have a public key ASBIDWJf9ogPJm5PtZSf85kmU7XNtwjnh1SQfjcXDDWc7Ao
To claim this, I am signing this object:
//ToDo:
//format the code:
//epochlimit instead of timelimit
//kommentare einfuegen
//---------------------------------
// creates an amount of tokens only allowed to transfer a certain amount of tokens per defined epoch (3 minutes)
contract Token {
address owner; ///Ethereum address who owns the contract
uint total_supply; ///the total supply of tokens created for the contract