Documentation ¶
Index ¶
Constants ¶
View Source
const ( FieldTransaction = evmnames.FieldTransaction FieldCallMsg = evmnames.FieldCallMsg FieldChainID = evmnames.FieldChainID FieldAddress = evmnames.FieldAddress FieldKey = evmnames.FieldKey FieldAgentID = evmnames.FieldAgentID FieldTransactionIndex = evmnames.FieldTransactionIndex FieldTransactionHash = evmnames.FieldTransactionHash FieldResult = evmnames.FieldResult FieldBlockNumber = evmnames.FieldBlockNumber FieldBlockHash = evmnames.FieldBlockHash FieldFilterQuery = evmnames.FieldFilterQuery FieldBlockKeepAmount = evmnames.FieldBlockKeepAmount // int32 FieldNativeTokenID = evmnames.FieldNativeTokenID FieldFoundrySN = evmnames.FieldFoundrySN // uint32 FieldTokenName = evmnames.FieldTokenName // string FieldTokenTickerSymbol = evmnames.FieldTokenTickerSymbol // string FieldTokenDecimals = evmnames.FieldTokenDecimals // uint8 FieldNFTCollectionID = evmnames.FieldNFTCollectionID // NFTID FieldFoundryTokenScheme = evmnames.FieldFoundryTokenScheme FieldTargetAddress = evmnames.FieldTargetAddress )
View Source
const ( // TODO shouldn't this be different between chain, to prevent replay attacks? (maybe derived from ISC ChainID) DefaultChainID = uint16(1074) // IOTA -- get it? BlockKeepAll = -1 BlockKeepAmountDefault = int32(BlockKeepAll) )
Variables ¶
View Source
var ( // EVM state FuncSendTransaction = coreutil.Func(evmnames.FuncSendTransaction) FuncCallContract = coreutil.Func(evmnames.FuncCallContract) FuncGetBalance = coreutil.ViewFunc(evmnames.FuncGetBalance) FuncGetNonce = coreutil.ViewFunc(evmnames.FuncGetNonce) FuncGetReceipt = coreutil.ViewFunc(evmnames.FuncGetReceipt) FuncGetCode = coreutil.ViewFunc(evmnames.FuncGetCode) FuncGetBlockNumber = coreutil.ViewFunc(evmnames.FuncGetBlockNumber) FuncGetBlockByNumber = coreutil.ViewFunc(evmnames.FuncGetBlockByNumber) FuncGetBlockByHash = coreutil.ViewFunc(evmnames.FuncGetBlockByHash) FuncGetTransactionByHash = coreutil.ViewFunc(evmnames.FuncGetTransactionByHash) FuncGetTransactionByBlockHashAndIndex = coreutil.ViewFunc(evmnames.FuncGetTransactionByBlockHashAndIndex) FuncGetTransactionByBlockNumberAndIndex = coreutil.ViewFunc(evmnames.FuncGetTransactionByBlockNumberAndIndex) FuncGetTransactionCountByBlockHash = coreutil.ViewFunc(evmnames.FuncGetTransactionCountByBlockHash) FuncGetTransactionCountByBlockNumber = coreutil.ViewFunc(evmnames.FuncGetTransactionCountByBlockNumber) FuncGetStorage = coreutil.ViewFunc(evmnames.FuncGetStorage) FuncGetLogs = coreutil.ViewFunc(evmnames.FuncGetLogs) FuncGetChainID = coreutil.ViewFunc(evmnames.FuncGetChainID) FuncRegisterERC20NativeToken = coreutil.Func(evmnames.FuncRegisterERC20NativeToken) FuncRegisterERC20NativeTokenOnRemoteChain = coreutil.Func(evmnames.FuncRegisterERC20NativeTokenOnRemoteChain) FuncRegisterERC20ExternalNativeToken = coreutil.Func(evmnames.FuncRegisterERC20ExternalNativeToken) FuncGetERC20ExternalNativeTokenAddress = coreutil.ViewFunc(evmnames.FuncGetERC20ExternalNativeTokenAddress) FuncRegisterERC721NFTCollection = coreutil.Func(evmnames.FuncRegisterERC721NFTCollection) // block context FuncOpenBlockContext = coreutil.Func(evmnames.FuncOpenBlockContext) FuncCloseBlockContext = coreutil.Func(evmnames.FuncCloseBlockContext) )
View Source
var Contract = coreutil.NewContract(evmnames.Contract, "EVM contract")
View Source
var GasPrice = big.NewInt(0)
Gas is charged in isc VM (L1 currencies), not ETH
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.