Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration test for ERC20 Wrapper contract #197

Closed
vakond opened this issue Sep 15, 2021 · 0 comments
Closed

Integration test for ERC20 Wrapper contract #197

vakond opened this issue Sep 15, 2021 · 0 comments
Assignees

Comments

@vakond
Copy link
Contributor

vakond commented Sep 15, 2021

Create new test to check ERC20 Wrapper contract methods:

  • totalSupply()
  • balanceOf(address)
  • transfer(address,uint256)
  • transferFrom(address,address,uint256)
  • approve(address,uint256)
  • allowance(address,address)
  • approveSolana(bytes32 spender, uint64 value)
@vakond vakond self-assigned this Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants