Stephan
@stephancill
verified it. for those interested - i ended up downloading all the solidity files from the token creator contract, - compiled with parameters that exactly match that of the creator contract, - ran forge verify-contracts with the --show-standard-json-input and saved it to an output.json - used the output.json for verification on etherscan with some fake constructor args - obtained the real constructor args by getting the diff between the generated bytecode and deployed bytecode - used the real args to verify https://basescan.org/address/0xB3A720f17902b7d2e8c38c5044C3B20e8AC9C27C#code
6 replies
5 recasts
31 reactions
Stephan
@stephancill
shoutout @cooki for the hint!!
1 reply
1 recast
12 reactions
Cooki
@cooki
nw! It shouldn't be this hard still to verify tbqh
1 reply
0 recast
1 reaction
Stephan
@stephancill
yeah i think i must have fucked something up in my original deployment tbh
0 reply
0 recast
1 reaction