Skip to Content
EVMPointers

Pointers Deep Dive

Patterns for mapping CW assets/contracts to EVM via Pointer and querying via PointerView.

Mapping patterns

Use Pointer for ownership/actions; use PointerView for safe queries.

Identifiers

ERC721 ↔ CW721tokenId ↔ cw_token_id
ERC1155 ↔ CW1155id ↔ cw_token_id
OwnerEVM address ↔ bech32 address

Examples

Troubleshooting

Last updated on