Interest Protocol
  • 👋Welcome to Interest Protocol
  • Overview
    • Sui💧
      • Contracts
        • Memez
        • Libs 📚
      • Suicoins
        • Swap
        • Dollar-Cost Averaging (DCA)
        • Airdrop
          • Suiplay Airdrop
        • Incinerator
        • Send
        • Merger
        • Suicoins Terminal
      • Memez.gg
        • Coins on Memez.GG
        • Memez.Fun
          • SDK
            • Pump API
            • Interfaces
          • Configuration
          • Migrators
          • Bonding Curve
          • Fees
      • IPX Coin Standard
    • Movement
      • Interest Protocol Decentralized Exchange (DEX)
        • Key Features
        • Core Innovations
      • sr-AMM
      • Token
        • Tokenomics
        • Utility
      • GTM
    • Audits
    • Security
    • Deprecated
      • Coin X Oracle 🔮
        • Pyth Network
        • Switchboard
      • Sui Tears 💧
        • Airdrop
          • Airdrop
          • Airdrop Utils
          • Linear Vesting Airdrop
        • Capabilities
          • Access Control
          • Owner
          • Quest
          • Timelock
        • Collections
          • Bitmap
          • Coin Decimals
        • DeFi
          • Oracle
          • Farm
          • Fund
          • Linear Vesting Wallet
          • Linear Clawback Vesting Wallet
          • Vesting
        • Governance
          • DAO
          • DAO Admin
          • DAO Treasury
        • Utils
          • ASCII
          • Comparator
          • Merkle Proof
          • Vectors
        • Math
          • Fixed Point 64
          • Fixed Point Roll
          • Fixed Point Wad
          • Int
          • Math64
          • Math128
          • Math256
      • CLAMM🐚
        • Hooks
      • Whitepapers
  • Glossary
Powered by GitBook
On this page
  • Airdrop
  • Capabilities
  • Collections
  • DeFi
  • Governance
  • Math
  • Utils

Was this helpful?

Export as PDF
  1. Overview
  2. Deprecated

Sui Tears 💧

PreviousSwitchboardNextAirdrop

Last updated 1 year ago

Was this helpful?

is an open source production ready Sui Move library to increase the productivity of new and experienced developers alike.

  • - Verify function for the airdrop modules.

  • - A pull design airdrop to distribute tokens after a specific date.

  • - A pull design airdrop to distribute tokens according to a linear vesting schedule.

  • - Owner capability to give access to multiple objects.

  • - A wrapper that can only be unwrapped once a set of actions are completed.

  • - A wrapper that can only be unwrapped after a set timestamp.

  • Access Collection - Capability access wrapper for collections.

  • - Bitmap implementation for sequential keys.

  • - A Collection that stores coin decimals.

  • Witness Collection - Witness access wrapper for collections.

- Module to reward coin stakers over time.

- Struct to track shares associated with underlying deposits/withdrawals.

- Wallet that distributes tokens according to a linear vesting schedule.

- Wallet that distributes tokens according to a linear vesting schedule and allows the owner to reclaim the locked coins.

- Virtual implementation of vesting schedules

- Decentralized autonomous organization

- The admin capability for DAOs

- Treasury plugin for DAOs

- Fixed point math module for numbers scaled to x << 64.

- Fixed point math module for numbers with 1e9 precision.

- Fixed point math for module for numbers with 1e18 decimals.

- Utility math functions for u64 numbers.

- Utility math functions for u128 numbers.

- Utility math functions for u256 numbers.

- Module to handle signed integer operations.

- Module to compare u8 vectors (bits).

- Module to verify Merkle proofs.

- A set of functions to operate on ASCII strings.

- Utility functions for vectors.

Farm
Fund
Linear Vesting Wallet
Linear Vesting Clawback Wallet
Vesting
Dao
Dao Admin
Dao Treasury
Fixed Point 64
Fixed Point Roll
Fixed Point Wad
Math64
Math128
Math256
Int
Utils
Comparator
Merkle Proof
ASCII Utils
Vectors
Sui Tears
Airdrop Utils
Airdrop
Linear Vesting Airdrop
Owner
Quest
Time Lock
BitMap
Coin Decimals
Airdrop
Capabilities
Collections
DeFi
Governance
Math