UNPKG

@roninbuilders/contracts

Version:

Type safe Contract ABIs for Ronin Network

54 lines (52 loc) 1.63 kB
declare const contract: { readonly id: 355; readonly address: "0x03cbdc84a8352735133b7989199c1b4d06fe2a77"; readonly contract_name: "MysticGeneValidator"; readonly display_name: "Mystic Gene Validator"; readonly is_deprecated: false; readonly is_proxy: false; readonly proxy_to: false; readonly created_at: 1681181524; readonly abi: readonly [{ readonly type: "constructor"; readonly stateMutability: "nonpayable"; readonly inputs: readonly [{ readonly type: "address"; readonly name: "_axieContract"; }]; }, { readonly name: "axieContract"; readonly type: "function"; readonly stateMutability: "view"; readonly inputs: readonly []; readonly outputs: readonly [{ readonly type: "address"; }]; }, { readonly name: "isMystic"; readonly type: "function"; readonly stateMutability: "pure"; readonly inputs: readonly [{ readonly type: "uint256"; readonly name: "x"; }, { readonly type: "uint256"; readonly name: "y"; }]; readonly outputs: readonly [{ readonly type: "bool"; }]; }, { readonly name: "isMystic"; readonly type: "function"; readonly stateMutability: "view"; readonly inputs: readonly [{ readonly type: "uint256"; readonly name: "axieId"; }]; readonly outputs: readonly [{ readonly type: "bool"; }]; }]; }; export { contract as default };