diff options
author | Wei-Ning Huang <aitjcize@gmail.com> | 2018-11-02 12:49:44 +0800 |
---|---|---|
committer | Wei-Ning Huang <aitjcize@gmail.com> | 2018-11-02 12:49:44 +0800 |
commit | 59d85db9b2300c0cd70d39c8e5e1738d54101707 (patch) | |
tree | ed27bbfca7de3c66fb8185984d3d3730169759ab | |
parent | b478536d66b8616464b829674e6ca715ee4cb4b0 (diff) | |
download | dexon-wiki-59d85db9b2300c0cd70d39c8e5e1738d54101707.tar dexon-wiki-59d85db9b2300c0cd70d39c8e5e1738d54101707.tar.gz dexon-wiki-59d85db9b2300c0cd70d39c8e5e1738d54101707.tar.bz2 dexon-wiki-59d85db9b2300c0cd70d39c8e5e1738d54101707.tar.lz dexon-wiki-59d85db9b2300c0cd70d39c8e5e1738d54101707.tar.xz dexon-wiki-59d85db9b2300c0cd70d39c8e5e1738d54101707.tar.zst dexon-wiki-59d85db9b2300c0cd70d39c8e5e1738d54101707.zip |
Updated Governance Contract Interface (markdown)
-rw-r--r-- | Governance-Contract-Interface.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Governance-Contract-Interface.md b/Governance-Contract-Interface.md index 914f703..e5d1191 100644 --- a/Governance-Contract-Interface.md +++ b/Governance-Contract-Interface.md @@ -1,4 +1,8 @@ -The DEXON governance contract is implemented in Go, but it's ABI compatible with Solidity. The equivalent solidity interface can be found in the [dexon-foundation/governance](https://github.com/dexon-foundation/governance/blob/master/contracts/Governance.sol) repo. The governance contract ABI is as follows: +The DEXON governance contract is implemented in Go, but it's ABI compatible with Solidity. + +The governance contract address is located at `0x5765692d4e696e6720536f6e696320426f6a6965` + +The equivalent solidity interface can be found in the [dexon-foundation/governance](https://github.com/dexon-foundation/governance/blob/master/contracts/Governance.sol) repo. The governance contract ABI is as follows: ``` [ |