gnosisguild / zodiac-guard-scope

A transaction guard that allows the owner to limit the multisig signers to calling specific function signatures on specific contracts.
GNU Lesser General Public License v3.0
34 stars 19 forks source link

rename sendAllowed to fallbackAllowed and add valueAllowed #21

Closed auryn-macmillan closed 2 years ago

auryn-macmillan commented 2 years ago

This PR renames an sendAllowed to fallbackAllowed and adds valueAllowed, so as to disambiguate sending value and triggering the fallback and receive functions on a contract.