Author

Topic: NEW Anonymous TokenFederalReserve No owner, No ICO, No shits. 5% Profit (Read 211 times)

newbie
Activity: 9
Merit: 0
How buy tokens with metamask ?


- Buy

https://image.ibb.co/hAyoZw/metamask.png

- 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

Address contract:  0x9D110849823cbE09Dc8a8aFB68467f106D8C9148

Symbol: TFR

Decimals: 8
newbie
Activity: 9
Merit: 0
no airdrop and no bounty ,, how to distribution coins Huh?

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.
member
Activity: 392
Merit: 10
no airdrop and no bounty ,, how to distribution coins Huh?
sr. member
Activity: 383
Merit: 250
Decentralized federal reserve, interesting.  Wink
hero member
Activity: 618
Merit: 500
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.
newbie
Activity: 22
Merit: 0
Sounds really good. Will check the smart contract in detail!
newbie
Activity: 9
Merit: 0
It looks good I'll contact you.


thanks for comment
any question you have, do not hesitate to ask
newbie
Activity: 9
Merit: 0
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.
full member
Activity: 146
Merit: 100
https://arker.io
Wow interesting, I’m gonna check this deeper!
newbie
Activity: 9
Merit: 0
Not have, bounties is a not real value.

No bounties no shits
newbie
Activity: 3
Merit: 0
This is so freaking cool!! I wish there was more stuff like this out there!! Do you offer any bountys???
newbie
Activity: 9
Merit: 0
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?
hero member
Activity: 692
Merit: 501
฿E YOUR OWN ฿ANK
It look very interesting, Going to check the contract.
newbie
Activity: 15
Merit: 0
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!
sr. member
Activity: 1330
Merit: 251

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
newbie
Activity: 9
Merit: 0
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

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

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"}]
Jump to: