Prompt for the Fee Asset Data
See original GitHub issueV2 assumed ZRX was the fee asset data and no prompt was made. In V3 Fee Asset data can be any token and isn’t being set in the wizard.
MAKER_FEE_ASSET_DATA
and TAKER_FEE_ASSET_DATA
should be set in the backend container.
Prompt for the ERC20 contract address and encode as ERC20 asset data for the golden path.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
How a Financial Advisor's Asset-Based Fee Works - SmartAsset
An asset-based fee is a percentage fee based on your assets under management, or AUM. Advisors typically charge somewhere between 1% and 2% ......
Read more >3 Ways Inaccurate Asset Data Costs You Money - Innovapptive
Let's look at three key areas of plant operations – asset monitoring, maintenance planning and decision making – and how incorrect data negatively...
Read more >Prompt for cost center when posting depreciation
A cost center must be defined in order to post depreciation because it is posting to an expense account. In the SAP standard...
Read more >Asset Management Data Collection
Asset Management is a strategic approach to the optimal allocation of resources for the management, operation, maintenance, and preservation of transporta-.
Read more >FIXED ASSETS CS® - Thomson Reuters Tax & Accounting
Automatically enter AMT, E&P, and/or ACE information. View year-to-date depreciation for monthly and quarterly processing and reporting.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Should set the correct values when the order is created. Here both Maker and Taker fees are in WETH
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
.@dekz Can either of these fees be set to a relative address, for example can we take the maker side fee in wETH and then the taker side fee in the counter-party token? Such as by echoing out the relevant address on each call?
Since it is an open order relayer and has a forwarding contract I imagine we could set one of the fees to a specific token if we were only trading one pair ETH/[X], but its unclear how it would work if multiple pair types are available.