Voted Coins
follow us on twitter . like us on facebook . follow us on instagram . subscribe to our youtube channel . announcements on telegram channel . ask urgent question ONLY . Subscribe to our reddit . Altcoins Talks Shop Shop


This is an Ad. Advertised sites are not endorsement by our Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise Here

Author Topic: need help with ERC-223 transactions  (Read 724 times)

Offline Yamane_Keto

  • Hero Member
  • *
  • *
  • Activity: 728
  • points:
    35364
  • Karma: 57
  • Trade Count: (0)
  • Referrals: 2
  • Last Active: March 18, 2025, 02:21:20 AM
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    One year Anniversary 500 Posts Search
need help with ERC-223 transactions
« on: June 20, 2024, 01:24:41 PM »
I was trying to develop something related to ERC-223 tokens and I think they will have value in the future, but I am trying to modify my explorer to not only show transactions as it does in etherscan but also as an ABI contract. Does anyone know of any help?

Code: [Select]
contract ERC223 {
  function transfer(address to, uint value, bytes data) {
        uint codeLength;
        assembly {
            codeLength := extcodesize(_to)
        }
        balances[msg.sender] = balances[msg.sender].sub(_value);
        balances[_to] = balances[_to].add(_value);
        if(codeLength>0) {
            // Require proper transaction handling.
            ERC223Receiver receiver = ERC223Receiver(_to);
            receiver.tokenReceived(msg.sender, _value, _data);
        }
    }

https://github.com/Dexaran/ERC223-token-standard

Altcoins Talks - Cryptocurrency Forum

need help with ERC-223 transactions
« on: June 20, 2024, 01:24:41 PM »

This is an Ad. Advertised sites are not endorsement by our Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise Here


 

ETH & ERC20 Tokens Donations: 0x2143F7146F0AadC0F9d85ea98F23273Da0e002Ab
BNB & BEP20 Tokens Donations: 0xcbDAB774B5659cB905d4db5487F9e2057b96147F
BTC Donations: bc1qjf99wr3dz9jn9fr43q28x0r50zeyxewcq8swng
BTC Tips for Moderators: 1Pz1S3d4Aiq7QE4m3MmuoUPEvKaAYbZRoG
Powered by SMFPacks Social Login Mod