diff --git a/src/Contract.php b/src/Contract.php index dcf366d..476db71 100644 --- a/src/Contract.php +++ b/src/Contract.php @@ -235,6 +235,14 @@ class Contract return $this->events; } + /** + * @return string + */ + public function getToAddress() + { + return $this->toAddress; + } + /** * getConstructor *