From 85dc0600175d61a8516d5985c4ebf3c130b6e271 Mon Sep 17 00:00:00 2001 From: Timothy Lopez Date: Fri, 27 Apr 2018 18:20:06 -0600 Subject: [PATCH] Added getToAddress --- src/Contract.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Contract.php b/src/Contract.php index b6c334a..856148e 100644 --- a/src/Contract.php +++ b/src/Contract.php @@ -233,6 +233,14 @@ class Contract return $this->events; } + /** + * @return string + */ + public function getToAddress() + { + return $this->toAddress; + } + /** * getConstructor *