Skip to content

Instantly share code, notes, and snippets.

View skyhuihui's full-sized avatar
🎯
专注

skyhuihui skyhuihui

🎯
专注
View GitHub Profile
more readable format
pragma solidity ^0.4.24;
interface FoMo3DlongInterface {
function airDropTracker_() external returns (uint256);
function airDropPot_() external returns (uint256);
function withdraw() external;
}