Proxy Auth
contract ProxyAuth {
function callExecute(
address _proxyAddr,
address _contractAddr,
bytes memory _callData
) public payable onlyExecutor;
}Last updated
contract ProxyAuth {
function callExecute(
address _proxyAddr,
address _contractAddr,
bytes memory _callData
) public payable onlyExecutor;
}Last updated