casino-ethereum
casino-ethereum copied to clipboard
Owner = Public Address in Casino.sol?
Hi-just following through your code example. Question: Exactly where do we place the address/hash from Metamask?
i.e. "The address variable called owner is that long string from your Metamask account, in my case is this 0x08f96d0f5C9086d7f6b59F9310532BdDCcF536e2"
is written as: address public owner= 0x08f96d0f5C9086d7f6b59F9310532BdDCcF536e2;
...and then the hash is referred to as "owner" throughout the reset of the contract? Is this correct?
Thank you.