Solidity:如何获取调用函数的帐户

时间:2017-12-30 16:04:40

标签: ethereum solidity smartcontracts web3js web3

我正在尝试创建一个测试应用程序,其中帐户只能调用一次函数。这可能吗?我需要的是获取调用我的函数的帐户/地址的方法,AKA是“from”部分。

由于

1 个答案:

答案 0 :(得分:0)

如果是来自某个帐户,请使用MyHandler。如果从合同中打电话,您可以查看msg.sender

https://ethereum.stackexchange.com/questions/1891/whats-the-difference-between-msg-sender-and-tx-origin