7 ms·
> Tokens are property. What law says this? Technically, tokens are smart contracts, basically OOP classes with both data and behavior. They also by design have
by aj3 2y ago
> Tokens are property.
What law says this? Technically, tokens are smart contracts, basically OOP classes with both data and behavior. They also by design have public methods which are meant to be triggered by anyone on the chain. It's not at all obvious that triggering these methods in an unexpected order or with unexpected data is breaking any laws whatsoever. It's bytecode anyway, so there's no human readable EULA's or explanations on what you're allowed to do with the token.