Questions dealing with the contracts or clients logs. The tag "events" may be more appropriate, see https://ethereum.stackexchange.com/questions/tagged/events
Questions tagged [logs]
222 questions
7
votes
1 answer
What is the capacity of the logsBloom?
The logs bloom filter in the block header has a size of 2048 bits. How many messages will it accommodate before the false positive rate is too high for it to be useful anymore? If a formula could be provided that would be excellent.
Scott
- 173
- 3
2
votes
0 answers
Logs of Token couldn't be received
I am using Ethereum Wallet Version 0.8.9 on Ubuntu 16.04. I added Golem token to Wallet about week ago and now I get following error messages on logs:
[ERROR] (ui: browser) - Logs of Token Golem Network Token couldn't be received {}
Is this…
Some One
- 21
- 2
1
vote
0 answers
Error deploying the subgraph: Internal error: Could not pick index node
I'm playing with "The Graph" example counter project. If all I do is change the contract address in the mapping.ts to the same Counter contract on Rinkeby, then try to deploy, I get this error:
Error deploying the subgraph: Internal error: Could…
Mark Oland
- 11
- 1
0
votes
2 answers
Is it possible to get the log data of a smart contract?
I would like to know if it's possible to get the log data of a smart contract. The thing is that I need to get the adress, the tokenId and a couple more variables, but I don't know how to get that information once the contract is already deployed.…
Santiago
- 3
- 1