How to prove ownership of a renounced contract

Hi everybody
i have created a token on BSC and now i have invoked the renouncedOwnership and i wonder that if there will be any problem about listing on DEXs and CEXs and listing sites.
and if they ask for proof of ownership how can i prove it?
thanks

Just show them the tx hash of renouncing the ownership

1 Like

As long as you still got the deployer address, there would not be an issue

1 Like

I think if you call function renouncedOwnership(), and then if you call owner(), you will get a zero address, I think this means, there is not a owner.

And I think you can also follow pytune's advice.

1 Like