HashLips / solidity_smart_contracts

A list of smart contracts coded in solidity
MIT License
599 stars 491 forks source link

Gas Cost to set whitelist addresses #28

Closed CoffeeFam84 closed 1 year ago

CoffeeFam84 commented 2 years ago

Hello everyone! I know we all have high gas cost problems with whitelist. I noticed that there are two approaches to set whitelist addresses on the contract. I want to know which one costs lower gas. [approach 1]: image image

[approach 2]:

image

image