-
### Problem
On Hedera both HTS tokens and ERC tokens are supported. However, HTS tokens have improved APIs and allow for easy retrieval of existence and balance across accounts on the network.
Like …
-
### Pull Request
https://github.com/ethereum/ERCs/commit/3344c58209905fb15a95c3990a48af80282bd837
### What happened?
In ERC-223 `tokenReceived`'s description reads: "It works by analogy with the fa…
-
### Pull Request
https://github.com/ethereum/ERCs/pull/624
### What happened?
![image](https://github.com/user-attachments/assets/687a1a1b-2213-4b54-bb42-25b62f982f65)
I have added the reference i…
-
## Date & Time
Tuesday, Nov 26, 2024 at 14:00 UTC or TBD?
## Location
Zoom: TBA on [EthCatHerders Discord](https://dsc.gg/ech) #eip-editors
Recording: https://www.youtube.com/playlist?list=PL4c…
-
### Goal
Write comprehensive tests to ensure the ERC-20 contract functions as expected and is secure.
### Tests to Include
- Initial token supply and balance
- Transfer functionality between acc…
-
### Describe the bug
When attempting to send an ERC-721 token, users encounter an issue where the "Next" button is disabled, preventing the transaction from proceeding. Furthermore, this issue persis…
-
noticed you guys are using extensively hooks in the enforcers.
It is very similar generic problem in the industry, e.g. Ironblocks and other companies implementing firewalls do same.
I’ve crea…
-
Create and work inside folder `experimental/erc_5173_future_rewards`:
nFR allows owners to benefit from future price appreciation even after selling their tokens, without the need for market predic…
-
Create and work inside folder `experimental/erc_6806_holding_time_tracking`:
It adds an interface that tracks and describes the holding time of a Non-Fungible Token (NFT) by an account.
**Imple…
-
**🧐 Motivation**
We need more freedom to build `token_uri`.
The current implementation of `token_uri()` just concatenates the `base_uri` and `token_id`, which is limited to provide a URL.
Fully…