casino-ethereum icon indicating copy to clipboard operation
casino-ethereum copied to clipboard

Owner = Public Address in Casino.sol?

Open orionmon opened this issue 6 years ago • 0 comments

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.

orionmon avatar May 31 '18 04:05 orionmon