pub const EI_1_2_NAMES: &[&str] = &[
"getGasLeft",
"getSCAddress",
"getOwnerAddress",
"getShardOfAddress",
"isSmartContract",
"signalError",
"getExternalBalance",
"getBlockHash",
"getESDTBalance",
"getESDTNFTNameLength",
"getESDTNFTAttributeLength",
"getESDTNFTURILength",
"getESDTTokenData",
"getESDTLocalRoles",
"validateTokenIdentifier",
"transferValue",
"transferValueExecute",
"transferESDTExecute",
"transferESDTNFTExecute",
"multiTransferESDTNFTExecute",
"createAsyncCall",
"setAsyncContextCallback",
"upgradeContract",
"upgradeFromSourceContract",
"deleteContract",
"asyncCall",
"getArgumentLength",
"getArgument",
"getFunction",
"getNumArguments",
"storageStore",
"storageLoadLength",
"storageLoadFromAddress",
"storageLoad",
"setStorageLock",
"getStorageLock",
"isStorageLocked",
"clearStorageLock",
"getCaller",
"checkNoPayment",
"getCallValue",
"getESDTValue",
"getESDTValueByIndex",
"getESDTTokenName",
"getESDTTokenNameByIndex",
"getESDTTokenNonce",
"getESDTTokenNonceByIndex",
"getCurrentESDTNFTNonce",
"getESDTTokenType",
"getESDTTokenTypeByIndex",
"getNumESDTTransfers",
"getCallValueTokenName",
"getCallValueTokenNameByIndex",
"writeLog",
"writeEventLog",
"getBlockTimestamp",
"getBlockNonce",
"getBlockRound",
"getBlockEpoch",
"getBlockRandomSeed",
"getStateRootHash",
"getPrevBlockTimestamp",
"getPrevBlockNonce",
"getPrevBlockRound",
"getPrevBlockEpoch",
"getPrevBlockRandomSeed",
"finish",
"executeOnSameContext",
"executeOnDestContext",
"executeReadOnly",
"createContract",
"deployFromSourceContract",
"getNumReturnData",
"getReturnDataSize",
"getReturnData",
"cleanReturnData",
"deleteFromReturnData",
"getOriginalTxHash",
"getCurrentTxHash",
"getPrevTxHash",
"managedSCAddress",
"managedOwnerAddress",
"managedCaller",
"managedSignalError",
"managedWriteLog",
"managedGetOriginalTxHash",
"managedGetStateRootHash",
"managedGetBlockRandomSeed",
"managedGetPrevBlockRandomSeed",
"managedGetReturnData",
"managedGetMultiESDTCallValue",
"managedGetESDTBalance",
"managedGetESDTTokenData",
"managedAsyncCall",
"managedUpgradeFromSourceContract",
"managedUpgradeContract",
"managedDeleteContract",
"managedDeployFromSourceContract",
"managedCreateContract",
"managedExecuteReadOnly",
"managedExecuteOnSameContext",
"managedExecuteOnDestContext",
"managedMultiTransferESDTNFTExecute",
"managedTransferValueExecute",
"managedIsESDTFrozen",
"managedIsESDTLimitedTransfer",
"managedIsESDTPaused",
"managedBufferToHex",
"bigFloatNewFromParts",
"bigFloatNewFromFrac",
"bigFloatNewFromSci",
"bigFloatAdd",
"bigFloatSub",
"bigFloatMul",
"bigFloatDiv",
"bigFloatNeg",
"bigFloatClone",
"bigFloatCmp",
"bigFloatAbs",
"bigFloatSign",
"bigFloatSqrt",
"bigFloatPow",
"bigFloatFloor",
"bigFloatCeil",
"bigFloatTruncate",
"bigFloatSetInt64",
"bigFloatIsInt",
"bigFloatSetBigInt",
"bigFloatGetConstPi",
"bigFloatGetConstE",
"bigIntGetUnsignedArgument",
"bigIntGetSignedArgument",
"bigIntStorageStoreUnsigned",
"bigIntStorageLoadUnsigned",
"bigIntGetCallValue",
"bigIntGetESDTCallValue",
"bigIntGetESDTCallValueByIndex",
"bigIntGetExternalBalance",
"bigIntGetESDTExternalBalance",
"bigIntNew",
"bigIntUnsignedByteLength",
"bigIntSignedByteLength",
"bigIntGetUnsignedBytes",
"bigIntGetSignedBytes",
"bigIntSetUnsignedBytes",
"bigIntSetSignedBytes",
"bigIntIsInt64",
"bigIntGetInt64",
"bigIntSetInt64",
"bigIntAdd",
"bigIntSub",
"bigIntMul",
"bigIntTDiv",
"bigIntTMod",
"bigIntEDiv",
"bigIntEMod",
"bigIntSqrt",
"bigIntPow",
"bigIntLog2",
"bigIntAbs",
"bigIntNeg",
"bigIntSign",
"bigIntCmp",
"bigIntNot",
"bigIntAnd",
"bigIntOr",
"bigIntXor",
"bigIntShr",
"bigIntShl",
"bigIntFinishUnsigned",
"bigIntFinishSigned",
"bigIntToString",
"mBufferNew",
"mBufferNewFromBytes",
"mBufferGetLength",
"mBufferGetBytes",
"mBufferGetByteSlice",
"mBufferCopyByteSlice",
"mBufferEq",
"mBufferSetBytes",
"mBufferSetByteSlice",
"mBufferAppend",
"mBufferAppendBytes",
"mBufferToBigIntUnsigned",
"mBufferToBigIntSigned",
"mBufferFromBigIntUnsigned",
"mBufferFromBigIntSigned",
"mBufferToBigFloat",
"mBufferFromBigFloat",
"mBufferStorageStore",
"mBufferStorageLoad",
"mBufferStorageLoadFromAddress",
"mBufferGetArgument",
"mBufferFinish",
"mBufferSetRandom",
"managedMapNew",
"managedMapPut",
"managedMapGet",
"managedMapRemove",
"managedMapContains",
"smallIntGetUnsignedArgument",
"smallIntGetSignedArgument",
"smallIntFinishUnsigned",
"smallIntFinishSigned",
"smallIntStorageStoreUnsigned",
"smallIntStorageStoreSigned",
"smallIntStorageLoadUnsigned",
"smallIntStorageLoadSigned",
"int64getArgument",
"int64finish",
"int64storageStore",
"int64storageLoad",
"sha256",
"managedSha256",
"keccak256",
"managedKeccak256",
"ripemd160",
"managedRipemd160",
"verifyBLS",
"managedVerifyBLS",
"verifyEd25519",
"managedVerifyEd25519",
"verifyCustomSecp256k1",
"managedVerifyCustomSecp256k1",
"verifySecp256k1",
"managedVerifySecp256k1",
"encodeSecp256k1DerSignature",
"managedEncodeSecp256k1DerSignature",
"addEC",
"doubleEC",
"isOnCurveEC",
"scalarBaseMultEC",
"managedScalarBaseMultEC",
"scalarMultEC",
"managedScalarMultEC",
"marshalEC",
"managedMarshalEC",
"marshalCompressedEC",
"managedMarshalCompressedEC",
"unmarshalEC",
"managedUnmarshalEC",
"unmarshalCompressedEC",
"managedUnmarshalCompressedEC",
"generateKeyEC",
"managedGenerateKeyEC",
"createEC",
"managedCreateEC",
"getCurveLengthEC",
"getPrivKeyByteLengthEC",
"ellipticCurveGetValues",
];