从创建者和nonce的地址创建合同地址

时间:2018-05-20 13:09:50

标签: encoding ethereum solidity

我确信可以使用msg.sender和nonce确定合同地址。我读到他们在python https://ethereum.stackexchange.com/questions/760/how-is-the-address-of-an-ethereum-contract-computed/47083#47083中使用了RLPEncoding。但我不确定如何做到这一点。

function createAddress(address creator, bytes nonce) public returns(address conractAdd) {
//SomeBody help me writing this part                                          
}

0 个答案:

没有答案