Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 533 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 533 Bytes

test-erc20-batch-transfer

Compare standard Openzeppelin ERC20 contracts transfer via multiple single transfers with via mds1/multicall. The result is as follows:

image

The test result is somewhat wrong because in Foundry test, the single transfer is done in a single test function, so that the slot is warm except for the first transfer, causing the rest transfer save some gas.