|
|
|
|
|
by joosters
2972 days ago
|
|
It still wouldn't solve the problem of viewing the source. You can't easily view the source code of a deployed contract. The only way to verify a contract is to find the source code from somewhere, then try compiling it and check if the bytecode matches the blockchain data. But details like compiler version and compiler flags may lead to the bytecode not matching. In short, there's no good way of verifying an ethereum contract. |
|