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

Find the max amount of tokens that can be transferred on mainnet #7

Open
SmartLayer opened this issue Mar 6, 2024 · 1 comment
Open

Comments

@SmartLayer
Copy link
Contributor

https://sepolia.etherscan.io/tx/0x08734434926122e107f89e62bddf613ecf96ef8bf44adc7ca0fbceba25cc5b93
transferred 5454 tokens. it's probably tha max on Sepolia from contract initial balance to any user

https://sepolia.etherscan.io/tx/0xf0223806820911beddaa42f2a055818f40b4c8162b88284966ceba1d9d10dde1
transferred 2727 tokens, it's probably the max from a user to another user.

@oleggrib
Copy link
Collaborator

oleggrib commented Mar 6, 2024

Those transactions spend 28M of gas, what will cost 0.6...2.4 or more in Ethereum Mainnet
maybe worth to add methods disableERC721ForMe()/enableERC721ForMe() ?
So user can decide what he wants to do - move bulk ERC20 with cheap gas or show own ERC721 on OpenSea.

user can have 2 accounts: for ERC20 and for ERC721. once user need ERC721 he can tranfer 1 ERC20 to another account and it will mint new ERC721
@SmartLayer

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