Module java4ever.framework
Record Class TIP3TokenRootTemplate
java.lang.Object
java.lang.Record
tech.deplant.java4ever.framework.template.TIP3TokenRootTemplate
- All Implemented Interfaces:
Template
Java template class for deploy of TIP3TokenRootContract contract for Everscale blockchain.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionTIP3TokenRootTemplate
(ContractAbi abi, Tvc tvc) Creates an instance of aTIP3TokenRootTemplate
record class.TIP3TokenRootTemplate
(Tvc tvc) -
Method Summary
Modifier and TypeMethodDescriptionabi()
Returns the value of theabi
record component.static ContractAbi
static Tvc
final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.prepareDeploy
(int contextId, int workchainId, Credentials credentials, String name_, String symbol_, Integer decimals_, Address rootOwner_, TvmCell walletCode_, BigInteger randomNonce_, Address deployer_, Address initialSupplyTo, BigInteger initialSupply, BigInteger deployWalletValue, Boolean mintDisabled, Boolean burnByRootDisabled, Boolean burnPaused, Address remainingGasTo) final String
toString()
Returns a string representation of this record class.tvc()
Returns the value of thetvc
record component.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface tech.deplant.java4ever.framework.template.Template
addressFromEncodedTvc, decodeInitialData, decodeInitialPubkey, isDeployed
-
Constructor Details
-
TIP3TokenRootTemplate
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
TIP3TokenRootTemplate
public TIP3TokenRootTemplate() throws com.fasterxml.jackson.core.JsonProcessingException- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
TIP3TokenRootTemplate
Creates an instance of aTIP3TokenRootTemplate
record class.- Parameters:
abi
- the value for theabi
record componenttvc
- the value for thetvc
record component
-
-
Method Details
-
DEFAULT_ABI
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
DEFAULT_TVC
-
prepareDeploy
public DeployHandle<TIP3TokenRootContract> prepareDeploy(int contextId, int workchainId, Credentials credentials, String name_, String symbol_, Integer decimals_, Address rootOwner_, TvmCell walletCode_, BigInteger randomNonce_, Address deployer_, Address initialSupplyTo, BigInteger initialSupply, BigInteger deployWalletValue, Boolean mintDisabled, Boolean burnByRootDisabled, Boolean burnPaused, Address remainingGasTo) -
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object)
. -
abi
Returns the value of theabi
record component. -
tvc
-