in eth smart conterct
how can get private key of my smart contract on after and before of deploy ?
Oct 31, 2020, 3:49 PM
there is no private key for a smart contract
Oct 31, 2020, 3:55 PM
but on tron smart contract have private key
is it true ?
is it true ?
Oct 31, 2020, 4:01 PM
idk, I haven't deployed anything on this centralized database
Oct 31, 2020, 4:01 PM
Nope it's almost same as eth, no private keys for contracts
Oct 31, 2020, 4:06 PM
So on some smart contract
the creator of smart contract how can give all balance of smart contract ?
How is this possible ??!!
the creator of smart contract how can give all balance of smart contract ?
How is this possible ??!!
Oct 31, 2020, 4:23 PM
owner.transfer(address(this).balance)😅
Oct 31, 2020, 4:50 PM