Block a user
Add export/import functionality
Make Kredits undivisible
Add export/import functionality
Copied from somewhere, but now I can't find from where exactly. I'll change it.
Add export/import functionality
Yes, I think we need both, since the interface doesn't seem to expose the address. But if you know a way to get from the interface to the address, then that would be great.
Add export/import functionality
It requires those argument values when it's not a migration. There are no optional arguments or default values in Solidity. After having played around with a few solutions, I thought this one was…