Class Tip31RootTemplate

java.lang.Object
tech.deplant.java4ever.framework.template.ContractTemplate
tech.deplant.java4ever.framework.template.Tip31RootTemplate

public class Tip31RootTemplate extends ContractTemplate
  • Field Details

    • DEFAULT_TVC

      public static final ContractTvc DEFAULT_TVC
  • Constructor Details

    • Tip31RootTemplate

      public Tip31RootTemplate() throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException
    • Tip31RootTemplate

      public Tip31RootTemplate(ContractAbi abi, ContractTvc tvc)
  • Method Details

    • DEFAULT_ABI

      public static ContractAbi DEFAULT_ABI() throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException
    • deployWithGiver

      public Tip32Root deployWithGiver(Sdk sdk, Credentials keys, Giver giver, BigInteger value, String tokenName, String tokenTicker, int tokenDecimalPoints, String rootOwner, BigInteger totalSupply, String deployer, String initialSupplyTo, BigInteger initialSupply, BigInteger initialWalletValue, boolean mintDisabled, boolean burnByRootDisabled, boolean burnPaused, String remainingGasTo) throws tech.deplant.java4ever.binding.EverSdkException
      Throws:
      tech.deplant.java4ever.binding.EverSdkException