コンテンツにスキップ

JPYC_EIP712_DOMAIN_HINT

このコンテンツはまだ日本語訳がありません。

const JPYC_EIP712_DOMAIN_HINT: object

Defined in: src/tokens/jpyc.ts:30

EIP-712 domain hint for off-chain authorization signing (EIP-3009, EIP-2612).

The real JPYC contract does not expose version() publicly — it lives in an internal VERSION state variable set during proxy initialization. The canonical value is "1", matching the FiatToken lineage; the signTransferWithAuthorization helper accepts an override if a future deployment changes this.

name is “JPY Coin” — the on-chain name() value on every live deployment.

Type Declaration

name

readonly name: "JPY Coin" = "JPY Coin"

version

readonly version: "1" = "1"