This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -g default-terminal "screen-256color" | |
set-option -g default-shell $SHELL | |
# Set the Bind Key | |
#unbind C-b | |
#set -g prefix ` | |
#bind-key ` send-prefix | |
#bind-key L last-window | |
# force a reload of the config file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
maxscale] | |
threads=4 | |
[Galera Monitor] | |
type=monitor | |
module=galeramon | |
servers=svr_10095,svr_10096,svr_10097 | |
user=maxadmin | |
passwd=jkdskjsdfkjlfdskjdsfkjsdjkf | |
monitor_interval=10000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.4.18; | |
// ---------------------------------------------------------------------------- | |
// Safe maths | |
// ---------------------------------------------------------------------------- | |
library SafeMath { | |
function add(uint a, uint b) internal pure returns (uint c) { | |
c = a + b; | |
require(c >= a); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.4.18; | |
// ---------------------------------------------------------------------------- | |
// Safe maths | |
// ---------------------------------------------------------------------------- | |
library SafeMath { | |
function add(uint a, uint b) internal pure returns (uint c) { | |
c = a + b; | |
require(c >= a); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.4.18; | |
// ---------------------------------------------------------------------------- | |
// Safe maths | |
// ---------------------------------------------------------------------------- | |
library SafeMath { | |
function add(uint a, uint b) internal pure returns (uint c) { | |
c = a + b; | |
require(c >= a); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.4.18; | |
library SafeMath { | |
function add(uint a, uint b) internal pure returns (uint c) { | |
c = a + b; | |
require(c >= a); | |
} | |
function sub(uint a, uint b) internal pure returns (uint c) { | |
require(b <= a); | |
c = a - b; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.4.18; | |
library SafeMath { | |
function add(uint a, uint b) internal pure returns (uint c) { | |
c = a + b; | |
require(c >= a); | |
} | |
function sub(uint a, uint b) internal pure returns (uint c) { | |
require(b <= a); | |
c = a - b; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.4.16; | |
// sol ควรจะสั้นๆ ตรงไปตรงมา อย่าเยอะ | |
// Dome C. <[email protected]> | |
contract SbuyToken { | |
string public name = "SbuyMining"; // token name | |
string public symbol = "SBUY"; // token symbol | |
uint256 public decimals = 0; // token digit | |
mapping (address => uint256) public balanceOf; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.4.16; | |
contract OpCoin { | |
string public name = "OPCOIN"; // token name | |
string public symbol = "OPC"; // token symbol | |
uint256 public decimals = 0; // token digit | |
mapping (address => uint256) public balanceOf; | |
mapping (address => mapping (address => uint256)) public allowance; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"data":{"_id":"5d74a412a520a30011ce6391","address":"0x24D40d705aC5B54080678d83E628803cfFCe89c2","factoryAddress":"0xb895638fb3870AD5832402a5BcAa64A044687db0","blockNumber":669620,"tokenType":"basic","networkType":"fuse","name":"X SEGA ","symbol":"XSEGA","totalSupply":"0","createdAt":"2019-09-08T06:47:46.170Z","updatedAt":"2019-09-08T06:48:45.333Z","tokenURI":"ipfs://Qmc1WwfAweQgjjS1YSwrAeaHcFgiSNiqEoZFZsXeFr54Wo","owner":"0xAde4785c5B5699E25B1E345d708be6295CDce938"}} |
OlderNewer