@chainlink/contracts
Version:
Chainlink smart contracts
151 lines (150 loc) • 2.77 kB
JSON
[
{
"inputs": [
{
"internalType": "bytes32",
"name": "requestId",
"type": "bytes32"
}
],
"name": "deleteCommitment",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint64",
"name": "subscriptionId",
"type": "uint64"
},
{
"internalType": "bytes",
"name": "data",
"type": "bytes"
},
{
"internalType": "uint32",
"name": "callbackGasLimit",
"type": "uint32"
},
{
"internalType": "uint256",
"name": "gasPriceWei",
"type": "uint256"
}
],
"name": "estimateCost",
"outputs": [
{
"internalType": "uint96",
"name": "",
"type": "uint96"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getAdminFeeJuels",
"outputs": [
{
"internalType": "uint72",
"name": "",
"type": "uint72"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes",
"name": "requestCBOR",
"type": "bytes"
}
],
"name": "getDONFeeJuels",
"outputs": [
{
"internalType": "uint72",
"name": "",
"type": "uint72"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getOperationFeeJuels",
"outputs": [
{
"internalType": "uint72",
"name": "",
"type": "uint72"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getUsdPerUnitLink",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
},
{
"internalType": "uint8",
"name": "",
"type": "uint8"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getWeiPerUnitLink",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "uint96",
"name": "amount",
"type": "uint96"
}
],
"name": "oracleWithdraw",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "oracleWithdrawAll",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]