Also, I noticed that the total_supply method was missing (the underlying function was there, but it was not being exposed), so I added that too. And I rearraged the order of the methods a bit to make them in the same order as they are listed in the ERC20 standard, so that they are easier to track and make sure we aren't missing any.
Resolves https://github.com/pendulum-chain/pendulum-ink-wrapper/issues/2
Also, I noticed that the total_supply method was missing (the underlying function was there, but it was not being exposed), so I added that too. And I rearraged the order of the methods a bit to make them in the same order as they are listed in the ERC20 standard, so that they are easier to track and make sure we aren't missing any.