@flarenetwork/flare-periphery-contract-artifacts
Version:
Smart contract artifacts for all Flare chains
74 lines (73 loc) • 1.46 kB
JSON
[
{
"inputs": [
{
"internalType": "uint256",
"name": "_blockNumber",
"type": "uint256"
}
],
"name": "getCirculatingSupplyAt",
"outputs": [
{
"internalType": "uint256",
"name": "_circulatingSupplyWei",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "_blockNumber",
"type": "uint256"
}
],
"name": "getCirculatingSupplyAtCached",
"outputs": [
{
"internalType": "uint256",
"name": "_circulatingSupplyWei",
"type": "uint256"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "getInflatableBalance",
"outputs": [
{
"internalType": "uint256",
"name": "_inflatableBalanceWei",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "_inflationAuthorizedWei",
"type": "uint256"
}
],
"name": "updateAuthorizedInflationAndCirculatingSupply",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "updateCirculatingSupply",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]