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, Address rootOwner, BigInteger totalSupply, Address deployer, Address initialSupplyTo, BigInteger initialSupply, BigInteger initialWalletValue, boolean mintDisabled, boolean burnByRootDisabled, boolean burnPaused, Address remainingGasTo) Methods inherited from class tech.deplant.java4ever.framework.template.ContractTemplate
abi, 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 Tip31Root deployWithGiver(Sdk sdk, Credentials keys, Giver giver, BigInteger value, String tokenName, String tokenTicker, int tokenDecimalPoints, Address rootOwner, BigInteger totalSupply, Address deployer, Address initialSupplyTo, BigInteger initialSupply, BigInteger initialWalletValue, boolean mintDisabled, boolean burnByRootDisabled, boolean burnPaused, Address remainingGasTo) throws tech.deplant.java4ever.binding.EverSdkException - Throws:
tech.deplant.java4ever.binding.EverSdkException
-