Hi everyone!
How i can achieve that only those accounts can access a function which is allowed by owner. Owner can allow permission to anyone and owner can disallow permission of anyone?
Jan 27, 2021, 5:05 PM
Create a whitelist of addresses which can be modified by the owner
Jan 27, 2021, 5:08 PM
Thank you. Any example of it will be very help
Jan 27, 2021, 5:08 PM
https://github.com/OpenZeppelin/openzeppelin-contracts/blob/release-v2.5.0/contracts/access/roles/WhitelistedRole.sol
Jan 27, 2021, 5:12 PM
Thanks
Jan 27, 2021, 5:12 PM