The token-contract program facilitates SPL token operations such as creation, transfer, burning, and metadata management by interacting with the SPL token program and token metadata standards on Solana. The staking-contract provides staking functionality, allowing users to stake tokens into different tiers with various token requirements and commitment times, using price feed data for token valuation. Together, these contracts offer a complete solution for token management and staking with built-in validation and tiered staking systems.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | 1 | - | - | - | 1 |
Fixed | 6 | 1 | 1 | - | 8 |
Total | 7 | 1 | 1 | 0 | 9 |
# | File Name |
---|---|
1 | programs/locking/src/lib.rs |
2 | programs/locking/src/state.rs |
3 | programs/spl_token/src/lib.rs |