pendulum-chain / pendulum-solidity-wrapper

A collection of Solidity wrapper contracts emulating common ERC interfaces to grant access to runtime features on Pendulum.
GNU General Public License v3.0
0 stars 0 forks source link

add metadata to contract storage #7

Closed ashneverdawn closed 1 year ago

ashneverdawn commented 1 year ago

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.