Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes1 extends Bytes { 12 | public static final Bytes1 DEFAULT = new Bytes1(new byte[1]); 13 | 14 | public Bytes1(byte[] value) { 15 | super(1, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes10.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes10 extends Bytes { 12 | public static final Bytes10 DEFAULT = new Bytes10(new byte[10]); 13 | 14 | public Bytes10(byte[] value) { 15 | super(10, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes11.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes11 extends Bytes { 12 | public static final Bytes11 DEFAULT = new Bytes11(new byte[11]); 13 | 14 | public Bytes11(byte[] value) { 15 | super(11, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes12.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes12 extends Bytes { 12 | public static final Bytes12 DEFAULT = new Bytes12(new byte[12]); 13 | 14 | public Bytes12(byte[] value) { 15 | super(12, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes13.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes13 extends Bytes { 12 | public static final Bytes13 DEFAULT = new Bytes13(new byte[13]); 13 | 14 | public Bytes13(byte[] value) { 15 | super(13, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes14.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes14 extends Bytes { 12 | public static final Bytes14 DEFAULT = new Bytes14(new byte[14]); 13 | 14 | public Bytes14(byte[] value) { 15 | super(14, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes15.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes15 extends Bytes { 12 | public static final Bytes15 DEFAULT = new Bytes15(new byte[15]); 13 | 14 | public Bytes15(byte[] value) { 15 | super(15, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes16.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes16 extends Bytes { 12 | public static final Bytes16 DEFAULT = new Bytes16(new byte[16]); 13 | 14 | public Bytes16(byte[] value) { 15 | super(16, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes17.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes17 extends Bytes { 12 | public static final Bytes17 DEFAULT = new Bytes17(new byte[17]); 13 | 14 | public Bytes17(byte[] value) { 15 | super(17, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes18.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes18 extends Bytes { 12 | public static final Bytes18 DEFAULT = new Bytes18(new byte[18]); 13 | 14 | public Bytes18(byte[] value) { 15 | super(18, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes19.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes19 extends Bytes { 12 | public static final Bytes19 DEFAULT = new Bytes19(new byte[19]); 13 | 14 | public Bytes19(byte[] value) { 15 | super(19, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes2.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes2 extends Bytes { 12 | public static final Bytes2 DEFAULT = new Bytes2(new byte[2]); 13 | 14 | public Bytes2(byte[] value) { 15 | super(2, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes20.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes20 extends Bytes { 12 | public static final Bytes20 DEFAULT = new Bytes20(new byte[20]); 13 | 14 | public Bytes20(byte[] value) { 15 | super(20, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes21.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes21 extends Bytes { 12 | public static final Bytes21 DEFAULT = new Bytes21(new byte[21]); 13 | 14 | public Bytes21(byte[] value) { 15 | super(21, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes22.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes22 extends Bytes { 12 | public static final Bytes22 DEFAULT = new Bytes22(new byte[22]); 13 | 14 | public Bytes22(byte[] value) { 15 | super(22, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes23.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes23 extends Bytes { 12 | public static final Bytes23 DEFAULT = new Bytes23(new byte[23]); 13 | 14 | public Bytes23(byte[] value) { 15 | super(23, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes24.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes24 extends Bytes { 12 | public static final Bytes24 DEFAULT = new Bytes24(new byte[24]); 13 | 14 | public Bytes24(byte[] value) { 15 | super(24, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes25.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes25 extends Bytes { 12 | public static final Bytes25 DEFAULT = new Bytes25(new byte[25]); 13 | 14 | public Bytes25(byte[] value) { 15 | super(25, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes26.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes26 extends Bytes { 12 | public static final Bytes26 DEFAULT = new Bytes26(new byte[26]); 13 | 14 | public Bytes26(byte[] value) { 15 | super(26, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes27.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes27 extends Bytes { 12 | public static final Bytes27 DEFAULT = new Bytes27(new byte[27]); 13 | 14 | public Bytes27(byte[] value) { 15 | super(27, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes28.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes28 extends Bytes { 12 | public static final Bytes28 DEFAULT = new Bytes28(new byte[28]); 13 | 14 | public Bytes28(byte[] value) { 15 | super(28, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes29.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes29 extends Bytes { 12 | public static final Bytes29 DEFAULT = new Bytes29(new byte[29]); 13 | 14 | public Bytes29(byte[] value) { 15 | super(29, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes3.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes3 extends Bytes { 12 | public static final Bytes3 DEFAULT = new Bytes3(new byte[3]); 13 | 14 | public Bytes3(byte[] value) { 15 | super(3, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes30.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes30 extends Bytes { 12 | public static final Bytes30 DEFAULT = new Bytes30(new byte[30]); 13 | 14 | public Bytes30(byte[] value) { 15 | super(30, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes31.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes31 extends Bytes { 12 | public static final Bytes31 DEFAULT = new Bytes31(new byte[31]); 13 | 14 | public Bytes31(byte[] value) { 15 | super(31, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes32.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes32 extends Bytes { 12 | public static final Bytes32 DEFAULT = new Bytes32(new byte[32]); 13 | 14 | public Bytes32(byte[] value) { 15 | super(32, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes4.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes4 extends Bytes { 12 | public static final Bytes4 DEFAULT = new Bytes4(new byte[4]); 13 | 14 | public Bytes4(byte[] value) { 15 | super(4, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes5.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes5 extends Bytes { 12 | public static final Bytes5 DEFAULT = new Bytes5(new byte[5]); 13 | 14 | public Bytes5(byte[] value) { 15 | super(5, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes6.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes6 extends Bytes { 12 | public static final Bytes6 DEFAULT = new Bytes6(new byte[6]); 13 | 14 | public Bytes6(byte[] value) { 15 | super(6, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes7.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes7 extends Bytes { 12 | public static final Bytes7 DEFAULT = new Bytes7(new byte[7]); 13 | 14 | public Bytes7(byte[] value) { 15 | super(7, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes8.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes8 extends Bytes { 12 | public static final Bytes8 DEFAULT = new Bytes8(new byte[8]); 13 | 14 | public Bytes8(byte[] value) { 15 | super(8, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Bytes9.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import org.web3j.abi.datatypes.Bytes; 4 | 5 | /** 6 | * Auto generated code. 7 | *
Do not modifiy! 8 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 9 | * codegen module to update. 10 | */ 11 | public class Bytes9 extends Bytes { 12 | public static final Bytes9 DEFAULT = new Bytes9(new byte[9]); 13 | 14 | public Bytes9(byte[] value) { 15 | super(9, value); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int104.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int104 extends Int { 13 | public static final Int104 DEFAULT = new Int104(BigInteger.ZERO); 14 | 15 | public Int104(BigInteger value) { 16 | super(104, value); 17 | } 18 | 19 | public Int104(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int112.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int112 extends Int { 13 | public static final Int112 DEFAULT = new Int112(BigInteger.ZERO); 14 | 15 | public Int112(BigInteger value) { 16 | super(112, value); 17 | } 18 | 19 | public Int112(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int120.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int120 extends Int { 13 | public static final Int120 DEFAULT = new Int120(BigInteger.ZERO); 14 | 15 | public Int120(BigInteger value) { 16 | super(120, value); 17 | } 18 | 19 | public Int120(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int128.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int128 extends Int { 13 | public static final Int128 DEFAULT = new Int128(BigInteger.ZERO); 14 | 15 | public Int128(BigInteger value) { 16 | super(128, value); 17 | } 18 | 19 | public Int128(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int136.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int136 extends Int { 13 | public static final Int136 DEFAULT = new Int136(BigInteger.ZERO); 14 | 15 | public Int136(BigInteger value) { 16 | super(136, value); 17 | } 18 | 19 | public Int136(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int144.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int144 extends Int { 13 | public static final Int144 DEFAULT = new Int144(BigInteger.ZERO); 14 | 15 | public Int144(BigInteger value) { 16 | super(144, value); 17 | } 18 | 19 | public Int144(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int152.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int152 extends Int { 13 | public static final Int152 DEFAULT = new Int152(BigInteger.ZERO); 14 | 15 | public Int152(BigInteger value) { 16 | super(152, value); 17 | } 18 | 19 | public Int152(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int16.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int16 extends Int { 13 | public static final Int16 DEFAULT = new Int16(BigInteger.ZERO); 14 | 15 | public Int16(BigInteger value) { 16 | super(16, value); 17 | } 18 | 19 | public Int16(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int160.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int160 extends Int { 13 | public static final Int160 DEFAULT = new Int160(BigInteger.ZERO); 14 | 15 | public Int160(BigInteger value) { 16 | super(160, value); 17 | } 18 | 19 | public Int160(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int168.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int168 extends Int { 13 | public static final Int168 DEFAULT = new Int168(BigInteger.ZERO); 14 | 15 | public Int168(BigInteger value) { 16 | super(168, value); 17 | } 18 | 19 | public Int168(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int176.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int176 extends Int { 13 | public static final Int176 DEFAULT = new Int176(BigInteger.ZERO); 14 | 15 | public Int176(BigInteger value) { 16 | super(176, value); 17 | } 18 | 19 | public Int176(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int184.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int184 extends Int { 13 | public static final Int184 DEFAULT = new Int184(BigInteger.ZERO); 14 | 15 | public Int184(BigInteger value) { 16 | super(184, value); 17 | } 18 | 19 | public Int184(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int192.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int192 extends Int { 13 | public static final Int192 DEFAULT = new Int192(BigInteger.ZERO); 14 | 15 | public Int192(BigInteger value) { 16 | super(192, value); 17 | } 18 | 19 | public Int192(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int200.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int200 extends Int { 13 | public static final Int200 DEFAULT = new Int200(BigInteger.ZERO); 14 | 15 | public Int200(BigInteger value) { 16 | super(200, value); 17 | } 18 | 19 | public Int200(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int208.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int208 extends Int { 13 | public static final Int208 DEFAULT = new Int208(BigInteger.ZERO); 14 | 15 | public Int208(BigInteger value) { 16 | super(208, value); 17 | } 18 | 19 | public Int208(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int216.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int216 extends Int { 13 | public static final Int216 DEFAULT = new Int216(BigInteger.ZERO); 14 | 15 | public Int216(BigInteger value) { 16 | super(216, value); 17 | } 18 | 19 | public Int216(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int224.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int224 extends Int { 13 | public static final Int224 DEFAULT = new Int224(BigInteger.ZERO); 14 | 15 | public Int224(BigInteger value) { 16 | super(224, value); 17 | } 18 | 19 | public Int224(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int232.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int232 extends Int { 13 | public static final Int232 DEFAULT = new Int232(BigInteger.ZERO); 14 | 15 | public Int232(BigInteger value) { 16 | super(232, value); 17 | } 18 | 19 | public Int232(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int24.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int24 extends Int { 13 | public static final Int24 DEFAULT = new Int24(BigInteger.ZERO); 14 | 15 | public Int24(BigInteger value) { 16 | super(24, value); 17 | } 18 | 19 | public Int24(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int240.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int240 extends Int { 13 | public static final Int240 DEFAULT = new Int240(BigInteger.ZERO); 14 | 15 | public Int240(BigInteger value) { 16 | super(240, value); 17 | } 18 | 19 | public Int240(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int248.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int248 extends Int { 13 | public static final Int248 DEFAULT = new Int248(BigInteger.ZERO); 14 | 15 | public Int248(BigInteger value) { 16 | super(248, value); 17 | } 18 | 19 | public Int248(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int256.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int256 extends Int { 13 | public static final Int256 DEFAULT = new Int256(BigInteger.ZERO); 14 | 15 | public Int256(BigInteger value) { 16 | super(256, value); 17 | } 18 | 19 | public Int256(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int32.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int32 extends Int { 13 | public static final Int32 DEFAULT = new Int32(BigInteger.ZERO); 14 | 15 | public Int32(BigInteger value) { 16 | super(32, value); 17 | } 18 | 19 | public Int32(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int40.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int40 extends Int { 13 | public static final Int40 DEFAULT = new Int40(BigInteger.ZERO); 14 | 15 | public Int40(BigInteger value) { 16 | super(40, value); 17 | } 18 | 19 | public Int40(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int48.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int48 extends Int { 13 | public static final Int48 DEFAULT = new Int48(BigInteger.ZERO); 14 | 15 | public Int48(BigInteger value) { 16 | super(48, value); 17 | } 18 | 19 | public Int48(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int56.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int56 extends Int { 13 | public static final Int56 DEFAULT = new Int56(BigInteger.ZERO); 14 | 15 | public Int56(BigInteger value) { 16 | super(56, value); 17 | } 18 | 19 | public Int56(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int64.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int64 extends Int { 13 | public static final Int64 DEFAULT = new Int64(BigInteger.ZERO); 14 | 15 | public Int64(BigInteger value) { 16 | super(64, value); 17 | } 18 | 19 | public Int64(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int72.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int72 extends Int { 13 | public static final Int72 DEFAULT = new Int72(BigInteger.ZERO); 14 | 15 | public Int72(BigInteger value) { 16 | super(72, value); 17 | } 18 | 19 | public Int72(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int8.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int8 extends Int { 13 | public static final Int8 DEFAULT = new Int8(BigInteger.ZERO); 14 | 15 | public Int8(BigInteger value) { 16 | super(8, value); 17 | } 18 | 19 | public Int8(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int80.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int80 extends Int { 13 | public static final Int80 DEFAULT = new Int80(BigInteger.ZERO); 14 | 15 | public Int80(BigInteger value) { 16 | super(80, value); 17 | } 18 | 19 | public Int80(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int88.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int88 extends Int { 13 | public static final Int88 DEFAULT = new Int88(BigInteger.ZERO); 14 | 15 | public Int88(BigInteger value) { 16 | super(88, value); 17 | } 18 | 19 | public Int88(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Int96.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.math.BigInteger; 4 | import org.web3j.abi.datatypes.Int; 5 | 6 | /** 7 | * Auto generated code. 8 | *
Do not modifiy! 9 | *
Please use org.web3j.codegen.AbiTypesGenerator in the 10 | * codegen module to update. 11 | */ 12 | public class Int96 extends Int { 13 | public static final Int96 DEFAULT = new Int96(BigInteger.ZERO); 14 | 15 | public Int96(BigInteger value) { 16 | super(96, value); 17 | } 18 | 19 | public Int96(long value) { 20 | this(BigInteger.valueOf(value)); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/StaticArray1.java: -------------------------------------------------------------------------------- 1 | package org.web3j.abi.datatypes.generated; 2 | 3 | import java.util.List; 4 | import org.web3j.abi.datatypes.StaticArray; 5 | import org.web3j.abi.datatypes.Type; 6 | 7 | /** 8 | * Auto generated code. 9 | *
Do not modifiy! 10 | *
Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray1 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray10 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray11 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray12 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray13 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray14 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray15 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray16 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray17 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray18 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray19 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray2 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray20 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray21 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray22 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray23 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray24 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray25 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray26 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray27 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray28 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray29 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray3 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray30 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray31 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray32 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray4 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray5 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray6 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray7 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray8 Do not modifiy!
10 | * Please use org.web3j.codegen.AbiTypesGenerator in the
11 | * codegen module to update.
12 | */
13 | public class StaticArray9 Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint104 extends Uint {
13 | public static final Uint104 DEFAULT = new Uint104(BigInteger.ZERO);
14 |
15 | public Uint104(BigInteger value) {
16 | super(104, value);
17 | }
18 |
19 | public Uint104(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint112.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint112 extends Uint {
13 | public static final Uint112 DEFAULT = new Uint112(BigInteger.ZERO);
14 |
15 | public Uint112(BigInteger value) {
16 | super(112, value);
17 | }
18 |
19 | public Uint112(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint120.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint120 extends Uint {
13 | public static final Uint120 DEFAULT = new Uint120(BigInteger.ZERO);
14 |
15 | public Uint120(BigInteger value) {
16 | super(120, value);
17 | }
18 |
19 | public Uint120(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint128.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint128 extends Uint {
13 | public static final Uint128 DEFAULT = new Uint128(BigInteger.ZERO);
14 |
15 | public Uint128(BigInteger value) {
16 | super(128, value);
17 | }
18 |
19 | public Uint128(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint136.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint136 extends Uint {
13 | public static final Uint136 DEFAULT = new Uint136(BigInteger.ZERO);
14 |
15 | public Uint136(BigInteger value) {
16 | super(136, value);
17 | }
18 |
19 | public Uint136(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint144.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint144 extends Uint {
13 | public static final Uint144 DEFAULT = new Uint144(BigInteger.ZERO);
14 |
15 | public Uint144(BigInteger value) {
16 | super(144, value);
17 | }
18 |
19 | public Uint144(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint152.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint152 extends Uint {
13 | public static final Uint152 DEFAULT = new Uint152(BigInteger.ZERO);
14 |
15 | public Uint152(BigInteger value) {
16 | super(152, value);
17 | }
18 |
19 | public Uint152(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint16.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint16 extends Uint {
13 | public static final Uint16 DEFAULT = new Uint16(BigInteger.ZERO);
14 |
15 | public Uint16(BigInteger value) {
16 | super(16, value);
17 | }
18 |
19 | public Uint16(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint160.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint160 extends Uint {
13 | public static final Uint160 DEFAULT = new Uint160(BigInteger.ZERO);
14 |
15 | public Uint160(BigInteger value) {
16 | super(160, value);
17 | }
18 |
19 | public Uint160(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint168.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint168 extends Uint {
13 | public static final Uint168 DEFAULT = new Uint168(BigInteger.ZERO);
14 |
15 | public Uint168(BigInteger value) {
16 | super(168, value);
17 | }
18 |
19 | public Uint168(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint176.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint176 extends Uint {
13 | public static final Uint176 DEFAULT = new Uint176(BigInteger.ZERO);
14 |
15 | public Uint176(BigInteger value) {
16 | super(176, value);
17 | }
18 |
19 | public Uint176(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint184.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint184 extends Uint {
13 | public static final Uint184 DEFAULT = new Uint184(BigInteger.ZERO);
14 |
15 | public Uint184(BigInteger value) {
16 | super(184, value);
17 | }
18 |
19 | public Uint184(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint192.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint192 extends Uint {
13 | public static final Uint192 DEFAULT = new Uint192(BigInteger.ZERO);
14 |
15 | public Uint192(BigInteger value) {
16 | super(192, value);
17 | }
18 |
19 | public Uint192(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint200.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint200 extends Uint {
13 | public static final Uint200 DEFAULT = new Uint200(BigInteger.ZERO);
14 |
15 | public Uint200(BigInteger value) {
16 | super(200, value);
17 | }
18 |
19 | public Uint200(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint208.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint208 extends Uint {
13 | public static final Uint208 DEFAULT = new Uint208(BigInteger.ZERO);
14 |
15 | public Uint208(BigInteger value) {
16 | super(208, value);
17 | }
18 |
19 | public Uint208(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint216.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint216 extends Uint {
13 | public static final Uint216 DEFAULT = new Uint216(BigInteger.ZERO);
14 |
15 | public Uint216(BigInteger value) {
16 | super(216, value);
17 | }
18 |
19 | public Uint216(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint224.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint224 extends Uint {
13 | public static final Uint224 DEFAULT = new Uint224(BigInteger.ZERO);
14 |
15 | public Uint224(BigInteger value) {
16 | super(224, value);
17 | }
18 |
19 | public Uint224(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint232.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint232 extends Uint {
13 | public static final Uint232 DEFAULT = new Uint232(BigInteger.ZERO);
14 |
15 | public Uint232(BigInteger value) {
16 | super(232, value);
17 | }
18 |
19 | public Uint232(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint24.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint24 extends Uint {
13 | public static final Uint24 DEFAULT = new Uint24(BigInteger.ZERO);
14 |
15 | public Uint24(BigInteger value) {
16 | super(24, value);
17 | }
18 |
19 | public Uint24(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint240.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint240 extends Uint {
13 | public static final Uint240 DEFAULT = new Uint240(BigInteger.ZERO);
14 |
15 | public Uint240(BigInteger value) {
16 | super(240, value);
17 | }
18 |
19 | public Uint240(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint248.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint248 extends Uint {
13 | public static final Uint248 DEFAULT = new Uint248(BigInteger.ZERO);
14 |
15 | public Uint248(BigInteger value) {
16 | super(248, value);
17 | }
18 |
19 | public Uint248(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint256.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint256 extends Uint {
13 | public static final Uint256 DEFAULT = new Uint256(BigInteger.ZERO);
14 |
15 | public Uint256(BigInteger value) {
16 | super(256, value);
17 | }
18 |
19 | public Uint256(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint32.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint32 extends Uint {
13 | public static final Uint32 DEFAULT = new Uint32(BigInteger.ZERO);
14 |
15 | public Uint32(BigInteger value) {
16 | super(32, value);
17 | }
18 |
19 | public Uint32(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint40.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint40 extends Uint {
13 | public static final Uint40 DEFAULT = new Uint40(BigInteger.ZERO);
14 |
15 | public Uint40(BigInteger value) {
16 | super(40, value);
17 | }
18 |
19 | public Uint40(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint48.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint48 extends Uint {
13 | public static final Uint48 DEFAULT = new Uint48(BigInteger.ZERO);
14 |
15 | public Uint48(BigInteger value) {
16 | super(48, value);
17 | }
18 |
19 | public Uint48(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint56.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint56 extends Uint {
13 | public static final Uint56 DEFAULT = new Uint56(BigInteger.ZERO);
14 |
15 | public Uint56(BigInteger value) {
16 | super(56, value);
17 | }
18 |
19 | public Uint56(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint64.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint64 extends Uint {
13 | public static final Uint64 DEFAULT = new Uint64(BigInteger.ZERO);
14 |
15 | public Uint64(BigInteger value) {
16 | super(64, value);
17 | }
18 |
19 | public Uint64(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint72.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint72 extends Uint {
13 | public static final Uint72 DEFAULT = new Uint72(BigInteger.ZERO);
14 |
15 | public Uint72(BigInteger value) {
16 | super(72, value);
17 | }
18 |
19 | public Uint72(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint8.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint8 extends Uint {
13 | public static final Uint8 DEFAULT = new Uint8(BigInteger.ZERO);
14 |
15 | public Uint8(BigInteger value) {
16 | super(8, value);
17 | }
18 |
19 | public Uint8(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint80.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint80 extends Uint {
13 | public static final Uint80 DEFAULT = new Uint80(BigInteger.ZERO);
14 |
15 | public Uint80(BigInteger value) {
16 | super(80, value);
17 | }
18 |
19 | public Uint80(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint88.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint88 extends Uint {
13 | public static final Uint88 DEFAULT = new Uint88(BigInteger.ZERO);
14 |
15 | public Uint88(BigInteger value) {
16 | super(88, value);
17 | }
18 |
19 | public Uint88(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/main/java/org/web3j/abi/datatypes/generated/Uint96.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes.generated;
2 |
3 | import java.math.BigInteger;
4 | import org.web3j.abi.datatypes.Uint;
5 |
6 | /**
7 | * Auto generated code.
8 | * Do not modifiy!
9 | * Please use org.web3j.codegen.AbiTypesGenerator in the
10 | * codegen module to update.
11 | */
12 | public class Uint96 extends Uint {
13 | public static final Uint96 DEFAULT = new Uint96(BigInteger.ZERO);
14 |
15 | public Uint96(BigInteger value) {
16 | super(96, value);
17 | }
18 |
19 | public Uint96(long value) {
20 | this(BigInteger.valueOf(value));
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/test/java/org/web3j/abi/EventEncoderTest.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi;
2 |
3 | import org.junit.Test;
4 |
5 | import static org.hamcrest.CoreMatchers.is;
6 | import static org.hamcrest.MatcherAssert.assertThat;
7 |
8 | public class EventEncoderTest {
9 |
10 | @Test
11 | public void testBuildEventSignature() {
12 | assertThat(EventEncoder.buildEventSignature("Deposit(address,hash256,uint256)"),
13 | is("0x50cb9fe53daa9737b786ab3646f04d0150dc50ef4e75f59509d83667ad5adb20"));
14 |
15 | assertThat(EventEncoder.buildEventSignature("Notify(uint256,uint256)"),
16 | is("0x71e71a8458267085d5ab16980fd5f114d2d37f232479c245d523ce8d23ca40ed"));
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/test/java/org/web3j/abi/datatypes/AddressTest.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes;
2 |
3 | import org.junit.Test;
4 |
5 | import static org.hamcrest.core.Is.is;
6 | import static org.junit.Assert.assertThat;
7 |
8 | public class AddressTest {
9 |
10 | @Test
11 | public void testToString() {
12 | assertThat(new Address("00052b08330e05d731e38c856c1043288f7d9744").toString(),
13 | is("0x00052b08330e05d731e38c856c1043288f7d9744"));
14 | assertThat(new Address("0x00052b08330e05d731e38c856c1043288f7d9744").toString(),
15 | is("0x00052b08330e05d731e38c856c1043288f7d9744"));
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/web3j-app/abi/src/test/java/org/web3j/abi/datatypes/Utf8StringTest.java:
--------------------------------------------------------------------------------
1 | package org.web3j.abi.datatypes;
2 |
3 | import org.junit.Test;
4 |
5 | import static org.hamcrest.core.Is.is;
6 | import static org.junit.Assert.assertThat;
7 |
8 | public class Utf8StringTest {
9 |
10 | @Test
11 | public void testToString() {
12 | assertThat(new Utf8String("").toString(), is(""));
13 | assertThat(new Utf8String("string").toString(), is("string"));
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/web3j-app/app/build.gradle:
--------------------------------------------------------------------------------
1 | description 'Restful api provider for frontend'
2 |
3 | dependencies {
4 | compile project(':core')
5 | compile("org.springframework.boot:spring-boot-starter-web")
6 | compile("org.springframework.boot:spring-boot-starter-actuator")
7 | compile("org.mybatis.spring.boot:mybatis-spring-boot-starter:1.3.2")
8 | compile('mysql:mysql-connector-java:8.0.11')
9 | compile('org.apache.commons:commons-lang3:3.7')
10 | compile('joda-time:joda-time:2.9.9')
11 | testCompile("org.springframework.boot:spring-boot-starter-test")
12 | }
13 |
14 |
--------------------------------------------------------------------------------
/web3j-app/app/src/main/java/me/bing/web3j/app/common/Constant.java:
--------------------------------------------------------------------------------
1 | package me.bing.web3j.app.common;
2 |
3 | import java.math.BigInteger;
4 |
5 | /**
6 | * @author bing on 2018/7/5
7 | */
8 | public class Constant {
9 | private Constant() {}
10 |
11 | public static String IpcAddress = "/Users/bing/test/data/geth.ipc";
12 |
13 | public static String CapAddress = "https://api.coinmarketcap.com/v1/ticker/ethereum/";
14 |
15 | public static BigInteger GWeiFactor = BigInteger.valueOf(10).pow(9);
16 |
17 | public static String LatestBlockNumberKey = "latest";
18 |
19 | public static long TimestampFactor = 1000;
20 |
21 | public static long EightHourToSecond = 8 * 60 * 60;
22 |
23 | public static BigInteger MineReward = GWeiFactor.multiply(GWeiFactor).multiply(BigInteger.valueOf(3));
24 | }
25 |
--------------------------------------------------------------------------------
/web3j-app/app/src/main/java/me/bing/web3j/app/common/DateUtils.java:
--------------------------------------------------------------------------------
1 | package me.bing.web3j.app.common;
2 |
3 | import java.util.Date;
4 | import org.joda.time.LocalDate;
5 |
6 | /**
7 | * @author bing on 2018/7/18
8 | */
9 | public class DateUtils {
10 | private DateUtils() {}
11 |
12 | public static Date now() {
13 | return LocalDate.now().toDate();
14 | }
15 |
16 | public static String toDay(Date date) {
17 | return LocalDate.fromDateFields(date).toString("yyyy-MM-dd");
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/web3j-app/app/src/main/java/me/bing/web3j/app/common/NumberUtils.java:
--------------------------------------------------------------------------------
1 | package me.bing.web3j.app.common;
2 |
3 | import java.math.BigDecimal;
4 |
5 | /**
6 | * @author bing on 2018/7/18
7 | */
8 | public class NumberUtils {
9 | private NumberUtils(){}
10 |
11 | public static String fromGWei(long gwei) {
12 | return BigDecimal.valueOf(gwei)
13 | .divide(new BigDecimal(Constant.GWeiFactor), 8, BigDecimal.ROUND_DOWN)
14 | .stripTrailingZeros().toPlainString();
15 | }
16 |
17 | public static String percentage(String value, String total) {
18 | return new BigDecimal(value)
19 | .divide(new BigDecimal(total), 8, BigDecimal.ROUND_DOWN)
20 | .multiply(new BigDecimal(100))
21 | .stripTrailingZeros().toPlainString();
22 | }
23 | }
24 |
--------------------------------------------------------------------------------
/web3j-app/app/src/main/java/me/bing/web3j/app/mapper/AccountMapper.java:
--------------------------------------------------------------------------------
1 | package me.bing.web3j.app.mapper;
2 |
3 | import java.util.List;
4 | import me.bing.web3j.app.mapper.model.Account;
5 | import org.apache.ibatis.annotations.Mapper;
6 | import org.apache.ibatis.annotations.Param;
7 |
8 | /**
9 | * @author bing on 2018/7/1
10 | */
11 | @Mapper
12 | public interface AccountMapper {
13 |
14 | Account load(@Param("hash") String hash);
15 |
16 | Long count();
17 |
18 | List See the
9 | * specification for further information.
10 | */
11 | public interface DefaultBlockParameter {
12 | static DefaultBlockParameter valueOf(BigInteger blockNumber) {
13 | return new DefaultBlockParameterNumber(blockNumber);
14 | }
15 |
16 | static DefaultBlockParameter valueOf(String blockName) {
17 | return DefaultBlockParameterName.fromString(blockName);
18 | }
19 |
20 | String getValue();
21 | }
22 |
--------------------------------------------------------------------------------
/web3j-app/core/src/main/java/org/web3j/protocol/core/filters/Callback.java:
--------------------------------------------------------------------------------
1 | package org.web3j.protocol.core.filters;
2 |
3 | /**
4 | * Filter callback interface.
5 | */
6 | public interface Callback> {
9 | @Override
10 | public void setData(List
> {
9 |
10 | }
11 |
--------------------------------------------------------------------------------
/web3j-app/app/src/main/resources/application.properties:
--------------------------------------------------------------------------------
1 | mybatis.config-location=classpath:mybatis/mybatis-config.xml
2 |
3 | spring.datasource.driverClassName = com.mysql.cj.jdbc.Driver
4 | spring.datasource.url = jdbc:mysql://localhost:3306/eth_test?useUnicode=true&characterEncoding=utf-8&useSSL=false
5 | spring.datasource.username = root
6 | #spring.datasource.password =
7 |
8 | spring.jackson.serialization.write-dates-as-timestamps=true
9 |
--------------------------------------------------------------------------------
/web3j-app/app/src/main/resources/mybatis/mybatis-config.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
7 |
> {
11 | public List
> {
11 | public List
> {
11 | public List
> {
11 |
12 | public String getCurrentBlockHeaderPowHash() {
13 | return getResult().get(0);
14 | }
15 |
16 | public String getSeedHashForDag() {
17 | return getResult().get(1);
18 | }
19 |
20 | public String getBoundaryCondition() {
21 | return getResult().get(2);
22 | }
23 | }
24 |
--------------------------------------------------------------------------------
/web3j-app/core/src/main/java/org/web3j/protocol/core/methods/response/EthHashrate.java:
--------------------------------------------------------------------------------
1 | package org.web3j.protocol.core.methods.response;
2 |
3 | import java.math.BigInteger;
4 |
5 | import org.web3j.protocol.core.Response;
6 | import org.web3j.utils.Numeric;
7 |
8 | /**
9 | * eth_hashrate.
10 | */
11 | public class EthHashrate extends Response