Bitcoin Forum

Alternate cryptocurrencies => Tokens (Altcoins) => Topic started by: tokenreserve-DEV on December 28, 2017, 03:53:25 AM



Title: NEW Anonymous TokenFederalReserve No owner, No ICO, No shits. 5% Profit
Post by: tokenreserve-DEV on December 28, 2017, 03:53:25 AM
http://img.fenixzone.net/i/SV3uLlB.png

Ethereum Payment

You can make the payment with any ethereum wallet directly to our contract, your wallet must allow to store other types of token. Once received the ETH payment, the contract will send the tokens to the address of the payer. Do NOT send ETH from any Exchange or wallet from which you don't have control of your private key.



TokenFederalReserve has designed to mantain hight value price of your token and guarantee profits by the token rules. Each exchange inside the token contract takes 5 % proffit from the spread in buy/sell contract functions .

Availiable now !!

No owner, No ICO, No Marketing, No shits.

Pure value reserve in ethereum network.

50 ETH fixed price

>50 ETH price are calculated by Contract ETH balancce / Totalsupply

5 % spread sell/buy

max tokens 50 .000.000

TOTAL SUPPLY 50.000.000 Tokens

initial price : 1 ETH x 100.000 Tokens

CONTRACT ADDR : 0x9D110849823cbE09Dc8a8aFB68467f106D8C9148

Explore contract : https://etherscan.io/address/0x9d110849823cbe09dc8a8afb68467f106d8c9148

GitHub : https://github.com/TokenFederalReserve/TFR-Contract

2 % for put in exchanges .

Example for Buy tokens: https://preview.ibb.co/hKWVWb/buy.png (https://ibb.co/gnwxBb)

Example for Sell tokens: https://preview.ibb.co/f2QePw/sell.png (https://ibb.co/diWKPw)

Min Gas recomend: 60000


