I'm trying to get constructor arguments for a contract on polygon
The image shows the decoded arguments on polygonscan https://polygonscan.com/address/0x3fd939b017b31eaadf9ae50c7ff7fa5c0661d47c#code
In dune, polygon.contracts has the abi and bytecode but not the constructor arguments
see:
SELECT
*
from
polygon.contracts
where
address = '\x3fd939b017b31eaadf9ae50c7ff7fa5c0661d47c'