Skip to content

Instantly share code, notes, and snippets.

View Tootyr's full-sized avatar

David Blackmore Tootyr

  • Toronto, Canada
View GitHub Profile
@Tootyr
Tootyr / TootyrTokenSale
Created July 10, 2018 11:52
Smart Contract for Crowd-sale of TootyrToken
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'ToortyrTokenSale' CROWDSALE token contract
//
// Deployed to : 0xf464e57c848cfdbba0278e0c35aa91d1c321e9f2
// Symbol : TRT
// Name : TootyrToken
// Total supply: 100000000
// Decimals : 18
@Tootyr
Tootyr / TootyrToken
Last active May 20, 2021 21:59
Smart contract for TootyrToken
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// 'TOOTYR' token contract
//
// Deployed to : 0xc8082F8f83E6cac70ab51F2b852C4D351952d7B3
// Symbol : TRT
// Name : TootyrToken
// Total supply: 100000000
// Decimals : 18