@fractional-company/common
Version:
Tessera constants
50 lines (49 loc) • 1.84 kB
TypeScript
export declare const FERC_MAINNET_V1_CONTRACT_ADDRESS = "0xb2469a7dd9e154c97b99b33e88196f7024f2979e";
export declare const FERC_MAINNET_AZUKI_CONTRACT_ADDRESS = "0x2079812353e2c9409a788fbf5f383fa62ad85be8";
export declare const FERC_GOERLI_CONTRACT_ADDRESS = "0x3f3283E76B5Fe81F87731b4A84c7B62fB784e1f0";
export declare const TYPE_FERC = "FERC";
export declare const FERC_CONTRACT_MAPPER: {
[x: number]: {
abi: ({
inputs: never[];
stateMutability: string;
type: string;
anonymous?: undefined;
name?: undefined;
outputs?: undefined;
} | {
anonymous: boolean;
inputs: {
indexed: boolean;
internalType: string;
name: string;
type: string;
}[];
name: string;
type: string;
stateMutability?: undefined;
outputs?: undefined;
} | {
inputs: {
internalType: string;
name: string;
type: string;
}[];
name: string;
outputs: {
internalType: string;
name: string;
type: string;
}[];
stateMutability: string;
type: string;
anonymous?: undefined;
})[];
contractAddress: string;
blockNumber: number;
}[];
};
export declare function getFERCItem(chainId: number, contractAddress: string): any;
export declare function getFERCABI(chainId: number, contractAddress: string): any;
export declare function getFERCBlockNumber(chainId: number, contractAddress: string): any;
export declare function getFERCAddresses(chainId: number): string[];