@flarenetwork/flare-periphery-contract-artifacts
Version:
Smart contract artifacts for all Flare chains
94 lines (93 loc) • 1.82 kB
JSON
[
{
"inputs": [],
"name": "getCurrentRewardEpoch",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getPriceEpochConfiguration",
"outputs": [
{
"internalType": "uint256",
"name": "_firstPriceEpochStartTs",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "_priceEpochDurationSeconds",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "_revealEpochDurationSeconds",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "rewardEpochDurationSeconds",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "_rewardEpochId",
"type": "uint256"
}
],
"name": "rewardEpochs",
"outputs": [
{
"internalType": "uint256",
"name": "_votepowerBlock",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "_startBlock",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "_startTimestamp",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "rewardEpochsStartTs",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
]