Hello everyone. Tell me how best to implement a function that should send n transactions. At first I thought about the usual for loop inside the contract, but realized that this is a bad idea because it is not limited to gas. Calling a function in a loop through the server part? How good is this practice? Are there any examples of implementation in known protocols

Aug 2, 2021, 6:27 PM
see how dividend tracker token can iterate a list and pick up where it ran out of gas
Aug 2, 2021, 7:19 PM

© 2024 Draquery.com All rights reserved.