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

I would like to know what optimization did you do #2

Open
1500256797 opened this issue Feb 8, 2022 · 3 comments
Open

I would like to know what optimization did you do #2

1500256797 opened this issue Feb 8, 2022 · 3 comments

Comments

@1500256797
Copy link

I would like to know what optimization did you do . because, i meets "Exceeds block gas limit" this bug, so i guess you did some optimization.

@GGCCCC
Copy link
Owner

GGCCCC commented Feb 8, 2022

I would like to know what optimization did you do . because, i meets "Exceeds block gas limit" this bug, so i guess you did some optimization.

if it occurs when using estimateGas, you have to reduce claim times; or if you set gas manually, you have to reduce gas (mybe claim times as well).

@1500256797
Copy link
Author

could you share with me the difference between buyandfree and call function?

@GGCCCC
Copy link
Owner

GGCCCC commented Feb 10, 2022

could you share with me the difference between buyandfree and call function?

when you call Call function in air_drop_multi_claim_with_selfdestruct contract, the contract will create several Claimer subcontract, which will claim airdrop, transfer to your account and selfdestruct.

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