Pavel Orda
Results
3
comments of
Pavel Orda
> > I think `isOwner()` should be a public `@Callable` function to allow people to check if they are the `owner` of the contract. > > ```java > @Callable >...
> > > For the constants `NO_ADDRESS` and `OWNERSHIP_TRANSFERRED` below, > > ```java > public static class Const { > public static final Address NO_ADDRESS = new Address(new byte[32]); >...
Faced same issue and created fix. See pull request #30.