Advanced
shazow.eth@shazow
2/1/2023

Is there a generalized way to give another address access to a specific function on a contract? For example, I have a utility NFT and I want to give another address access to call specific functions on it. Perhaps a Gnosis module? Or is there a generic proxy with permissions contract?

In reply to @shazow
Caden@cbxm
3/12/2023

`if msg.sender == [address]` ? disclaimer: am not solidity dev

In reply to @shazow
tim reilly@tldr
3/21/2023

cc @0xmarty may have ideas - he's our contract guru 😎