@muffinfi/muffin-contracts
Version:
Smart contracts of Muffin Protocol
38 lines (37 loc) • 782 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "ILensBase",
"sourceName": "contracts/interfaces/lens/ILensBase.sol",
"abi": [
{
"inputs": [],
"name": "hub",
"outputs": [
{
"internalType": "contract IMuffinHubCombined",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "manager",
"outputs": [
{
"internalType": "contract IPositionManager",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}