Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/freedomswaps/mod.ts>wMaticABI

🦕 module to simplify uniswap interactions
Latest
variable wMaticABI
Re-export
import { wMaticABI } from "https://deno.land/x/freedomswaps@v1.11.1/mod.ts";

type

| { constant: boolean; inputs; name: string; outputs: { name: string; type: string; }[]; payable: boolean; stateMutability: string; type: string; }
| { constant: boolean; inputs: { name: string; type: string; }[]; name: string; outputs: { name: string; type: string; }[]; payable: boolean; stateMutability: string; type: string; }
| { constant: boolean; inputs: { name: string; type: string; }[]; name: string; outputs; payable: boolean; stateMutability: string; type: string; }
| { constant: boolean; inputs; name: string; outputs; payable: boolean; stateMutability: string; type: string; }
| { payable: boolean; stateMutability: string; type: string; }
| { anonymous: boolean; inputs: { indexed: boolean; name: string; type: string; }[]; name: string; type: string; }
[]