An ERC20 compliant token contract designed for usage with a DailyClaimERC20Factory contract to release tokens daily.
The DailyClaimERC20
token contract is an ERC20 compliant token that can be minted by a dedicated DailyClaimERC20Factory
. The factory contract can be set to mint a specific amount of tokens each day. Each user can claim once per day with a signature generated off-chain by a trusted authority. The DailyClaimERC20
can switch its factory after being deployed and ownership of the contract can be transferred as well.
DailyClaimERC20Factory contract: https://thirdweb.com/flamestore.eth/DailyClaimERC20Factory