Page 1 of 1

Smart Contracts:

Posted: Mon Mar 27, 2023 1:39 pm
by answerhappygod
Smart Contracts:

A. are always living on the same address, because the blockchain is deterministic. So, one account can always have one smart contract.
B. are having the same address as the EOA.
C. are sitting on their own address. The Address is created from the nonce and the EOA address and could be known in advance before deploying the smart contract.
D. the address of the smart contract is a random address which gets generated by the miner who mines the contract-creation transaction.