msg.sender
for your task executions.

Remember that your dedicated msg.sender can vary across different blockchain networks. You can view the dedicated msg.sender for each network through the provided settings link.

msg.sender
restrictions should be added to the function that Gelato will call during execution, not the checker function. Learn more about it here: Writing Solidity FunctionsAutomateReady
exposes a modifier onlyDedicatedMsgSender
which restricts msg.sender
to only task executions created by taskCreator
defined in the constructor.