Bitcoin Forum
May 07, 2024, 03:11:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 [41] 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 »
801  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [AIRDROP 1 ROUND OF 10] SATOSHI TOKEN - smart contract for anonymous trading! on: February 06, 2018, 01:46:33 PM
Airdrop will be held on the project website. Now we are working on the development of functional.

when will you publish the whitepaper?

One of the participants of our community proposed to introduce into the project a function, the use of which will lead to the planned reduction of the total number of tokens.
Soon there will be news.
802  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [AIRDROP 1 ROUND OF 10] SATOSHI TOKEN - smart contract for anonymous trading! on: February 03, 2018, 06:32:13 AM
Airdrop will be held on the project website. Now we are working on the development of functional.
803  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN][AIRDROP][FORK] SATOSHI TOKEN - smart contract for anonymous trading! on: January 31, 2018, 02:45:02 PM
804  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN][AIRDROP][FORK] SATOSHI TOKEN - smart contract for anonymous trading! on: January 31, 2018, 06:43:58 AM
I would also like to know how many members are working on this.

Also, will there still be 21 million tokens after the swap?

There will be another 10 rounds of airdrops.
The swap will be activated after the bounty of the company.
The total number of tokens will increase.

What will be the final amount of tokens?

what kind of bounties are you going to have? Signatures?

The final number of tokens depends on the number of participants in the airdrop.

Bounty - signature, social network, articles, translation and maintenance of the topic, referral link
805  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN][AIRDROP][FORK] SATOSHI TOKEN - smart contract for anonymous trading! on: January 31, 2018, 06:13:57 AM
I would also like to know how many members are working on this.

Also, will there still be 21 million tokens after the swap?

There will be another 10 rounds of airdrops.
The swap will be activated after the bounty of the company.
The total number of tokens will increase.
806  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] SATOSHI ERC20 TOKEN - smart contract Ethereum for anonymous trading! on: January 29, 2018, 04:22:39 PM
Why isn't this project more well known?.  This seems like a huge deal, first anonymous payments on ethereum.  Wonder why this is flying under the radar? Huh Huh

I already asked a similar question!)) I think that you need to hold a bounty company.

It is necessary to stop giving free tokens to those who do nothing to advertise the project!

Yes. And start giving out to those who did something)
Nobody forbids to help the project and get a reward for it. Which I did, for example.

And I have a question when will the article's evaluation and payment?

Soon Smiley
807  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] SATOSHI ERC20 TOKEN - smart contract Ethereum for anonymous trading! on: January 29, 2018, 03:40:11 PM
Here is a video instruction on how to use a smart contract without an application https://vimeo.com/satoshiteam
808  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] SATOSHI ERC20 TOKEN uses cryptographic technology - zero-knowledge proofs! on: January 29, 2018, 01:06:51 PM
PRE ADVANTAGES:

Our users will be able to anonymously receive payment and transfer to customers:

1. Payment codes (EX-CODE, license keys, etc.).
2. Programs (links to download, files).
3. Goods (with the indication of coordinates).
4. Information.

Would the payer be able to get a code/link after hi has paid?

Yes, using the "showBillData" function

What would the function return before the sender has paid? Empty response?
In that case I don't understand how the payer could check the paid amount before he transferred tokens.

To get a response from the "showBillData" function, you need to enter a password when you pay the bill. This password gives access to the product.
To check the invoice that you have issued, you use the secret word received from the seller when you call the function "showBillInfo"

By the way there is no method 'showBillData' in the abi you shared via the telegram chat.

Use the current data:

Contract Address  0xc27AC1302D737c0E264477a248388DBc4e4B64cA

ABI / JSON Interface

