Questions tagged [query]
42 questions
3
votes
1 answer
Querying the blockchain: Search transaction by data
Is it possible to perform queries on the blockchain, based on transaction properties (other then hash), such as its data/sender/value/etc fields?
For example, is it possible to "ask the blockchain" to return all transactions whose data match a…
Starnuto di topo
- 131
- 4
1
vote
0 answers
Is it possible to query blockchain using wallet extra-infos?
I read here how to add extra fields to a wallet address, is it possible to query the ethereum blockchain and find all wallets with the same extra-filed? For example: all wallets with the same user name?
cesko80
- 75
- 4
1
vote
0 answers
The graph, filter query by relationship non id value
I have these types:
type Poll @entity {
id: ID!
hash: String!
contributions: [Contribution!]! @derivedFrom(field: "poll")
}
type Contribution @entity {
id: ID!
contributorAddress: Bytes!
…
scotby
- 33
- 4
0
votes
1 answer
Forced Withdraw from L2 StarkEX
I need to request the forced withdraw function on the StarkEx smart contract in order to get my DYDX funds back to L1.
I have found an Github solidity code but no clue how to deploy it to StarkEx smart contract.
I have an open position on DYDX, can…
FrankSter
- 1
- 1