FuseFaucet
The contract is to provide functionality of topping the users with Fuse to pay transaction fees.
Events
WalletTopped
Parameter name
Annotation
event WalletTopped(address indexed user, uint256 amount);canTop
Parameter name
Annotation
function canTop(address _user) public view returns (bool);topWallet
Parameter name
Annotation
function canTop(address _user) public view returns (bool);Last updated
Was this helpful?