강의

멘토링

커뮤니티

Inflearn Community Q&A

happyaphappy2375's profile image
happyaphappy2375

asked

Creating Klaytn Blockchain Applications - NFT

Non-app preview

ERC165 의 구현 질문

Written on

·

205

0

constructor () public {
 supportsInterfaces[0x80ac58cd] = true;
}
위 구문으로, 컨트랙은 ERC721 을 구현했음을, 알려주는데 
사실 인터페이스를 실제 구현했는지는 검증은 못하고 암묵적인 룰로 보여요 . 
 
실제 수많은 스마트 컨트렉이 있을텐데,
인터페이스에 대한 검증을 하나하나 뜯어보며 할수 없고 다른 방법은 없는건가요?
웹앱blockchainnft

Answer

This question is waiting for answers
Be the first to answer!
happyaphappy2375's profile image
happyaphappy2375

asked

Ask a question