The blacklist
function in the PYRToken
contract is a view function that retrieves the address of the BlackListETH
contract. It is likely a public variable that allows users to check the current blacklist contract associated with the PYRToken
.
address
: Returns the address of the BlackListETH
contract.