ABI json:

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":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","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":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},
{"constant":true,"inputs":[],"name":"decimals","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},
{"constant":true,"inputs":[],"name":"sellPrice","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},
{"constant":true,"inputs":[],"name":"standard","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},
{"constant":true,"inputs":[],"name":"spread","outputs":[{"name":"","type":"uint8"}],"payable":false,"stateMutability":"view","type":"function"},
{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"balanceOf","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},
{"constant":true,"inputs":[],"name":"buyPrice","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},
{"constant":true,"inputs":[],"name":"owner","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},
{"constant":true,"inputs":[],"name":"symbol","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},
{"constant":false,"inputs":[],"name":"buy","outputs":[],"payable":true,"stateMutability":"payable","type":"function"},
{"constant":false,"inputs":[{"name":"_to","type":"address"},{"name":"_value","type":"uint256"}],"name":"transfer","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},
{"constant":true,"inputs":[{"name":"","type":"address"}],"name":"frozenAccount","outputs":[{"name":"","type":"bool"}],"payable":false,"stateMutability":"view","type":"function"},
{"constant":false,"inputs":[{"name":"_spender","type":"address"},{"name":"_value","type":"uint256"},{"name":"_extraData","type":"bytes"}],"name":"approveAndCall","outputs":[{"name":"success","type":"bool"}],"payable":false,"stateMutability":"nonpayable","type":"function"},
{"constant":false,"inputs":[],"name":"deposit","outputs":[{"name":"success","type":"bool"}],"payable":true,"stateMutability":"payable","type":"function"},
{"constant":true,"inputs":[{"name":"","type":"address"},{"name":"","type":"address"}],"name":"allowance","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},
{"constant":true,"inputs":[],"name":"minPrice","outputs":[{"name":"","type":"uint256"}],"payable":false,"stateMutability":"view","type":"function"},
{"constant":false,"inputs":[{"name":"amount","type":"uint256"}],"name":"sell","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},
{"constant":false,"inputs":[{"name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},
{"inputs":[{"name":"initialSupply","type":"uint256"},{"name":"tokenName","type":"string"},{"name":"decimalUnits","type":"uint8"},{"name":"tokenSymbol","type":"string"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"},
{"payable":true,"stateMutability":"payable","type":"fallback"},{"anonymous":false,"inputs":[{"indexed":false,"name":"target","type":"address"},{"indexed":false,"name":"frozen","type":"bool"}],"name":"FrozenFunds","type":"event"},
{"anonymous":false,"inputs":[{"indexed":false,"name":"sender","type":"address"},{"indexed":false,"name":"amount","type":"uint256"}],"name":"LogDeposit","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"receiver","type":"address"},
{"indexed":false,"name":"amount","type":"uint256"}],"name":"LogBuy","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"name":"sender","type":"address"},{"indexed":false,"name":"to","type":"address"},
{"indexed":false,"name":"amount","type":"uint256"}],"name":"LogTransfer","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":"_owner","type":"address"},{"indexed":true,"name":"_spender","type":"address"},
{"indexed":false,"name":"_value","type":"uint256"}],"name":"Approval","type":"event"}]


Title: Re: NEW TokenFederalReserve No owner, No ICO, No Marketing, No shits.
Post by: gold969 on December 28, 2017, 05:49:14 AM

Ethereum Payment

You can make the payment with any ethereum wallet directly to our contract, your wallet must allow to store other types of token. Once received the ETH payment, the contract will send the tokens to the address of the payer. Do NOT send ETH from any Exchange or wallet from which you don't have control of your private key.



TokenFederalReserve has designed to mantain hight value price of your token and guarantee profits by the token rules. Each exchange inside the token contract takes 5 % proffit from the spread in buy/sell contract functions .

Availiable now !!

No owner, No ICO, No Marketing, No shits.

Pure value reserve in ethereum network.

50 ETH fixed price

>50 ETH price are calculated by Contract ETH balancce / Totalsupply

5 % spread sell/buy

max tokens 50 .000.000

TOTAL SUPPLY 50.000.000 Tokens

initial price : 1 ETH x 100.000 Tokens

CONTRACT ADDR : 0x9D110849823cbE09Dc8a8aFB68467f106D8C9148

Explore contract : https://etherscan.io/address/0x9d110849823cbe09dc8a8afb68467f106d8c9148

2 % for put in exchanges .

 in order to quote the image


Title: Re: NEW TokenFederalReserve No owner, No ICO, No Marketing, No shits.
Post by: Nils Larsson on December 28, 2017, 12:03:03 PM
I've always liked the idea of ​​something totally decentralized, starting from a non-project and arising from the community, with 2eth! We will see where this great adventure leads!


Title: Re: NEW TokenFederalReserve No owner, No ICO, No Marketing, No shits.
Post by: filippounits on December 28, 2017, 05:39:18 PM
It look very interesting, Going to check the contract.


Title: Re: NEW TokenFederalReserve No owner, No ICO, No Marketing, No shits.
Post by: tokenreserve-DEV on December 28, 2017, 06:36:08 PM
The advantages of this contract is that you can directly buy and sell the tokens to the same contract without intermediaries.

what do experts think about this contract?


Title: Re: NEW TokenFederalReserve No owner, No ICO, No Marketing, No shits.
Post by: snowoption on December 28, 2017, 11:09:55 PM
This is so freaking cool!! I wish there was more stuff like this out there!! Do you offer any bountys???


Title: Re: NEW TokenFederalReserve No owner, No ICO, No Marketing, No shits.
Post by: tokenreserve-DEV on December 28, 2017, 11:17:29 PM
Not have, bounties is a not real value.

No bounties no shits


Title: Re: NEW TokenFederalReserve No owner, No ICO, No Marketing, No shits.
Post by: nelson208 on December 28, 2017, 11:21:38 PM
Wow interesting, I’m gonna check this deeper!


Title: Re: NEW TokenFederalReserve No owner, No ICO, No Marketing, No shits.
Post by: tokenreserve-DEV on December 28, 2017, 11:35:17 PM
Wow interesting, I’m gonna check this deeper!

You only have to pay the address of the contract and it will send you the tokens.


Title: Re: NEW TokenFederalReserve No owner, No ICO, No Marketing, No shits.
Post by: tokenreserve-DEV on December 29, 2017, 12:37:16 AM
It looks good I'll contact you.


thanks for comment
any question you have, do not hesitate to ask


Title: Re: NEW TokenFederalReserve No owner, No ICO, No Marketing, No shits.
Post by: nytyr on December 29, 2017, 06:28:35 AM
Sounds really good. Will check the smart contract in detail!


Title: Re: NEW TokenFederalReserve No owner, No ICO, No Marketing, No shits.
Post by: loutchano on December 29, 2017, 04:33:08 PM
it looks very interesting , we'll have to be quick before it's too late  I'm going to deposit some eth

congratulations for the project.


Title: Re: NEW TokenFederalReserve No owner, No ICO, No Marketing, No shits.
Post by: Protus on December 30, 2017, 12:17:46 AM
Decentralized federal reserve, interesting.  ;)


Title: Re: NEW TokenFederalReserve No owner, No ICO, No Marketing, No shits.
Post by: anov996 on December 30, 2017, 12:23:10 AM
no airdrop and no bounty ,, how to distribution coins ????


Title: Re: NEW TokenFederalReserve No owner, No ICO, No Marketing, No shits.
Post by: tokenreserve-DEV on December 30, 2017, 01:02:31 AM
no airdrop and no bounty ,, how to distribution coins ????

only buying you can have TFR, now the price is fix price until 50 ETH, after 50 ETH the price is calculated ETH balance/tokens issued. the contract wins 5% each time that somebody sell his tokens, by this way ever win money and your tokens have more value.

remember that you can buy or sell tokens directly to the contract using buy / sell functions.


Title: Re: NEW TokenFederalReserve No owner, No ICO, No Marketing, No shits. 5% Profit
Post by: tokenreserve-DEV on December 31, 2017, 01:09:09 AM
How buy tokens with metamask ?


- Buy

https://image.ibb.co/hAyoZw/metamask.png (https://imgbb.com/)

- Deposit Eth to address contract:  0x9D110849823cbE09Dc8a8aFB68467f106D8C9148
   and you get tokens on wallet.


- How add tokens on metamask

https://image.ibb.co/igXnSG/token_meta.png (https://imgbb.com/)

Address contract:  0x9D110849823cbE09Dc8a8aFB68467f106D8C9148

Symbol: TFR

Decimals: 8