Code:
[
  {
  "constant": true,
  "inputs": [],
  "name": "name",
  "outputs": [
  {
  "name": "",
  "type": "string"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": false,
  "inputs": [
  {
  "name": "_spender",
  "type": "address"
  },
  {
  "name": "_value",
  "type": "uint256"
  }
  ],
  "name": "approve",
  "outputs": [
  {
  "name": "",
  "type": "bool"
  }
  ],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [
  {
  "name": "_address",
  "type": "address"
  },
  {
  "name": "_secret",
  "type": "bytes32"
  }
  ],
  "name": "showPassword",
  "outputs": [
  {
  "name": "",
  "type": "bytes32"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [],
  "name": "getAirdropCount",
  "outputs": [
  {
  "name": "",
  "type": "uint256"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [],
  "name": "totalSupply",
  "outputs": [
  {
  "name": "",
  "type": "uint256"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": false,
  "inputs": [
  {
  "name": "_from",
  "type": "address"
  },
  {
  "name": "_to",
  "type": "address"
  },
  {
  "name": "_value",
  "type": "uint256"
  }
  ],
  "name": "transferFrom",
  "outputs": [
  {
  "name": "",
  "type": "bool"
  }
  ],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [],
  "name": "getCurrentTime",
  "outputs": [
  {
  "name": "",
  "type": "uint256"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [],
  "name": "decimals",
  "outputs": [
  {
  "name": "",
  "type": "uint32"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [
  {
  "name": "_pass",
  "type": "bytes32"
  }
  ],
  "name": "showBillInfo",
  "outputs": [
  {
  "name": "",
  "type": "uint256"
  },
  {
  "name": "",
  "type": "string"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [
  {
  "name": "_a",
  "type": "address"
  }
  ],
  "name": "checkSwapped",
  "outputs": [
  {
  "name": "",
  "type": "bool"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [
  {
  "name": "_address",
  "type": "address"
  },
  {
  "name": "_pass",
  "type": "bytes32"
  },
  {
  "name": "_secret",
  "type": "bytes32"
  }
  ],
  "name": "showBillData",
  "outputs": [
  {
  "name": "",
  "type": "string"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": false,
  "inputs": [
  {
  "name": "_spender",
  "type": "address"
  },
  {
  "name": "_subtractedValue",
  "type": "uint256"
  }
  ],
  "name": "decreaseApproval",
  "outputs": [
  {
  "name": "",
  "type": "bool"
  }
  ],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [
  {
  "name": "_owner",
  "type": "address"
  }
  ],
  "name": "balanceOf",
  "outputs": [
  {
  "name": "balance",
  "type": "uint256"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": false,
  "inputs": [
  {
  "name": "_srcAdress",
  "type": "address"
  },
  {
  "name": "_adr",
  "type": "address[]"
  }
  ],
  "name": "swap",
  "outputs": [
  {
  "name": "",
  "type": "bool"
  }
  ],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "function"
  },
  {
  "constant": false,
  "inputs": [],
  "name": "participateInAirdrop",
  "outputs": [
  {
  "name": "",
  "type": "bool"
  }
  ],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "function"
  },
  {
  "constant": false,
  "inputs": [
  {
  "name": "_airStart",
  "type": "uint256"
  },
  {
  "name": "_airEnd",
  "type": "uint256"
  },
  {
  "name": "_value",
  "type": "uint256"
  }
  ],
  "name": "setAirdrop",
  "outputs": [
  {
  "name": "",
  "type": "bool"
  }
  ],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [],
  "name": "owner",
  "outputs": [
  {
  "name": "",
  "type": "address"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": false,
  "inputs": [
  {
  "name": "_pass",
  "type": "bytes32"
  },
  {
  "name": "_secret",
  "type": "bytes32"
  }
  ],
  "name": "pay",
  "outputs": [
  {
  "name": "",
  "type": "bool"
  }
  ],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [],
  "name": "symbol",
  "outputs": [
  {
  "name": "",
  "type": "string"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": false,
  "inputs": [
  {
  "name": "_to",
  "type": "address"
  },
  {
  "name": "_amount",
  "type": "uint256"
  }
  ],
  "name": "transfer",
  "outputs": [
  {
  "name": "",
  "type": "bool"
  }
  ],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "function"
  },
  {
  "constant": false,
  "inputs": [
  {
  "name": "_spender",
  "type": "address"
  },
  {
  "name": "_addedValue",
  "type": "uint256"
  }
  ],
  "name": "increaseApproval",
  "outputs": [
  {
  "name": "",
  "type": "bool"
  }
  ],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [
  {
  "name": "_owner",
  "type": "address"
  },
  {
  "name": "_spender",
  "type": "address"
  }
  ],
  "name": "allowance",
  "outputs": [
  {
  "name": "",
  "type": "uint256"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": false,
  "inputs": [
  {
  "name": "_value1",
  "type": "uint256"
  },
  {
  "name": "_desc",
  "type": "string"
  },
  {
  "name": "_data",
  "type": "string"
  },
  {
  "name": "_secret",
  "type": "bytes32"
  }
  ],
  "name": "invoice",
  "outputs": [
  {
  "name": "",
  "type": "bytes32"
  }
  ],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "function"
  },
  {
  "constant": false,
  "inputs": [
  {
  "name": "newOwner",
  "type": "address"
  }
  ],
  "name": "transferOwnership",
  "outputs": [],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "function"
  },
  {
  "inputs": [],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "constructor"
  },
  {
  "anonymous": false,
  "inputs": [
  {
  "indexed": true,
  "name": "owner",
  "type": "address"
  },
  {
  "indexed": true,
  "name": "spender",
  "type": "address"
  },
  {
  "indexed": false,
  "name": "value",
  "type": "uint256"
  }
  ],
  "name": "Approval",
  "type": "event"
  },
  {
  "anonymous": false,
  "inputs": [
  {
  "indexed": true,
  "name": "from",
  "type": "address"
  },
  {
  "indexed": true,
  "name": "to",
  "type": "address"
  },
  {
  "indexed": false,
  "name": "value",
  "type": "uint256"
  }
  ],
  "name": "Transfer",
  "type": "event"
  },
  {
  "anonymous": false,
  "inputs": [
  {
  "indexed": true,
  "name": "previousOwner",
  "type": "address"
  },
  {
  "indexed": true,
  "name": "newOwner",
  "type": "address"
  }
  ],
  "name": "OwnershipTransferred",
  "type": "event"
  }
  ]
809  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] SATOSHI ERC20 TOKEN uses cryptographic technology - zero-knowledge proofs! on: January 29, 2018, 09:58:32 AM
PRE ADVANTAGES:

Our users will be able to anonymously receive payment and transfer to customers:

1. Payment codes (EX-CODE, license keys, etc.).
2. Programs (links to download, files).
3. Goods (with the indication of coordinates).
4. Information.

Would the payer be able to get a code/link after hi has paid?

Yes, using the "showBillData" function

What would the function return before the sender has paid? Empty response?
In that case I don't understand how the payer could check the paid amount before he transferred tokens.

To get a response from the "showBillData" function, you need to enter a password when you pay the bill. This password gives access to the product.
To check the invoice that you have issued, you use the secret word received from the seller when you call the function "showBillInfo"
810  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] SATOSHI ERC20 TOKEN uses cryptographic technology - zero-knowledge proofs! on: January 29, 2018, 07:21:44 AM
PRE ADVANTAGES:

Our users will be able to anonymously receive payment and transfer to customers:

1. Payment codes (EX-CODE, license keys, etc.).
2. Programs (links to download, files).
3. Goods (with the indication of coordinates).
4. Information.

Would the payer be able to get a code/link after hi has paid?

Yes, using the "showBillData" function

Do you plan to release GUI tool for it? Wallet or something...
Not many people understand how to use it via JSON.


To begin with, on our website there will be simple forms with instructions. The user will be able to create an invoice for payment, view the status of the received invoice, and pay.

After that, we'll start developing a full-fledged web application.
811  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] SATOSHI ERC20 TOKEN uses cryptographic technology - zero-knowledge proofs! on: January 28, 2018, 10:46:15 AM
When the source code will be published?

May be I’m wrong, but according to the interface (ABI) the sender does not know how many tokens he transfers to the receiver.
How can the payer check that the secret code is for particular amount of tokens?

When forming an invoice for payment, the recipient of tokens indicates their number and transfers the goods (payment code, coordinates, download link). The buyer conducts the transaction and after that gets access to the purchase.

Oh, the buyer could check what he pays using showBillInfo function. Right?

Right. He will see the value of the product and its description. After payment, he receives the goods themselves.

Video instruction will be published soon.
812  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] SATOSHI ERC20 TOKEN uses cryptographic technology - zero-knowledge proofs! on: January 28, 2018, 09:59:46 AM
Satoşhi is also erc20 token?

Yes. We tested the output of the token on the ED and the process of its purchase / sale.
813  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] SATOSHI ERC20 TOKEN uses cryptographic technology - zero-knowledge proofs! on: January 28, 2018, 09:42:43 AM
When the source code will be published?

May be I’m wrong, but according to the interface (ABI) the sender does not know how many tokens he transfers to the receiver.
How can the payer check that the secret code is for particular amount of tokens?

When forming an invoice for payment, the recipient of tokens indicates their number and transfers the goods (payment code, coordinates, download link). The buyer conducts the transaction and after that gets access to the purchase.
814  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] [AIRDROP] ANONIUM TOKEN [AIRDROP] The future of payments on: January 28, 2018, 04:27:16 AM
I do not understand what it is)) Is this STH or a new token? Then why is there no link in the old topic for this new branch?
https://bitcointalk.org/index.php?topic=2439901.0

This topic has nothing to do with our team.
815  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] SATOSHI ERC20 TOKEN uses cryptographic technology - zero-knowledge proofs! on: January 27, 2018, 09:47:38 AM
SATOSHI ERC20 TOKEN uses advanced cryptographic techniques, namely zero-knowledge proofs, to guarantee the validity of transactions without revealing additional information about them.
SATOSHI payments are confirmed, but they are not published on the public blockchain, and the sender, recipient, and amount of a transaction remain private.

In order to pass a token using the "zero-knowledge proofs" technology, the token owner:

1. Using function "invoice" tells the smart contract how many tokens it wants to receive.
2. Using the function "showPassword" receives a secret code.
3. Sends the secret code to the buyer.
4. The buyer uses secret code to translate tokens using the "pay" function.

Sender, recipient, and amount of transaction remain private.

P.S.

Contract Address  0xc27AC1302D737c0E264477a248388DBc4e4B64cA

ABI / JSON Interface

Code:
[
  {
  "constant": true,
  "inputs": [],
  "name": "name",
  "outputs": [
  {
  "name": "",
  "type": "string"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": false,
  "inputs": [
  {
  "name": "_spender",
  "type": "address"
  },
  {
  "name": "_value",
  "type": "uint256"
  }
  ],
  "name": "approve",
  "outputs": [
  {
  "name": "",
  "type": "bool"
  }
  ],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [
  {
  "name": "_address",
  "type": "address"
  },
  {
  "name": "_secret",
  "type": "bytes32"
  }
  ],
  "name": "showPassword",
  "outputs": [
  {
  "name": "",
  "type": "bytes32"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [],
  "name": "getAirdropCount",
  "outputs": [
  {
  "name": "",
  "type": "uint256"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [],
  "name": "totalSupply",
  "outputs": [
  {
  "name": "",
  "type": "uint256"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": false,
  "inputs": [
  {
  "name": "_from",
  "type": "address"
  },
  {
  "name": "_to",
  "type": "address"
  },
  {
  "name": "_value",
  "type": "uint256"
  }
  ],
  "name": "transferFrom",
  "outputs": [
  {
  "name": "",
  "type": "bool"
  }
  ],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [],
  "name": "getCurrentTime",
  "outputs": [
  {
  "name": "",
  "type": "uint256"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [],
  "name": "decimals",
  "outputs": [
  {
  "name": "",
  "type": "uint32"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [
  {
  "name": "_pass",
  "type": "bytes32"
  }
  ],
  "name": "showBillInfo",
  "outputs": [
  {
  "name": "",
  "type": "uint256"
  },
  {
  "name": "",
  "type": "string"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [
  {
  "name": "_a",
  "type": "address"
  }
  ],
  "name": "checkSwapped",
  "outputs": [
  {
  "name": "",
  "type": "bool"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [
  {
  "name": "_address",
  "type": "address"
  },
  {
  "name": "_pass",
  "type": "bytes32"
  },
  {
  "name": "_secret",
  "type": "bytes32"
  }
  ],
  "name": "showBillData",
  "outputs": [
  {
  "name": "",
  "type": "string"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": false,
  "inputs": [
  {
  "name": "_spender",
  "type": "address"
  },
  {
  "name": "_subtractedValue",
  "type": "uint256"
  }
  ],
  "name": "decreaseApproval",
  "outputs": [
  {
  "name": "",
  "type": "bool"
  }
  ],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [
  {
  "name": "_owner",
  "type": "address"
  }
  ],
  "name": "balanceOf",
  "outputs": [
  {
  "name": "balance",
  "type": "uint256"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": false,
  "inputs": [
  {
  "name": "_srcAdress",
  "type": "address"
  },
  {
  "name": "_adr",
  "type": "address[]"
  }
  ],
  "name": "swap",
  "outputs": [
  {
  "name": "",
  "type": "bool"
  }
  ],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "function"
  },
  {
  "constant": false,
  "inputs": [],
  "name": "participateInAirdrop",
  "outputs": [
  {
  "name": "",
  "type": "bool"
  }
  ],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "function"
  },
  {
  "constant": false,
  "inputs": [
  {
  "name": "_airStart",
  "type": "uint256"
  },
  {
  "name": "_airEnd",
  "type": "uint256"
  },
  {
  "name": "_value",
  "type": "uint256"
  }
  ],
  "name": "setAirdrop",
  "outputs": [
  {
  "name": "",
  "type": "bool"
  }
  ],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [],
  "name": "owner",
  "outputs": [
  {
  "name": "",
  "type": "address"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": false,
  "inputs": [
  {
  "name": "_pass",
  "type": "bytes32"
  },
  {
  "name": "_secret",
  "type": "bytes32"
  }
  ],
  "name": "pay",
  "outputs": [
  {
  "name": "",
  "type": "bool"
  }
  ],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [],
  "name": "symbol",
  "outputs": [
  {
  "name": "",
  "type": "string"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": false,
  "inputs": [
  {
  "name": "_to",
  "type": "address"
  },
  {
  "name": "_amount",
  "type": "uint256"
  }
  ],
  "name": "transfer",
  "outputs": [
  {
  "name": "",
  "type": "bool"
  }
  ],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "function"
  },
  {
  "constant": false,
  "inputs": [
  {
  "name": "_spender",
  "type": "address"
  },
  {
  "name": "_addedValue",
  "type": "uint256"
  }
  ],
  "name": "increaseApproval",
  "outputs": [
  {
  "name": "",
  "type": "bool"
  }
  ],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "function"
  },
  {
  "constant": true,
  "inputs": [
  {
  "name": "_owner",
  "type": "address"
  },
  {
  "name": "_spender",
  "type": "address"
  }
  ],
  "name": "allowance",
  "outputs": [
  {
  "name": "",
  "type": "uint256"
  }
  ],
  "payable": false,
  "stateMutability": "view",
  "type": "function"
  },
  {
  "constant": false,
  "inputs": [
  {
  "name": "_value1",
  "type": "uint256"
  },
  {
  "name": "_desc",
  "type": "string"
  },
  {
  "name": "_data",
  "type": "string"
  },
  {
  "name": "_secret",
  "type": "bytes32"
  }
  ],
  "name": "invoice",
  "outputs": [
  {
  "name": "",
  "type": "bytes32"
  }
  ],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "function"
  },
  {
  "constant": false,
  "inputs": [
  {
  "name": "newOwner",
  "type": "address"
  }
  ],
  "name": "transferOwnership",
  "outputs": [],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "function"
  },
  {
  "inputs": [],
  "payable": false,
  "stateMutability": "nonpayable",
  "type": "constructor"
  },
  {
  "anonymous": false,
  "inputs": [
  {
  "indexed": true,
  "name": "owner",
  "type": "address"
  },
  {
  "indexed": true,
  "name": "spender",
  "type": "address"
  },
  {
  "indexed": false,
  "name": "value",
  "type": "uint256"
  }
  ],
  "name": "Approval",
  "type": "event"
  },
  {
  "anonymous": false,
  "inputs": [
  {
  "indexed": true,
  "name": "from",
  "type": "address"
  },
  {
  "indexed": true,
  "name": "to",
  "type": "address"
  },
  {
  "indexed": false,
  "name": "value",
  "type": "uint256"
  }
  ],
  "name": "Transfer",
  "type": "event"
  },
  {
  "anonymous": false,
  "inputs": [
  {
  "indexed": true,
  "name": "previousOwner",
  "type": "address"
  },
  {
  "indexed": true,
  "name": "newOwner",
  "type": "address"
  }
  ],
  "name": "OwnershipTransferred",
  "type": "event"
  }
  ]
816  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] SATOSHI ERC20 TOKEN uses cryptographic technology - zero-knowledge proofs! on: January 25, 2018, 02:45:14 PM
Attention! Tomorrow we conduct the latest tests and place a smart contract in the network of Ethereum!
Last chance to buy at Etherdelta tonight Smiley

No, the swap will be held later. While we deploy a smart contract. The swap function will be activated later.
817  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] SATOSHI ERC20 TOKEN uses cryptographic technology - zero-knowledge proofs! on: January 23, 2018, 11:55:03 PM
I cannot access telegram page, as it is now saying 'chat not accessible'. Kindly assist, i need to follow update

This means your nickname is blocked. Inform your nickname and I'll unlock you. Do not spam links to third-party resources and you will not be blocked anymore!
818  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] SATOSHI ERC20 TOKEN uses cryptographic technology - zero-knowledge proofs! on: January 23, 2018, 06:00:13 PM
Is this a legit project? Hard to find more information about this and if its possible to have an anonymous eth token.

I do not understand your question! What can be illegal in wanting to transfer their tokens to another owner anonymously?

I did not say its illegal, I'm wondering how is the technolgy possible to have anonymous transfers on ethereum?

It's all interesting to know))) And everyone will know HOW, after we deploy a smart contract.
819  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] SATOSHI ERC20 TOKEN uses cryptographic technology - zero-knowledge proofs! on: January 23, 2018, 05:51:03 PM
Is this a legit project? Hard to find more information about this and if its possible to have an anonymous eth token.

I do not understand your question! What can be illegal in wanting to transfer their tokens to another owner anonymously?
820  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] SATOSHI ERC20 TOKEN uses cryptographic technology - zero-knowledge proofs! on: January 23, 2018, 08:23:51 AM
The telegram chat is very active...So if you think it isn't maybe you are in the wrong room. It sounds like from the telegram that the swap will be automatic and we don't need to do anything if we hold STH in our wallets. They are going to make a firm announcement soon and will probably explain the details.

It is probably a great time to pick up some STH from weak hands if you can find someone to sell them to you. Zero-knowledge proofs could easily be a game changer and is incredible technology.

so I join wrong telegram and where is link telegram official for satoshi token ? I want chat in there knowing about the roadmap

https://t.me/SatoshiTeamOfficial
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 [41] 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!