@augmentedfinance/protocol-v1
Version:
Augmented Protocol smart contracts
79 lines (78 loc) • 1.69 kB
JSON
[
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "pool",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "provider",
"type": "address"
},
{
"components": [
{
"internalType": "address",
"name": "provider",
"type": "address"
},
{
"internalType": "address",
"name": "impl",
"type": "address"
},
{
"internalType": "string",
"name": "poolName",
"type": "string"
},
{
"internalType": "uint256",
"name": "initialRate",
"type": "uint256"
},
{
"internalType": "uint32",
"name": "boostFactor",
"type": "uint32"
},
{
"internalType": "uint16",
"name": "baselinePercentage",
"type": "uint16"
}
],
"indexed": false,
"internalType": "struct IRewardConfigurator.PoolInitData",
"name": "data",
"type": "tuple"
}
],
"name": "RewardPoolInitialized",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "pool",
"type": "address"
},
{
"indexed": false,
"internalType": "address",
"name": "impl",
"type": "address"
}
],
"name": "RewardPoolUpgraded",
"type": "event"
}
]