0 |
Votes |
|
0 |
Answers |
|
255 |
Views |
|
### Execute Read method calldata
For the execution of the ```calldata``` of the Read method, we use the previously learned RPC method: ```eth_call``` to execute it. We explained the ```eth_call``` ...
|
4/16/2024
To last
|
|
0 |
Votes |
|
0 |
Answers |
|
285 |
Views |
|
## Unit conversions
Many of the calculations related to Ethereum have values that exceed the maximum safe integer of the ```JavaScript``` language. Therefore, some methods are needed on the FMZ Qua...
|
4/16/2024
To last
|
|
0 |
Votes |
|
0 |
Answers |
|
247 |
Views |
|
## Retrieving Events
In this section, we will learn to read events released by smart contracts using the FMZ Quant Trading Platform. The events released by smart contracts are stored in the logs of...
|
4/16/2024
To last
|
|
0 |
Votes |
|
0 |
Answers |
|
244 |
Views |
|
Token Exchange Using Uniswap
When there are enough tokens in the wallet to be paid (i.e.: tokenIn), and the ```Uniswap``` router contract is authorized for a sufficient number of operations,...
|
4/16/2024
To last
|
|
0 |
Votes |
|
0 |
Answers |
|
215 |
Views |
|
Query ```Uniswap V3``` Router Contract Authorization
The ```allowance``` function is used in the ```ERC20``` contract to query the number of tokens authorized to other addresses. It queries ...
|
4/15/2024
To last
|
|
0 |
Votes |
|
0 |
Answers |
|
281 |
Views |
|
MatLab (v5.0.157): HistoryEmulationConnector. MaxMessageCount property Doc link fixes. BaseOptimizer. Fix finish GeneticOptimizer. Check step on zero GeneticOptimizer supports negative...
|
4/12/2024
To last
|
|
0 |
Votes |
|
0 |
Answers |
|
215 |
Views |
|
Shell (v5.0.36): global usings.cs IStudioControl. Icon property. Uri -> ImageSource. StrategiesDashboard refactoring.
|
4/4/2024
To last
|
|
0 |
Votes |
|
0 |
Answers |
|
263 |
Views |
|
Send ETH
In the previous course chapters, we have learned how to configure private keys. How do we know the wallet address corresponding to this private key for the configured...
|
3/29/2024
To last
|
|
0 |
Votes |
|
0 |
Answers |
|
262 |
Views |
|
EtherEaseWithFMZ Tutorial > Get started with web3 development based on Ethereum using FMZ easily
Ethereum is a smart contract platform based on blockchain technology, which p...
|
3/29/2024
To last
|
|
0 |
Votes |
|
0 |
Answers |
|
298 |
Views |
|
When designing trend strategies, it is often necessary to have a sufficient number of K-line bars for calculating indicators. The calculation of indicators relies on the data provided by the ```exchan...
|
3/29/2024
To last
|