Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,095 changes: 1,095 additions & 0 deletions src/flare_ai_kit/abis/cyclo.json

Large diffs are not rendered by default.

2,061 changes: 2,061 additions & 0 deletions src/flare_ai_kit/abis/kineticComptroller.json

Large diffs are not rendered by default.

1,534 changes: 1,534 additions & 0 deletions src/flare_ai_kit/abis/kineticSflr.json

Large diffs are not rendered by default.

116 changes: 116 additions & 0 deletions src/flare_ai_kit/abis/sceptre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
[
{
"inputs": [
{
"internalType": "bytes21",
"name": "_feedId",
"type": "bytes21"
},
{
"internalType": "bytes21",
"name": "_referenceFeedId",
"type": "bytes21"
},
{
"internalType": "contract IFlareContractRegistry",
"name": "_flareContractRegistry",
"type": "address"
},
{
"internalType": "contract ISFlr",
"name": "_sFlr",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"inputs": [],
"name": "calculateFee",
"outputs": [
{
"internalType": "uint256",
"name": "_fee",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "feedId",
"outputs": [
{
"internalType": "bytes21",
"name": "",
"type": "bytes21"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "flareContractRegistry",
"outputs": [
{
"internalType": "contract IFlareContractRegistry",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getCurrentFeed",
"outputs": [
{
"internalType": "uint256",
"name": "_value",
"type": "uint256"
},
{
"internalType": "int8",
"name": "_decimals",
"type": "int8"
},
{
"internalType": "uint64",
"name": "_timestamp",
"type": "uint64"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [],
"name": "referenceFeedId",
"outputs": [
{
"internalType": "bytes21",
"name": "",
"type": "bytes21"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "sFlr",
"outputs": [
{
"internalType": "contract ISFlr",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
}
]
Loading