mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-26 08:15:19 +00:00
278f7854dc
* feat(evmutil): add ERC20KavaWrappedNativeCoinContract * adds the contract ABI & bytecode for an Ownable erc20 with the following: * customizable decimals on deploy -> requires overriding decimals() view * mint() exposed for the contract owner which will be the evmutil module * burn() exposed for the contract owner which will be the evmutil module * sets up keeper to deploy above token based on details from an AllowedNativeCoinERC20Token * tests basic queries and permissions of deployed contract * update changelog * improve error messages & comments for erc20 deploy |
||
---|---|---|
.. | ||
bank_keeper_test.go | ||
bank_keeper.go | ||
conversion_test.go | ||
conversion.go | ||
erc20_test.go | ||
erc20.go | ||
evm_test.go | ||
evm.go | ||
grpc_query_test.go | ||
grpc_query.go | ||
invariants_test.go | ||
invariants.go | ||
keeper_test.go | ||
keeper.go | ||
migrations.go | ||
msg_server_test.go | ||
msg_server.go | ||
params_test.go | ||
params.go |