// Test that the balance corresponds with the intended behaviour
balance=EToken.balance();
assert(move(balance)==100,3);
return;
}
```
[eToken.mvir](resource/eToken.mvir)
### 1.6 现状
>In the longer term, Move must be capable of encoding the rich variety of assets and corresponding business logic that make up a financial infrastructure.