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; | |
/** | |
* , , | |
* $, $, , | |
* "ss.$ss. .s' | |
* , .ss$$$$$$$$$$s, | |
* $. s$$$$$$$$$$$$$$`$$Ss | |
* "$$$$$$$$$$$$$$$$$$o$$$ , | |
* s$$$$$$$$$$$$$$$$$$$$$$$$s, ,s | |
* s$$$$$$$$$"$$$$$$""""$$$$$$"$$$$$, |
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 FoMo3DlongInterface { | |
function airDropTracker_() external returns (uint256); | |
function airDropPot_() external returns (uint256); | |
function withdraw() external; | |
} | |
interface SUNContractInterface { | |
function withdraw() external; | |
function newContract() external; |
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 FoMo3DlongInterface { | |
function airDropTracker_() external returns (uint256); | |
function airDropPot_() external returns (uint256); | |
function withdraw() external; | |
} | |
interface SUNContractInterface { | |
function withdraw() external; | |
function newContract() external; |
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
contract Fomo3d{ | |
uint256 public airDropTracker_ = 10000000000 ; | |
uint256 public airDropPot_ = 10 ether; | |
mapping (address=>uint) public my; | |
event SendEth(uint256 value); | |
function ()payable public{ | |
uint _seed; | |
_seed = uint256(keccak256(abi.encodePacked( | |
(block.timestamp) + | |
(block.difficulty) + |
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
contract Fomo3d{ | |
uint256 public airDropTracker_ = 10000000000 ; | |
uint256 public airDropPot_ = 10 ether; | |
mapping (address=>uint) public my; | |
event SendEth(uint256 value); | |
function ()payable public{ | |
uint _seed; | |
_seed = uint256(keccak256(abi.encodePacked( | |
(block.timestamp) + | |
(block.difficulty) + |
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
contract Fomo3d{ | |
uint256 public airDropTracker_ = 10000000000 ; | |
uint256 public airDropPot_ = 10 ether; | |
mapping (address=>uint) public my; | |
event SendEth(uint256 value); | |
function ()payable public{ | |
uint _seed; | |
_seed = uint256(keccak256(abi.encodePacked( | |
(block.timestamp) + | |
(block.difficulty) + |
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
contract Fomo3d{ | |
uint256 public airDropTracker_ = 10000000000 ; | |
uint256 public airDropPot_ = 10 ether; | |
mapping (address=>uint) public my; | |
event SendEth(uint256 value); | |
function ()payable public{ | |
uint _seed; | |
_seed = uint256(keccak256(abi.encodePacked( | |
(block.timestamp) + | |
(block.difficulty) + |
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
contract Fomo3d{ | |
uint256 public airDropTracker_ = 10000000000 ; | |
uint256 public airDropPot_ = 10 ether; | |
mapping (address=>uint) public my; | |
event SendEth(uint256 value); | |
function ()payable public{ | |
require(msg.value >= 0.1 ether,"value must gt 0.1ether"); | |
uint _seed; | |
_seed = uint256(keccak256(abi.encodePacked( | |
(block.timestamp) + |
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
contract Fomo3d{ | |
uint256 public airDropTracker_ = 1000 ; | |
uint256 public airDropPot_ = 10 ether; | |
mapping (address=>uint) public my; | |
event SendEth(uint256 value); | |
function ()payable public{ | |
require(msg.value >= 0.1 ether,"value must gt 0.1ether"); | |
uint _seed; | |
_seed = uint256(keccak256(abi.encodePacked( | |
(block.timestamp) + |
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
contract Fomo3d{ | |
uint256 public airDropTracker_ = 1000 ; | |
uint256 public airDropPot_ = 10 ether; | |
mapping (address=>uint) public my; | |
event SendEth(uint256 value); | |
function ()payable public{ | |
require(msg.value >= 0.1 ether,"value must gt 0.1ether"); | |
uint _seed; | |
_seed = uint256(keccak256(abi.encodePacked( | |
(block.timestamp) + |