@flarenetwork/flare-periphery-contract-artifacts
Version:
Smart contract artifacts for all Flare chains
49 lines (48 loc) • 882 B
JSON
[
{
"inputs": [],
"name": "getContractName",
"outputs": [
{
"internalType": "string",
"name": "",
"type": "string"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getIncentivePoolAddress",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "receiveIncentive",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "_toAuthorizeWei",
"type": "uint256"
}
],
"name": "setDailyAuthorizedIncentive",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]