Variable POINTERVIEW_PRECOMPILE_ABIConst
POINTERVIEW_PRECOMPILE_ABI: readonly [
{
inputs: readonly [
{ internalType: "string"; name: "cwAddr"; type: "string" },
];
name: "getCW20Pointer";
outputs: readonly [
{ internalType: "address"; name: "addr"; type: "address" },
{ internalType: "uint16"; name: "version"; type: "uint16" },
{ internalType: "bool"; name: "exists"; type: "bool" },
];
stateMutability: "view";
type: "function";
},
{
inputs: readonly [
{ internalType: "string"; name: "cwAddr"; type: "string" },
];
name: "getCW721Pointer";
outputs: readonly [
{ internalType: "address"; name: "addr"; type: "address" },
{ internalType: "uint16"; name: "version"; type: "uint16" },
{ internalType: "bool"; name: "exists"; type: "bool" },
];
stateMutability: "view";
type: "function";
},
{
inputs: readonly [
{ internalType: "string"; name: "token"; type: "string" },
];
name: "getNativePointer";
outputs: readonly [
{ internalType: "address"; name: "addr"; type: "address" },
{ internalType: "uint16"; name: "version"; type: "uint16" },
{ internalType: "bool"; name: "exists"; type: "bool" },
];
stateMutability: "view";
type: "function";
},
] = ...
The ABI for the Pointerview precompile contract.