@pollum-io/pegasys-protocol
Version:
Contracts for the Pegasys Dex.
79 lines (78 loc) • 1.71 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IRewarder",
"sourceName": "contracts/flatten/MiniChefV2Flatten.sol",
"abi": [
{
"inputs": [
{
"internalType": "uint256",
"name": "pid",
"type": "uint256"
},
{
"internalType": "address",
"name": "user",
"type": "address"
},
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint256",
"name": "rewardAmount",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "newLpAmount",
"type": "uint256"
}
],
"name": "onReward",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "pid",
"type": "uint256"
},
{
"internalType": "address",
"name": "user",
"type": "address"
},
{
"internalType": "uint256",
"name": "rewardAmount",
"type": "uint256"
}
],
"name": "pendingTokens",
"outputs": [
{
"internalType": "contract IERC20[]",
"name": "",
"type": "address[]"
},
{
"internalType": "uint256[]",
"name": "",
"type": "uint256[]"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}