-
MixBytes
- @karapetyantv
Pinned Loading
-
Parse contract events with web.js us...
Parse contract events with web.js usin block chunks 1async function getEventsInChunks(contract, eventName, fromBlock, toBlock) {
2if (fromBlock > toBlock) {
3console.log('fromBlock is higher than toBlock')
4return [];
5}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.