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 *