mirror of
https://github.com/Instadapp/aave-automation-subgraph.git
synced 2024-07-29 22:28:08 +00:00
Update README.md
This commit is contained in:
parent
35ef451d7f
commit
0da85e4b4a
134
README.md
134
README.md
|
|
@ -13,6 +13,7 @@ Query Structure
|
||||||
{
|
{
|
||||||
accounts{
|
accounts{
|
||||||
id
|
id
|
||||||
|
user
|
||||||
submitAutomation{
|
submitAutomation{
|
||||||
id
|
id
|
||||||
user
|
user
|
||||||
|
|
@ -20,28 +21,36 @@ Query Structure
|
||||||
safeHF
|
safeHF
|
||||||
thresholdHF
|
thresholdHF
|
||||||
currentHf
|
currentHf
|
||||||
}
|
transactionDetail{
|
||||||
executeMetaData{
|
|
||||||
id
|
id
|
||||||
isSafe
|
blockNumber
|
||||||
metadata
|
timeStamp
|
||||||
|
transactionHash
|
||||||
|
transactionLogIndex
|
||||||
|
logIndex
|
||||||
|
}
|
||||||
}
|
}
|
||||||
executeAutomation{
|
executeAutomation{
|
||||||
id
|
id
|
||||||
|
user
|
||||||
|
userId
|
||||||
|
nonce
|
||||||
finalHf
|
finalHf
|
||||||
initialHf
|
initialHf
|
||||||
automationFee
|
automationFee
|
||||||
|
isSafe
|
||||||
|
metaData
|
||||||
params{
|
params{
|
||||||
id
|
id
|
||||||
collateralToken
|
collateralToken
|
||||||
debtToken
|
|
||||||
collateralAmount
|
collateralAmount
|
||||||
|
debtToken
|
||||||
debtAmount
|
debtAmount
|
||||||
collateralAmountWithTotalFee
|
collateralAmountWithTotalFee
|
||||||
swap{
|
swap{
|
||||||
id
|
id
|
||||||
buyToken
|
|
||||||
sellToken
|
sellToken
|
||||||
|
buyToken
|
||||||
sellAmt
|
sellAmt
|
||||||
unitAmt
|
unitAmt
|
||||||
callData
|
callData
|
||||||
|
|
@ -49,10 +58,13 @@ Query Structure
|
||||||
route
|
route
|
||||||
rateMode
|
rateMode
|
||||||
}
|
}
|
||||||
spells{
|
transactionDetail{
|
||||||
id
|
id
|
||||||
_targets
|
blockNumber
|
||||||
_datas
|
timeStamp
|
||||||
|
transactionHash
|
||||||
|
transactionLogIndex
|
||||||
|
logIndex
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
cancelData{
|
cancelData{
|
||||||
|
|
@ -60,19 +72,111 @@ Query Structure
|
||||||
user
|
user
|
||||||
userId
|
userId
|
||||||
nonce
|
nonce
|
||||||
|
transactionDetail{
|
||||||
|
id
|
||||||
|
blockNumber
|
||||||
|
timeStamp
|
||||||
|
transactionHash
|
||||||
|
transactionLogIndex
|
||||||
|
logIndex
|
||||||
|
}
|
||||||
}
|
}
|
||||||
systemCancelData{
|
systemCancelData{
|
||||||
id
|
id
|
||||||
userId
|
|
||||||
user
|
user
|
||||||
|
userId
|
||||||
nonce
|
nonce
|
||||||
errorCode
|
errorCode
|
||||||
}
|
transactionDetail{
|
||||||
}
|
|
||||||
executors{
|
|
||||||
id
|
id
|
||||||
executors
|
blockNumber
|
||||||
|
timeStamp
|
||||||
|
transactionHash
|
||||||
|
transactionLogIndex
|
||||||
|
logIndex
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
feeTransferDatas{
|
||||||
|
id
|
||||||
|
recipient
|
||||||
|
from
|
||||||
|
tokens
|
||||||
|
amount
|
||||||
|
transactionDetail{
|
||||||
|
id
|
||||||
|
blockNumber
|
||||||
|
timeStamp
|
||||||
|
transactionHash
|
||||||
|
transactionLogIndex
|
||||||
|
logIndex
|
||||||
|
}
|
||||||
|
}
|
||||||
|
updateMinHfDatas{
|
||||||
|
id
|
||||||
|
oldMinHf
|
||||||
|
newMinHf
|
||||||
|
transactionDetail{
|
||||||
|
id
|
||||||
|
blockNumber
|
||||||
|
timeStamp
|
||||||
|
transactionHash
|
||||||
|
transactionLogIndex
|
||||||
|
logIndex
|
||||||
|
}
|
||||||
|
}
|
||||||
|
updateBufferHfDatas{
|
||||||
|
id
|
||||||
|
oldBuffer
|
||||||
|
newBuffer
|
||||||
|
transactionDetail{
|
||||||
|
id
|
||||||
|
blockNumber
|
||||||
|
timeStamp
|
||||||
|
transactionHash
|
||||||
|
transactionLogIndex
|
||||||
|
logIndex
|
||||||
|
}
|
||||||
|
}
|
||||||
|
updateAutomationFeeDatas{
|
||||||
|
id
|
||||||
|
oldAutomationFee
|
||||||
|
newAutomationFee
|
||||||
|
transactionDetail{
|
||||||
|
id
|
||||||
|
blockNumber
|
||||||
|
timeStamp
|
||||||
|
transactionHash
|
||||||
|
transactionLogIndex
|
||||||
|
logIndex
|
||||||
|
}
|
||||||
|
}
|
||||||
|
changedOwners{
|
||||||
|
id
|
||||||
|
oldOwner
|
||||||
|
newOwner
|
||||||
|
transactionDetail{
|
||||||
|
id
|
||||||
|
blockNumber
|
||||||
|
timeStamp
|
||||||
|
transactionHash
|
||||||
|
transactionLogIndex
|
||||||
|
logIndex
|
||||||
|
}
|
||||||
|
}
|
||||||
|
systemCallDatas{
|
||||||
|
id
|
||||||
|
sender
|
||||||
|
actionId
|
||||||
|
metaData
|
||||||
|
transactionDetail{
|
||||||
|
id
|
||||||
|
blockNumber
|
||||||
|
timeStamp
|
||||||
|
transactionHash
|
||||||
|
transactionLogIndex
|
||||||
|
logIndex
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user