Skip to content

Instantly share code, notes, and snippets.

View KristofferTrustlines's full-sized avatar

KristofferTrustlines

View GitHub Profile
//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