본문으로 건너뛰기

[Account] klay_isContractAccount

Returns true if an input account has a non-empty codeHash at the time of a specific block number. It returns false if the account is an EOA or a smart contract account which doesn't have codeHash.

NOTE: In versions earlier than Kaia v1.7.0, only integer block number, the string "earliest" and "latest" are available

JSONRPC: klay_isContractAccount

Request

Responses

Returns true if an input account has a non-empty codeHash at the time of a specific block number.

페이지를 개선해 주세요