From b26da9a83b6de068f0a899fa32763ead8e04e90a Mon Sep 17 00:00:00 2001 From: Nanolucas Date: Wed, 17 Mar 2021 21:53:58 +0100 Subject: [PATCH] initialise empty array --- src/Contract.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Contract.php b/src/Contract.php index d98c7ca..dd682c8 100644 --- a/src/Contract.php +++ b/src/Contract.php @@ -891,6 +891,8 @@ class Contract } } + $eventLogData = []; + //indexed and non-indexed event parameters must be treated separately //indexed parameters are stored in the 'topics' array //non-indexed parameters are stored in the 'data' value