Faucet

Git Source

State Variables

token

IERC20 public token;

withdrewAlready

mapping(address => bool) public withdrewAlready;

Functions

constructor

constructor(IERC20 _token);

balance

function balance() public view returns (uint256);

request

function request() public;