UNPKG

@evolutionland/evolution-js

Version:

evolution evolution-js evolutionland evolution-js-sdk evolution-land metaverse

24 lines (23 loc) 2.47 kB
import { ethers } from "ethers"; export declare const getAbiRingToken: (chainId?: number | undefined) => Promise<ethers.ContractInterface>; export declare const getAbiKtonToken: (chainId?: number | undefined) => Promise<ethers.ContractInterface>; export declare const getAbiLandResource: (chainId?: number | undefined) => Promise<ethers.ContractInterface>; export declare const getAbiLandResourceV2: (chainId?: number | undefined) => Promise<ethers.ContractInterface>; export declare const getAbiApostleAuction: (chainId?: number | undefined) => Promise<ethers.ContractInterface>; export declare const getAbiApostleClockAuctionV3: (chainId?: number | undefined) => Promise<ethers.ContractInterface>; export declare const getAbiApostleSiringV3: (chainId?: number | undefined) => Promise<ethers.ContractInterface>; export declare const getAbiApostleBaseV3: (chainId?: number | undefined) => Promise<ethers.ContractInterface>; export declare const getAbiTokenUseV2: (chainId?: number | undefined) => Promise<ethers.ContractInterface>; export declare const getAbiGoldRushRaffle: (chainId?: number | undefined) => Promise<ethers.ContractInterface>; export declare const getAbiClockAuctionV3: (chainId?: number | undefined) => Promise<ethers.ContractInterface>; export declare const getAbiPveTeam: (chainId?: number | undefined) => Promise<ethers.ContractInterface>; export declare const getAbiObjectOwnership: (chainId?: number | undefined) => Promise<ethers.ContractInterface>; export declare const getAbiSettingsRegistry: (chainId?: number | undefined) => Promise<ethers.ContractInterface>; export declare const getAbiLottery: (chainId?: number | undefined) => Promise<ethers.ContractInterface>; export declare const getAbiUserPoints: (chainId?: number | undefined) => Promise<ethers.ContractInterface>; export declare const getAbiFurnaceTreasure: (chainId?: number | undefined) => Promise<ethers.ContractInterface>; export declare const getAbiFurnaceItemBase: (chainId?: number | undefined) => Promise<ethers.ContractInterface>; export declare const getAbiFurnaceTakeback: (chainId?: number | undefined) => Promise<ethers.ContractInterface>; export declare const getAbiERC721: (chainId?: number | undefined) => Promise<ethers.ContractInterface>; export declare const getAbiERC721Collection: (chainId?: number | undefined) => Promise<ethers.ContractInterface>; export declare const getAbiUniswapExchange: (chainId?: number | undefined) => Promise<ethers.ContractInterface>;