Charged Particles
  • What is Charged Particles
  • GETTING STARTED
    • Quick Start
  • CHARGED PARTICLES PROTOCOL
    • Protocol Overview
      • How It Works
      • Current Status
      • Protocol Revenue
      • Protocol Features
    • Why Use Charged Particles?
      • NFT Platforms And How They Differ
      • Charged Particles NFTs - What Are They?
    • How to Use Charged Particles
      • Minting an NFT
      • Energizing an NFT
      • Manage an NFT
      • Using A Test Network
      • Migrating Particles from V1 to V2
    • Developer Docs
      • System Overview
      • Quickstart
        • Read and Write to Contracts
        • Read from the Subgraph
        • Get Kovan ETH + ERC20s
        • VSCode Node.js Typescript Debugging
      • Smart Contracts
        • V2
          • Charged Particles Contract (V2)
          • Charged Settings Contract (V2)
          • Charged State Contract (V2)
          • ProtonB Contract
        • V1
          • Charged Particles Contract
          • Charged Settings Contract
          • Charged State Contract
          • Proton Contract
        • Error Codes
      • Protocol Subgraph
    • IONX
      • IONX Token Addresses
      • IONX Rewards
    • Web3 Packs
    • Liquidity Mining
      • Base Reward Program
      • Leptons
    • Protocol Governance
      • Governance Process
      • Creating a Proposal
      • Voting
      • Delegating Votes
    • Projects + Use Cases
    • Allowlist Application
    • Team
    • Guilds
    • Roadmap
    • Hackathons
      • Hackathon Ideas
      • Previous Hackathons
    • Dune Analytics
  • SDK
    • Charged Particles SDK Overview
    • Quick Start
    • API
    • Advanced Use
    • Types
    • Common Issues / FAQ
    • Common Terminology
  • RESOURCES
    • Hiring!
      • Full-stack/Back-end Web3 Engineer
      • Create Your Own Position
    • Glossary of Terms
    • FAQs
      • Protocol and app.charged.fi
      • Governance
      • Other
      • How to report a bug
    • External Contracts Allowlisted
    • Audits
    • Legal
      • Beta End User License Agreement (EULA)
      • Privacy Policy
      • Policies & Terms of Service
    • Media Kit
  • Additional Resources
    • Discord
    • Telegram
    • Twitter
    • Medium
    • Github
    • LinkedIn
    • Instagram
    • TikTok
Powered by GitBook
On this page
  • WalletManagerId
  • BasketManagerId
  • TransactionOverride
  • ContractTransaction
  • BigNumberish

Was this helpful?

  1. SDK

Types

PreviousAdvanced UseNextCommon Issues / FAQ

Last updated 2 years ago

Was this helpful?

WalletManagerId

accepted values: aave, aave.B, generic, generic.B

this values represent the manager id.

  • aave is the V1 manager for aave tokens

  • aave.B is the V2 manager for aave tokens

  • generic is the V1 manager for non-interest bearing erc20s and nfts

  • generic.B is the V2 manager for the non-interest bearing erc20s and nfts

BasketManagerId

accepted values: generic, generic.B

Manages nfts

  • generic is the V1 manager for non-interest bearing erc20s and nfts

  • generic.B is the V2 manager for the non-interest bearing erc20s and nfts

TransactionOverride

Overrides default parameters.

Type:

Properties

ContractTransaction

BigNumberish

from ?

value ?

gasPrice ?

gasLimit ?

blockTag ?

nonce ?

See

See

ethers transaction
Object
boolean
boolean
boolean
boolean
boolean
boolean
https://docs.ethers.io/v5/api/providers/types/#providers-TransactionResponse
https://docs.ethers.io/v5/api/utils/bignumber/#BigNumberish