Skip to content

Instantly share code, notes, and snippets.

View miukki's full-sized avatar
💭
leetcode запой

Anya Ishmukh miukki

💭
leetcode запой
View GitHub Profile
@lychees
lychees / sponsorTokenV0.05.sol
Last active May 30, 2018 05:31
sponsorTokenV0.05
pragma solidity ^0.4.21;
/// @author MinakoKojima (https://github.com/lychees)
contract SponsorToken{
address public owner;
mapping (address => bool) public admins;
struct Order {
address issuer;