Registry / other / abstract-cw20

abstract-cw20

JSON →
library3.0.0rscratesunverified

Definition and types for the CosmWasm-20 interface, providing abstract token implementations.

# Cargo.toml [dependencies] abstract-cw20 = "3.0.0"
INSTALL
IMPORT
SIG · ABSTRACT-CW20
A
abstract-cw20
otherrustv3.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Cw20Contract
use abstract_cw20::Cw20Contract;

Create a CW20 token contract instance.

use abstract_cw20::Cw20Contract; fn main() { let contract = Cw20Contract::new("contract_address"); println!("CW20 contract created: {}", contract.addr()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
20
OpenAI (training)
1
Resources
abstract-cw20 — cargo add abstract-cw20 · libregistry