@muffinfi/muffin-contracts
Version:
Smart contracts of Muffin Protocol
38 lines (37 loc) • 779 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "LensBase",
"sourceName": "contracts/periphery/lens/LensBase.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": {}
}