This file contains hidden or 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.5 .1; | |
contract Ownable { | |
address private _owner; | |
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); | |
/** | |
* @dev Initializes the contract setting the deployer as the initial owner. | |
*/ | |
constructor() internal { |
This file contains hidden or 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.5.1; | |
contract Ownable { | |
address private _owner; | |
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner); | |
/** | |
* @dev Initializes the contract setting the deployer as the initial owner. | |
*/ | |
constructor () internal { |
This file contains hidden or 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.25; | |
contract SccInterface { | |
function transfer(address _to, uint256 _amount) returns(bool success); | |
function balanceOf(address owner) external view returns (uint256); | |
} | |
contract sunContract{ | |
constructor(){ |
This file contains hidden or 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
/** | |
* Source Code first verified at https://etherscan.io on Monday, April 15, 2019 | |
(UTC) */ | |
pragma solidity ^0.5.7; | |
// Voken Airdrop Fund | |
// Just call this contract (send 0 ETH here), | |
// and you will receive 100-200 VNET Tokens immediately. | |
// |
This file contains hidden or 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
webpackJsonp([1],{"+6b+":function(e,t){},"/0BQ":function(e,t){},"1A76":function(e,t){},"4wPh":function(e,t){},"5fCi":function(e,t){},A4Vm:function(e,t){},AiGx:function(e,t){},BDhv:function(e,t,i){var a=i("kM2E");a(a.P+a.R,"Set",{toJSON:i("m9gC")("Set")})},Bss5:function(e,t){},EUKm:function(e,t,i){e.exports=i.p+"static/web/img/exchange-forbiden-image.cf4d146.png"},Ej60:function(e,t){},FLts:function(e,t,i){e.exports=i.p+"static/web/img/step2.0c5a8a5.png"},GPQ0:function(e,t){},"J/eg":function(e,t){},OZWX:function(e,t,i){var a;"undefined"!=typeof self&&self,a=function(){return function(e){function t(a){if(i[a])return i[a].exports;var n=i[a]={i:a,l:!1,exports:{}};return e[a].call(n.exports,n,n.exports,t),n.l=!0,n.exports}var i={};return t.m=e,t.c=i,t.d=function(e,i,a){t.o(e,i)||Object.defineProperty(e,i,{configurable:!1,enumerable:!0,get:a})},t.n=function(e){var i=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(i,"a",i),i},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e |
This file contains hidden or 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
with open("english.txt") as f: | |
x = f.read() | |
alltxt = x.split() | |
# 从1开始. | |
n_word = {i: alltxt[i - 1] for i in range(1, len(alltxt))} | |
# 换位 | |
key = "20181002" | |
encrypted = "511B2033232841053022B0FE52ED0F7A165B52C7E75112F656FC4B" |
This file contains hidden or 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.25; | |
contract SccInterface { | |
function transfer(address _to, uint256 _amount) returns(bool success); | |
function balanceOf(address who) public constant returns (uint256); | |
function getTokens() payable external; | |
} | |
contract sunContract{ | |
constructor(){ |
This file contains hidden or 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.24; | |
interface PlayerBookInterface { | |
function getPlayerID(address _addr) external returns (uint256); | |
function getPlayerName(uint256 _pID) external view returns (bytes32); | |
function getPlayerLAff(uint256 _pID) external view returns (uint256); | |
function getPlayerAddr(uint256 _pID) external view returns (address); | |
function getNameFee() external view returns (uint256); | |
function registerNameXIDFromDapp(address _addr, bytes32 _name, uint256 _affCode, bool _all) external payable returns(bool, uint256); | |
function registerNameXaddrFromDapp(address _addr, bytes32 _name, address _affCode, bool _all) external payable returns(bool, uint256); |
This file contains hidden or 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.24; | |
interface PlayerBookInterface { | |
function getPlayerID(address _addr) external returns (uint256); | |
function getPlayerName(uint256 _pID) external view returns (bytes32); | |
function getPlayerLAff(uint256 _pID) external view returns (uint256); | |
function getPlayerAddr(uint256 _pID) external view returns (address); | |
function getNameFee() external view returns (uint256); | |
function registerNameXIDFromDapp(address _addr, bytes32 _name, uint256 _affCode, bool _all) external payable returns(bool, uint256); | |
function registerNameXaddrFromDapp(address _addr, bytes32 _name, address _affCode, bool _all) external payable returns(bool, uint256); |
This file contains hidden or 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
{ | |
"accounts": { | |
"account{1}": "0x14723a09acff6d2a60dcdf7aa4aff308fddc160c" | |
}, | |
"linkReferences": {}, | |
"transactions": [ | |
{ | |
"timestamp": 1534638554258, | |
"record": { | |
"value": "0", |