Hey guys I was working on a proxy contract recently for learning purposes. I am using the EIP1967 (AdminUpgradeabilityProxy), I attached it below. I'm having an error when deploying with a revert from the constructor.
I passed three parameters when deploying : target contract address : _logic, admin address : _admin, but I'm having a doubt for the _data part (line 337). I have tried to pass the target contract ABI as a byte32 without luck. Would you have experience on proxy and know how to deploy it ? Im kinda stuck so it would be amazing if you could help me on that last argument, been pulling my hair off for a while now. Thanks a lot mate !

Apr 24, 2021, 10:11 PM

© 2024 Draquery.com All rights reserved.