Commit 4155fcc4 authored by 谢昇's avatar 谢昇

Update chain33.md

parent 27dc758a
......@@ -48,4 +48,8 @@ chain33系统支持两种方式转入:
但对于用户来说,实际只需关心自己的合约中的余额。
同样以挖矿合约举例,我们在主网浏览器上可以查询到16htvcBNSEA7fZhAdLJphDwQRQJaHpyHTp的余额,将余额代表当下有多少代币正在该合约中,这个值是所有其他地址转入挖矿合约的代币总和。因为合约地址不存在私钥的原则,该地址中的余额无法被私钥转出,只能以满足合约规则的方式变动。
![合约余额](https://gitlab.33.cn/flyaway53/test/raw/master/img-folder/9.png)
\ No newline at end of file
![合约余额](https://gitlab.33.cn/flyaway53/test/raw/master/img-folder/9.png)
也就是说我转入其他合约的代币,依然是属于我的地址的资产,只是暂时将操作权限转移给了合约;当需要的时候,随时可以使用私钥将其取回。
在查询的时候,也可以查询到我的地址在所有合约下的余额。如图可以查询到我的地址在其他合约中的余额。
![查询余额](https://gitlab.33.cn/flyaway53/test/raw/master/img-folder/10.png)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment