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

Fee can be done with a contract #1972

Closed
pynixwang opened this issue Jul 31, 2021 · 2 comments
Closed

Fee can be done with a contract #1972

pynixwang opened this issue Jul 31, 2021 · 2 comments

Comments

@pynixwang
Copy link

function submint(string memory tokenSymbol, address tokenAddress) public {
  tpt.transferFrom(msg.sender, feeCollector, feeAmount);
  emit Submited(tokenSymbol, tokenAddress); // no hash needed
}
@zz026412
Copy link

zz026412 commented Aug 1, 2021

@zz026412
Copy link

zz026412 commented Aug 1, 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