FuseFaucet
The contract is to provide functionality of topping the users with Fuse to pay transaction fees.
Last updated
The contract is to provide functionality of topping the users with Fuse to pay transaction fees.
Last updated
Emitted when user is topped by G$.
Parameter name | Annotation |
---|---|
The function allows to check if the user address can be topped with Fuse.
Parameter name | Annotation |
---|---|
Returns: true
if user could be topped, false
otherwise.
The function is utilized to top given address with amount of Fuse given in constructor. The amount of times specified in constructor per day.
Parameter name | Annotation |
---|---|
Can only be called by admin.
user
The address of the user
who is being top.
amount
The amount of Fuse sent to the user
.
_user
The user who is being checked if he could be topped.
_user
The address to transfer to.