Pages:
Author

Topic: What is ERC223? - page 2. (Read 372 times)

member
Activity: 140
Merit: 13
First Payment Gateway using GoldBacked cryptocurre
March 08, 2018, 08:05:24 AM
#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.
legendary
Activity: 1218
Merit: 1001
March 08, 2018, 08:01:38 AM
#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.
newbie
Activity: 168
Merit: 0
March 08, 2018, 08:01:27 AM
#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.

member
Activity: 224
Merit: 10
March 08, 2018, 07: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.
newbie
Activity: 20
Merit: 0
February 24, 2018, 02: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
full member
Activity: 812
Merit: 106
February 11, 2018, 07: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
jr. member
Activity: 261
Merit: 2
February 11, 2018, 07: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://bitcointalksearch.org/topic/annbankera-building-the-bank-for-the-blockchain-era-2091093
sr. member
Activity: 1372
Merit: 255
February 11, 2018, 06: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 ?
newbie
Activity: 154
Merit: 0
February 11, 2018, 06: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.
jr. member
Activity: 261
Merit: 2
February 11, 2018, 06: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
member
Activity: 78
Merit: 10
December 10, 2017, 07:56:43 AM
#6
ERC223 is a tokan. But i realy read first time .
Thanx your regard friends
full member
Activity: 588
Merit: 101
December 10, 2017, 07: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
hero member
Activity: 924
Merit: 511
December 07, 2017, 01: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
full member
Activity: 336
Merit: 106
December 07, 2017, 01: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   
full member
Activity: 812
Merit: 126
December 07, 2017, 01: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.
newbie
Activity: 537
Merit: 0
December 07, 2017, 12: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 ?
Pages:
Jump to: