Last active
July 9, 2024 13:37
-
-
Save pmatsinopoulos/8d3eda9c6032367088f4aaf56748c7b4 to your computer and use it in GitHub Desktop.
Farcaster KeyRegistry Contract ABI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"inputs": [ | |
{ | |
"internalType": "address", | |
"name": "_idRegistry", | |
"type": "address" | |
}, | |
{ | |
"internalType": "address", | |
"name": "_migrator", | |
"type": "address" | |
}, | |
{ | |
"internalType": "address", | |
"name": "_initialOwner", | |
"type": "address" | |
}, | |
.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment