ClankerVault
The ClankerVault contract manages locked tokens from the Clanker contract. Only the Clanker contract can deposit tokens into the vault, and tokens can only be vaulted once. Each token has the creatorAdmin
as the initial admin for the token. The token's address (emitted and returned from deployToken()
) is used as the token parameter for all ClankerVault functions.
User Functions
withdraw()
: Allows users to withdraw tokens that have reached their unlock time
editAllocationAdmin()
: Allows changing the token's admin
Last updated