Get contract address settings

Hi there.

Is there is way to get contract address settings like license?

For example, if we open page https://bscscan.com/address/0x66e1e0ea96abb155932af031d41bf1f21b235958#code we have:

Other Settings: default evmVersion, GNU GPLv3 license

So we have GNU GPLv3 license for this contract address.

Thanks.

I think that licence is extracted from the code that was validated on bscscan. you can extract that licence from the source code, but the source code is only present on bscscan and only when the contract is validated.

1 Like

You mean:

Contract Source Code (Solidity)

I didn’t find any info about licence.

Thanks.

another option is that when the contract was validated on https://bscscan.com/verifyContract, the licence was selected directly there, without being added in the source code

1 Like

Ouch … Now I see. Thanks.

1 Like