> For the complete documentation index, see [llms.txt](https://docs.belugas.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.belugas.io/aquarius.js/utility-methods/get-address.md).

# Get Address

Gets the contract address of the named contract. This method supports contracts used by the Belugas Protocol.

* `contract` (string) The name of the contract.
* `[network]` (string) Optional name of the Ethereum network. Main net and all the popular public test nets are supported.
* `RETURN` (string) Returns the address of the contract.

```
console.log('aBNB Address: ', Belugas.util.getAddress(Belugas.aBNB));
```
