Skip to content

Instantly share code, notes, and snippets.

@nnn-gif
nnn-gif / ex.go
Last active August 29, 2015 14:27
GO EX 1
package main
import "fmt"
func main() {
fmt.Println("Hello, world.")
}
@nnn-gif
nnn-gif / functions.json
Last active August 29, 2015 14:27
format
/* 0 */
{
"functionHead" : "Accounting",
"functionPart" : [
{
"name" : "Audit"
},
{
"name" : "Credit Control"
}
0x43A8eC6fa53f4a205e0488079FE6Eb363F076336
0xfD861770B6B4Bc83d75B9a0Bf7aa75807F734dF8
0x5bCbf5E8cA52653c49C37E0Bf374374DD8e1aeaF
0x8dE054621AD7d0F7dfB27957E0027d35d7e2725b
0xfD861770B6B4Bc83d75B9a0Bf7aa75807F734dF8
pragma solidity ^0.4.11;
contract SimpleAuction {
// Parameters of the auction. Times are either
// absolute unix timestamps (seconds since 1970-01-01)
// or time periods in seconds.
address public beneficiary;
uint public auctionStart;
uint public biddingTime;
0xC7Fc4E9D42A0A7249528efc307563556c6f43F5f
@nnn-gif
nnn-gif / ballot.sol
Created June 28, 2018 07:07
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.4.24+commit.e67f0147.js&optimize=false&gist=
pragma solidity ^0.4.0;
contract Multisig {
}