|
742 | 742 | "stateMutability": "view", |
743 | 743 | "type": "function" |
744 | 744 | }, |
| 745 | + { |
| 746 | + "inputs": [ |
| 747 | + { |
| 748 | + "internalType": "address[]", |
| 749 | + "name": "ethAddresses", |
| 750 | + "type": "address[]" |
| 751 | + } |
| 752 | + ], |
| 753 | + "name": "getPkpInfoFromEthAddresses", |
| 754 | + "outputs": [ |
| 755 | + { |
| 756 | + "components": [ |
| 757 | + { |
| 758 | + "internalType": "uint256", |
| 759 | + "name": "tokenId", |
| 760 | + "type": "uint256" |
| 761 | + }, |
| 762 | + { |
| 763 | + "internalType": "bytes", |
| 764 | + "name": "pubkey", |
| 765 | + "type": "bytes" |
| 766 | + }, |
| 767 | + { |
| 768 | + "internalType": "address", |
| 769 | + "name": "ethAddress", |
| 770 | + "type": "address" |
| 771 | + } |
| 772 | + ], |
| 773 | + "internalType": "struct LibPubkeyRouterStorage.PkpInfo[]", |
| 774 | + "name": "", |
| 775 | + "type": "tuple[]" |
| 776 | + } |
| 777 | + ], |
| 778 | + "stateMutability": "view", |
| 779 | + "type": "function" |
| 780 | + }, |
| 781 | + { |
| 782 | + "inputs": [ |
| 783 | + { |
| 784 | + "internalType": "address", |
| 785 | + "name": "owner", |
| 786 | + "type": "address" |
| 787 | + }, |
| 788 | + { |
| 789 | + "internalType": "uint256", |
| 790 | + "name": "pageSize", |
| 791 | + "type": "uint256" |
| 792 | + }, |
| 793 | + { |
| 794 | + "internalType": "uint256", |
| 795 | + "name": "pageIndex", |
| 796 | + "type": "uint256" |
| 797 | + } |
| 798 | + ], |
| 799 | + "name": "getPkpInfoFromOwnerAddress", |
| 800 | + "outputs": [ |
| 801 | + { |
| 802 | + "components": [ |
| 803 | + { |
| 804 | + "internalType": "uint256", |
| 805 | + "name": "tokenId", |
| 806 | + "type": "uint256" |
| 807 | + }, |
| 808 | + { |
| 809 | + "internalType": "bytes", |
| 810 | + "name": "pubkey", |
| 811 | + "type": "bytes" |
| 812 | + }, |
| 813 | + { |
| 814 | + "internalType": "address", |
| 815 | + "name": "ethAddress", |
| 816 | + "type": "address" |
| 817 | + } |
| 818 | + ], |
| 819 | + "internalType": "struct LibPubkeyRouterStorage.PkpInfo[]", |
| 820 | + "name": "", |
| 821 | + "type": "tuple[]" |
| 822 | + } |
| 823 | + ], |
| 824 | + "stateMutability": "view", |
| 825 | + "type": "function" |
| 826 | + }, |
| 827 | + { |
| 828 | + "inputs": [ |
| 829 | + { |
| 830 | + "internalType": "uint256", |
| 831 | + "name": "tokenId", |
| 832 | + "type": "uint256" |
| 833 | + }, |
| 834 | + { |
| 835 | + "internalType": "uint256", |
| 836 | + "name": "pageSize", |
| 837 | + "type": "uint256" |
| 838 | + }, |
| 839 | + { |
| 840 | + "internalType": "uint256", |
| 841 | + "name": "pageIndex", |
| 842 | + "type": "uint256" |
| 843 | + } |
| 844 | + ], |
| 845 | + "name": "getPkpInfoFromOwnerTokenId", |
| 846 | + "outputs": [ |
| 847 | + { |
| 848 | + "components": [ |
| 849 | + { |
| 850 | + "internalType": "uint256", |
| 851 | + "name": "tokenId", |
| 852 | + "type": "uint256" |
| 853 | + }, |
| 854 | + { |
| 855 | + "internalType": "bytes", |
| 856 | + "name": "pubkey", |
| 857 | + "type": "bytes" |
| 858 | + }, |
| 859 | + { |
| 860 | + "internalType": "address", |
| 861 | + "name": "ethAddress", |
| 862 | + "type": "address" |
| 863 | + } |
| 864 | + ], |
| 865 | + "internalType": "struct LibPubkeyRouterStorage.PkpInfo[]", |
| 866 | + "name": "", |
| 867 | + "type": "tuple[]" |
| 868 | + } |
| 869 | + ], |
| 870 | + "stateMutability": "view", |
| 871 | + "type": "function" |
| 872 | + }, |
| 873 | + { |
| 874 | + "inputs": [ |
| 875 | + { |
| 876 | + "internalType": "uint256[]", |
| 877 | + "name": "tokenIds", |
| 878 | + "type": "uint256[]" |
| 879 | + } |
| 880 | + ], |
| 881 | + "name": "getPkpInfoFromTokenIds", |
| 882 | + "outputs": [ |
| 883 | + { |
| 884 | + "components": [ |
| 885 | + { |
| 886 | + "internalType": "uint256", |
| 887 | + "name": "tokenId", |
| 888 | + "type": "uint256" |
| 889 | + }, |
| 890 | + { |
| 891 | + "internalType": "bytes", |
| 892 | + "name": "pubkey", |
| 893 | + "type": "bytes" |
| 894 | + }, |
| 895 | + { |
| 896 | + "internalType": "address", |
| 897 | + "name": "ethAddress", |
| 898 | + "type": "address" |
| 899 | + } |
| 900 | + ], |
| 901 | + "internalType": "struct LibPubkeyRouterStorage.PkpInfo[]", |
| 902 | + "name": "", |
| 903 | + "type": "tuple[]" |
| 904 | + } |
| 905 | + ], |
| 906 | + "stateMutability": "view", |
| 907 | + "type": "function" |
| 908 | + }, |
745 | 909 | { |
746 | 910 | "inputs": [], |
747 | 911 | "name": "getPkpNftMetadataAddress", |
|
0 commit comments