@mantleio/contracts
Version:
[Mantle] L1 and L2 smart contracts for Mantle
38 lines (37 loc) • 773 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IPauserRegistry",
"sourceName": "contracts/libraries/eigenda/interfaces/IPauserRegistry.sol",
"abi": [
{
"inputs": [],
"name": "pauser",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "unpauser",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}