https://github.com/tomochain/trc25/blob/main/contracts/VRC25Permit.sol#L11 ```solidity function DOMAIN_SEPARATOR() external override view returns (bytes32) { return _domainSeparatorV4(); } ```
https://github.com/tomochain/trc25/blob/main/contracts/VRC25Permit.sol#L11