UNPKG

@roninbuilders/contracts

Version:

Type safe Contract ABIs for Ronin Network

57 lines (55 loc) 1.7 kB
declare const contract: { readonly id: 3315; readonly address: "0x96fae041a03a77b6b69cafb6847c0054bbb85357"; readonly contract_name: "PuffRecord"; readonly display_name: "Puff Record"; readonly is_deprecated: false; readonly is_proxy: false; readonly proxy_to: false; readonly created_at: 1721399205; readonly abi: readonly [{ readonly type: "constructor"; readonly stateMutability: "nonpayable"; readonly inputs: readonly [{ readonly type: "uint256"; readonly name: "_nonce"; }]; }, { readonly name: "Record"; readonly type: "event"; readonly inputs: readonly [{ readonly type: "uint256"; readonly name: "nonce"; }, { readonly type: "uint256"; readonly name: "tokenId"; }, { readonly type: "uint256"; readonly name: "tokenType"; }, { readonly type: "address"; readonly name: "user"; }]; }, { readonly name: "nonce"; readonly type: "function"; readonly stateMutability: "view"; readonly inputs: readonly []; readonly outputs: readonly [{ readonly type: "uint256"; }]; }, { readonly name: "search"; readonly type: "function"; readonly stateMutability: "nonpayable"; readonly inputs: readonly [{ readonly type: "uint256"; readonly name: "tokenId"; }, { readonly type: "uint256"; readonly name: "tokenType"; }]; readonly outputs: readonly []; }]; }; export { contract as default };