@perp/voting-escrow
Version:
Perpetual Protocol voting escrow contracts
44 lines (43 loc) • 873 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IFeeDistributor",
"sourceName": "contracts/interface/IFeeDistributor.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "coin",
"type": "address"
}
],
"name": "burn",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "token",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}