Class KIP17ConstantData


  • public class KIP17ConstantData
    extends java.lang.Object
    Representing a data class that has KIP17 constant data to deploy.

    This KIP-17 contract source code based on Klaytn-contracts. https://github.com/klaytn/caver-java/core/src/main/java/com/klaytn/caver/kct/kip17/KIP17Token.sol The ABI and bytecode below are built via the following command. solc --abi --bin --optimize --optimize-run 200 KIP17Token.sol compiler : v0.8.4+commit.c7e474f2

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ABI  
      static java.lang.String BINARY  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KIP17ConstantData

        public KIP17ConstantData()