Module java4ever.framework
Class Tip31RootTemplate
java.lang.Object
tech.deplant.java4ever.framework.template.ContractTemplate
tech.deplant.java4ever.framework.template.Tip31RootTemplate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ContractAbi
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) Methods inherited from class tech.deplant.java4ever.framework.template.ContractTemplate
abi, addressFromEncodedTvc, calculateAddress, decodeInitialData, decodeInitialPubkey, deploy, deployWithGiver, doDeploy, isDeployed, tvc, withUpdatedInitialData
-
Field Details
-
DEFAULT_TVC
-
-
Constructor Details
-
Tip31RootTemplate
public Tip31RootTemplate() throws com.fasterxml.jackson.core.JsonProcessingException- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
Tip31RootTemplate
-
-
Method Details
-
DEFAULT_ABI
- 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
-