@mantleio/contracts
Version:
[Mantle] L1 and L2 smart contracts for Mantle
154 lines (153 loc) • 3.29 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IServiceManager",
"sourceName": "contracts/libraries/eigenda/interfaces/IServiceManager.sol",
"abi": [
{
"inputs": [],
"name": "collateralToken",
"outputs": [
{
"internalType": "contract IERC20",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "eigenLayrDelegation",
"outputs": [
{
"internalType": "contract IEigenLayrDelegation",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "operator",
"type": "address"
}
],
"name": "freezeOperator",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "latestTime",
"outputs": [
{
"internalType": "uint32",
"name": "",
"type": "uint32"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "owner",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"internalType": "uint32",
"name": "serveUntil",
"type": "uint32"
}
],
"name": "recordFirstStakeUpdate",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"internalType": "uint32",
"name": "serveUntil",
"type": "uint32"
}
],
"name": "recordLastStakeUpdateAndRevokeSlashingAbility",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "operator",
"type": "address"
},
{
"internalType": "uint32",
"name": "updateBlock",
"type": "uint32"
},
{
"internalType": "uint32",
"name": "serveUntil",
"type": "uint32"
},
{
"internalType": "uint256",
"name": "prevElement",
"type": "uint256"
}
],
"name": "recordStakeUpdate",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "taskNumber",
"outputs": [
{
"internalType": "uint32",
"name": "",
"type": "uint32"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}