SRC20EventWatcher
Synchronous SRC20 event watcher class
Constructor
class SRC20EventWatcher:
def __init__(
self,
w3: Web3,
aes_key: Bytes32,
*,
token_address: ChecksumAddress | None = None,
on_transfer: TransferCallback | None = None,
on_approval: ApprovalCallback | None = None,
on_error: ErrorCallback | None = None,
poll_interval: float = 2.0,
from_block: int | str = "latest",
) -> NoneParameters
Parameter
Type
Default
Description
Methods
Method
Description
Context Manager
Notes
See Also
Last updated

