Skip to content

Empty event log  #730

@jfdelgad

Description

@jfdelgad
  • Version: 4.b13
  • Python: 3.6
  • OS: win
  • Geth
  • Rinkeby

I have a simple contract that produces events. The events are registered on mist correctly.
I can interact with the contract without problems but can't get the events. I am simply doing this:

"RegisterCall" is the name of the event in the contract.

event_filter = mycontract.events.RegisterCall.createFilter(fromBlock=1)
event_filter.get_all_entries()
>>>[]

Any suggestion will be appreciated.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions