From c60641c135a946d53f8e1fb343a107b121acb599 Mon Sep 17 00:00:00 2001 From: Kyryl Riabov Date: Tue, 11 Jun 2024 19:24:38 +0300 Subject: [PATCH] Updated README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d4b614..560e60e 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,9 @@ After the steps above (pausing and implementation upgrade), the Circle team can This step concludes the USDC Hand Over Procedure. -## Contract Management Methods +## Bridge Management Methods + +### Usage All the functions below should be called directly on the Bridge contract. @@ -162,6 +164,10 @@ All the functions below should be called directly on the Bridge contract. > To call these functions on the QTum network the [QTum Web Wallet](https://wallet.bridge.qtum.net/send-to-contract) can be used. +Bridge ABI can be found [here](https://github.com/qtumproject/bridge-evm-contracts/blob/db8288800fab385135af837cd757456b520bb414/abi/Bridge.json) + +### Methods + To check the current owner of the Bridge contract, you can call the `owner` method. To verify if the `signersMode` is enabled, use the `isSignersMode` method. Lastly, to check the current `pauseManager` address, call the `pauseManager` method. If the `pauseManager` address is the zero address, the `pauseManager` functionality can only be called by the owner of the Bridge contract.