Crates.io | cw20-stake |
lib.rs | cw20-stake |
version | 2.6.0 |
source | src |
created_at | 2023-07-03 13:58:03.633377 |
updated_at | 2024-11-08 00:07:55.448613 |
description | CW20 token that can be staked and staked balance can be queried at any height |
homepage | |
repository | https://github.com/DA0-DA0/dao-contracts |
max_upload_size | |
id | 907037 |
size | 127,990 |
This is a basic implementation of a cw20 staking contract. Staked tokens can be unbonded with a configurable unbonding period. Staked balances can be queried at any arbitrary height by external contracts.