Signature
Arguments
address
- The contract address from which to pop an event.
Should be used when the type of the event is known. Type of the event should be the event
defined within the contract.
Useful for testing the contract’s event emission.
May be called multiple times to pop multiple events.
If called until None
is returned, all events have been popped.