Dexaran

Results 189 comments of Dexaran

I've updated ECNS contract. This is current version that is exactly deployed on Rinkeby testnet: https://github.com/Dexaran/ECNS/tree/test Native 'namehash' algorithm implementation is added to ECNS registry contract. The main problem is...

Updated a contract: https://github.com/Dexaran/ECNS/blob/test/HashRegistrarSimplified.sol Emergency token extraction function was implemented. Dynamic min node price was implemented. I'm thinking of implementing this functions for multisig that will be owner of root...

7 easy steps to set up your own ECNS (or ENS): 1. Deploy a [Registry contract](https://github.com/Dexaran/ECNS/blob/test/ECNS.sol). You will be the owner of the Registry (owner of 0x0). 2. Deploy a...

Under bug bounty: https://dexaran.github.io/EthereumCommonwealth/Bounties/#marker-bounty-3

ECNS is successfully launched at Ethereum Classic network. https://github.com/EthereumCommonwealth/ECNS

>[ERC-223](https://github.com/ethereum/eips/issues/223) isn't an official standard. It's not even merged into the EIPs repository. There's https://eips.ethereum.org/EIPS/eip-1363 (which is final and therefore safe to use) and there's https://eips.ethereum.org/EIPS/eip-4524. I would like to...

@Pandapip1 https://github.com/OpenZeppelin/openzeppelin-contracts/issues/3575#issuecomment-1206710054 >https://github.com/ethereum/eips/issues/223 isn't an official standard. It's not even merged into the EIPs repository. There's https://eips.ethereum.org/EIPS/eip-1363 (which is final and therefore safe to use) and there's https://eips.ethereum.org/EIPS/eip-4524.

| | [ERC-223](https://eips.ethereum.org/EIPS/eip-223) | Ether | [ERC-20](https://eips.ethereum.org/EIPS/eip-20) | [ERC-721 (NFT)](https://eips.ethereum.org/EIPS/eip-721) | [ERC-777](https://eips.ethereum.org/EIPS/eip-777) | [ERC-1155](https://eips.ethereum.org/EIPS/eip-1155) | [ERC-1363](https://eips.ethereum.org/EIPS/eip-1363) | [EOS C++ token](https://github.com/EOSIO/eosio.contracts/blob/master/contracts/eosio.token/src/eosio.token.cpp) | | ------------- | ------------- | ------------- | ------------- |...

Callisto Treasury address (https://explorer.callisto.network/address/0x74682Fc32007aF0b6118F259cBe7bCCC21641600/transactions) and Staking Reserve address (https://explorer.callisto.network/address/0x3c06f218Ce6dD8E2c535a8925A2eDF81674984D9/transactions) links were updated as we are now using a new blockchain explorer https://explorer.callisto.network/

@ernestognw I did my research on [EIP-1363](https://eips.ethereum.org/EIPS/eip-1363) and I'd like to provide my feedback. ## Response to the creator of the issue #3736 >I was using ERC223 for some time...