@flarenetwork/flare-periphery-contract-artifacts
Version:
Smart contract artifacts for all Flare chains
99 lines (98 loc) • 2.32 kB
JSON
[
{
"inputs": [
{
"internalType": "uint256",
"name": "_index",
"type": "uint256"
}
],
"name": "getFtsoConfiguration",
"outputs": [
{
"components": [
{
"internalType": "bytes",
"name": "feedIds",
"type": "bytes"
},
{
"internalType": "uint24",
"name": "inflationShare",
"type": "uint24"
},
{
"internalType": "uint16",
"name": "minRewardedTurnoutBIPS",
"type": "uint16"
},
{
"internalType": "uint24",
"name": "primaryBandRewardSharePPM",
"type": "uint24"
},
{
"internalType": "bytes",
"name": "secondaryBandWidthPPMs",
"type": "bytes"
},
{
"internalType": "uint16",
"name": "mode",
"type": "uint16"
}
],
"internalType": "struct IFtsoInflationConfigurations.FtsoConfiguration",
"name": "",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getFtsoConfigurations",
"outputs": [
{
"components": [
{
"internalType": "bytes",
"name": "feedIds",
"type": "bytes"
},
{
"internalType": "uint24",
"name": "inflationShare",
"type": "uint24"
},
{
"internalType": "uint16",
"name": "minRewardedTurnoutBIPS",
"type": "uint16"
},
{
"internalType": "uint24",
"name": "primaryBandRewardSharePPM",
"type": "uint24"
},
{
"internalType": "bytes",
"name": "secondaryBandWidthPPMs",
"type": "bytes"
},
{
"internalType": "uint16",
"name": "mode",
"type": "uint16"
}
],
"internalType": "struct IFtsoInflationConfigurations.FtsoConfiguration[]",
"name": "",
"type": "tuple[]"
}
],
"stateMutability": "view",
"type": "function"
}
]