@q-dev/gdk-sdk
Version:
Typescript Library to interact with GDK Contracts
57 lines (56 loc) • 1.18 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IDAOMetadata",
"sourceName": "contracts/interfaces/metadata/IDAOMetadata.sol",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "daoAddress",
"type": "address"
},
{
"indexed": false,
"internalType": "string",
"name": "daoURI",
"type": "string"
}
],
"name": "DAOURIUpdate",
"type": "event"
},
{
"inputs": [],
"name": "daoURI",
"outputs": [
{
"internalType": "string",
"name": "_daoURI",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "string",
"name": "daoURI_",
"type": "string"
}
],
"name": "setDAOMetadata",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}