Skip to content

Instantly share code, notes, and snippets.

View ashk012's full-sized avatar
🎯
专注

ashk01 ashk012

🎯
专注
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;
}