Problem:CRC20 standard is not settled down and documented #62
Labels
documentation
Improvements or additions to documentation
evm
This issue or PR is related to EVM
help wanted
Extra attention is needed
high priority
Early stage proposal
native denom conversion
mint_by_cronos_module(address user, uint256 amount)
burn_by_cronos_module(address user, uint256 amount)
native_denom() returns (string)
bridge call
send_to_ibc(address recipient, uint256 amount)
send_to_ethereum(address recipient, uint256 amount)
native call events
__CronosSendToAccount(address recipient, uint256 amount)
__CronosSendToEthereum(address eth_recipient, uint256 amount, uint256 bridge_fee)
__CronosSendToIBCChannel(address recipient, uint256 amount)
The text was updated successfully, but these errors were encountered: