Bitcoin Forum
May 09, 2024, 09:14:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: What is ERC223?  (Read 336 times)
wellbastian (OP)
Newbie
*
Offline Offline

Activity: 537
Merit: 0


View Profile
December 07, 2017, 04:43:37 AM
 #1

I read an article, and I see ERC233 but there is no detailed explanation. so what is the difference between ERC20 and ERC223 ?
1715246095
Hero Member
*
Offline Offline

Posts: 1715246095

View Profile Personal Message (Offline)

Ignore
1715246095
Reply with quote  #2

1715246095
Report to moderator
1715246095
Hero Member
*
Offline Offline

Posts: 1715246095

View Profile Personal Message (Offline)

Ignore
1715246095
Reply with quote  #2

1715246095
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
uelque
Full Member
***
Offline Offline

Activity: 812
Merit: 126


View Profile WWW
December 07, 2017, 05:03:42 AM
 #2

I read an article, and I see ERC233 but there is no detailed explanation. so what is the difference between ERC20 and ERC223 ?

I think they are both token standard, and ERC223 is the new token standard and it will resolve some issues/problems on ERC20 standard that is why it is created.
jayco25
Full Member
***
Offline Offline

Activity: 336
Merit: 106



View Profile
December 07, 2017, 05:10:12 AM
 #3

This is my first time to read ERC223. But i think we need to check also the difference between ERC20 and ERC223. If it is a new token that with a very impressive standard we need to try also.  i will search more regarding this matter   
h0lybyte
Hero Member
*****
Offline Offline

Activity: 924
Merit: 511


View Profile
December 07, 2017, 05:11:30 AM
 #4

As far as i know, there is no ERC233 word to describe any services used under this new ERC233 term in the world of cryptocurrency.
I am moderately sure that the term you are mentioning isn't a valid referance. This may be a typo mistake from the article writer.
However, if you are sure about this strange short word that the word is related to a technology, you can share source of article here
legenduim
Full Member
***
Offline Offline

Activity: 588
Merit: 101



View Profile
December 10, 2017, 11:48:23 AM
 #5

I read an article, and I see ERC233 but there is no detailed explanation. so what is the difference between ERC20 and ERC223 ?

The ERC223 standard introduces an interface for contracts that want to work with tokens. In this interface there is a token Fallback function, it must be called when trying to send tokens to the contract. When making transaction using transfer, you need adding additional information.

In ERC223, an additional transfer method is added which contains the data field - specifically for the transfer of additional information. However, the old transfer method is left.

Here the guy explains more: https://www.youtube.com/watch?v=GS62VNyPVHs
kirti rana
Member
**
Offline Offline

Activity: 78
Merit: 10


View Profile
December 10, 2017, 11:56:43 AM
 #6

ERC223 is a tokan. But i realy read first time .
Thanx your regard friends
henke1
Jr. Member
*
Offline Offline

Activity: 261
Merit: 2


View Profile
February 11, 2018, 10:42:14 AM
 #7

I read an article, and I see ERC223 but there is no detailed explanation. so what is the difference between ERC20 and ERC223 ?

Also my question ; Is ERC 23 / 223 ready for users?  Huh
https://ethereum.stackexchange.com/questions/17054/erc20-vs-erc223-list-of-differences/17071

Quote
ERC20 and ERC223 are both standards for tokens on the Ethereum blockchain. ERC20 is an older standard version for tokens, which makes sure that the created token has simple transferability among wallets and contracts. It has three basic functions: ‘transfer’, ‘allow’, and ‘transferFrom’ – which allows a person to ‘transfer’ their tokens, and spend tokens which are inside of a contract, in which case the contract must ‘allow’ the transaction before the spender can ‘transferFrom’.

As things have been updated, more functions have been made available. Thus, the creation of the ERC223 standard token. ERC223 is supported by every software that supports ERC20 (it’s ‘backwards compatible’), and it takes all of the above functions among contracts and wallets and puts them into one function: ‘transfer’. This merging of functions is not only simpler, but it can also save on transaction fees concerning ‘gas’ within Ethereum. A big bonus on behalf of the ERC223 token standard, is that it doesn’t allow tokens to be transferred into a contract which doesn’t allow tokens to be withdrawn. This is a plus, because prior to ERC223, if someone sent ERC20 tokens into a contract which hadn’t allowed people to use it, those tokens would be locked in the contract and inaccessible, which has caused hundreds of thousands of dollars to simply be locked up.
http://bcmy.io/blog/dnc-eth-addresses-in-the-bcmy-wallet-the-technology-behind-ethereum-based-smart-contract-tokens/

Quote
3. For developers, we recommend shifting from ERC20 to ERC223 for the benefits we have mentioned above. The standard solidity code is available here: https://github.com/Dexaran/ERC223-token-standard/tree/Recommended#erc23-token-standard
https://medium.com/cryptomover/what-are-erc20-and-erc223-tokens-307badcca5a
Angel35
Newbie
*
Offline Offline

Activity: 154
Merit: 0


View Profile
February 11, 2018, 10:51:04 AM
 #8

I see such standart for the first time. Not sure what is it, but I think it's aim is to decide some problemc of ERC-20.
layoutph
Sr. Member
****
Offline Offline

Activity: 1386
Merit: 255


View Profile WWW
February 11, 2018, 10:58:39 AM
 #9

Never heard about it. Is it applicable only to eth?  I guess its like a new feature or security feature replacement for ERC20. Its like HTML4 and HTML5.

I read an article, and I see ERC233 but there is no detailed explanation. so what is the difference between ERC20 and ERC223 ?
henke1
Jr. Member
*
Offline Offline

Activity: 261
Merit: 2


View Profile
February 11, 2018, 11:22:41 AM
 #10

I read an article, and I see ERC223 but there is no detailed explanation. so what is the difference between ERC20 and ERC223 ?

Also my question ; Is ERC 23 / 223 ready for users?  Huh
https://ethereum.stackexchange.com/questions/17054/erc20-vs-erc223-list-of-differences/17071

Quote
ERC20 and ERC223 are both standards for tokens on the Ethereum blockchain. ERC20 is an older standard version for tokens, which makes sure that the created token has simple transferability among wallets and contracts. It has three basic functions: ‘transfer’, ‘allow’, and ‘transferFrom’ – which allows a person to ‘transfer’ their tokens, and spend tokens which are inside of a contract, in which case the contract must ‘allow’ the transaction before the spender can ‘transferFrom’.

As things have been updated, more functions have been made available. Thus, the creation of the ERC223 standard token. ERC223 is supported by every software that supports ERC20 (it’s ‘backwards compatible’), and it takes all of the above functions among contracts and wallets and puts them into one function: ‘transfer’. This merging of functions is not only simpler, but it can also save on transaction fees concerning ‘gas’ within Ethereum. A big bonus on behalf of the ERC223 token standard, is that it doesn’t allow tokens to be transferred into a contract which doesn’t allow tokens to be withdrawn. This is a plus, because prior to ERC223, if someone sent ERC20 tokens into a contract which hadn’t allowed people to use it, those tokens would be locked in the contract and inaccessible, which has caused hundreds of thousands of dollars to simply be locked up.
http://bcmy.io/blog/dnc-eth-addresses-in-the-bcmy-wallet-the-technology-behind-ethereum-based-smart-contract-tokens/

Quote
3. For developers, we recommend shifting from ERC20 to ERC223 for the benefits we have mentioned above. The standard solidity code is available here: https://github.com/Dexaran/ERC223-token-standard/tree/Recommended#erc23-token-standard
https://medium.com/cryptomover/what-are-erc20-and-erc223-tokens-307badcca5a

Quote from: Dexaran on Reddit
ERC20 tokens are leading to money losses.

If you want users to lose money then you should use ERC20. No one can stop it. No one can ban it.

If you don't want users to lose money then you shouldn't use ERC20.

If you feel OK with the idea "users can lose money but I hope they will not" then you can use ERC20 too. It is still working.
https://bitcointalk.org/index.php?topic=2091093.msg30059050#msg30059050
jouns
Full Member
***
Offline Offline

Activity: 812
Merit: 106


View Profile
February 11, 2018, 11:32:23 AM
 #11

I have in my wallet several coins of the standard 223, this is STN coin from saturn network. https://rados.io/posts/saturn-network-2017-recap-and-2018-roadmap
mansuri1982
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile WWW
February 24, 2018, 06:12:39 PM
 #12

I have in my wallet several coins of the standard 223, this is STN coin from saturn network. https://rados.io/posts/saturn-network-2017-recap-and-2018-roadmap
hi. i have in mew too. how can i sell them for example or move to any exchange? and erc233 not shows on etherscan
moshk555
Member
**
Offline Offline

Activity: 224
Merit: 10


View Profile
March 08, 2018, 11:48:51 AM
 #13

The ERC223 is an updated version of its predecessor which is ERC20 smart contract. It is a smart contract that is a link to the locks your network of Italian dish network you seem to solve the problems that are occurring in the Ethereum including the expanding network of daily active users leading to hundreds of thousands and billions in transaction amounts in total.
weiweianll
Newbie
*
Offline Offline

Activity: 168
Merit: 0


View Profile
March 08, 2018, 12:01:27 PM
Last edit: March 09, 2018, 11:41:22 PM by weiweianll
 #14

There are no ERC223 standard tokens now.

The ERC223 token standard introduces a new feature to the existing ERC20 standard to prevent accidental transfers. The ERC223 token standard prevents the token from being lost on the Ethernet network.

adam1230
Legendary
*
Offline Offline

Activity: 1218
Merit: 1001



View Profile
March 08, 2018, 12:01:38 PM
 #15

Its a smart contract structure similar to ERC20 but seems its more powerfull then ERC20
We will see more smart contract options soon. Developers are working hardly to solve ERC20 problems which we experienced.
nndep3m
Member
**
Offline Offline

Activity: 140
Merit: 13

First Payment Gateway using GoldBacked cryptocurre


View Profile
March 08, 2018, 12:05:24 PM
 #16

I believe it has something to do with smart contracts not always being frozen, something to do with DOA hacks being a bit more difficult. No idea honestly.

Ostonian
Full Member
***
Offline Offline

Activity: 912
Merit: 100


View Profile
March 08, 2018, 12:14:10 PM
 #17

The ERC223 standard was created in order to correct mistakes made in the ERC20 standard, this eliminates the problem of lost tokens, allows developers to process incoming token transactions and energy savings.
Tsar Bomba
Member
**
Offline Offline

Activity: 211
Merit: 10

BountyHunter|AirdropHunter|Pretty Girl Hunter


View Profile
March 08, 2018, 01:00:47 PM
 #18

I have one token that recently upgraded from erc20 to erc223. I got confused because i'm new to that kind of fork, but I was relieved when I asked the devs if there is something that I have to do or set the smart contract but thankfully there was none. Up to now I am stll trying to read more articles about erc223. Good luck to me though.

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
DAOX: Create & Manage Fundraising DAOs / Bounty & Airdrop / ANN THREAD / TELEGRAM
Tsar Bomba
Member
**
Offline Offline

Activity: 211
Merit: 10

BountyHunter|AirdropHunter|Pretty Girl Hunter


View Profile
March 08, 2018, 01:23:32 PM
 #19

I read an article, and I see ERC233 but there is no detailed explanation. so what is the difference between ERC20 and ERC223 ?

Hi again! I just read an article about one of my token's upgrade to erc223, and I learned that there are 3 primary improvements when a token forks to erc223.

1. Eliminates the problem of lost tokens which happens during the transfer of ERC20 tokens to a contract (when people mistakenly use the instructions for sending tokens to a wallet). ERC223 allows users to send their tokens to either wallet or contract with the same function transfer, thereby eliminating the potential for confusion and lost tokens.

2. Allows developers to handle incoming token transactions, and reject non-supported tokens (not possible with ERC20)

3. Energy savings. The transfer of ERC223 tokens to a contract is a one step process rather than a 2-step process (for ERC20), and this means 2 times less gas and no extra blockchain bloating.

I guess sooner or later many tokens will also upgrade from erc20 to erc223 because of these 3 primary improvements stated above.
...And also we token holders did nothing (like setting something on the smart contract) before the upgrade to erc223. We were just advised to refrain from depositing, withdrawing, or transferring during the time of the upgrade.

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
DAOX: Create & Manage Fundraising DAOs / Bounty & Airdrop / ANN THREAD / TELEGRAM
shams
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
March 25, 2018, 09:30:16 PM
 #20

The ERC223  is an updated version of its predecessor which is ERC20 smart contract. It is a smart contract that seems to solve the problems that are occurring in the Ethereum including the expanding network of daily active users leading to hundreds of thousands and billions in transaction amounts in total.
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!