mustafair-carvid-package-hackathon
Version:
CARV ID implementation files for MustaFair decentralized social media platform
65 lines (64 loc) • 1.38 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IModularCarvID",
"sourceName": "contracts/ReputationNFT.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "wallet",
"type": "address"
}
],
"name": "getReputationData",
"outputs": [
{
"internalType": "uint256",
"name": "tokenId",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "identitiesRoot",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "web2AchievementHash",
"type": "bytes32"
},
{
"internalType": "string",
"name": "reputationTier",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "wallet",
"type": "address"
}
],
"name": "walletToTokenId",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}