Bitcoin Forum
May 09, 2024, 10:25:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: NEW Anonymous TokenFederalReserve No owner, No ICO, No shits. 5% Profit  (Read 192 times)
tokenreserve-DEV (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
December 28, 2017, 03:53:25 AM
Last edit: December 31, 2017, 01:15:34 AM by tokenreserve-DEV
 #1

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"}]
1715293527
Hero Member
*
Offline Offline

Posts: 1715293527

View Profile Personal Message (Offline)

Ignore
1715293527
Reply with quote  #2

1715293527
Report to moderator
1715293527
Hero Member
*
Offline Offline

Posts: 1715293527

View Profile Personal Message (Offline)

Ignore
1715293527
Reply with quote  #2

1715293527
Report to moderator
1715293527
Hero Member
*
Offline Offline

Posts: 1715293527

View Profile Personal Message (Offline)

Ignore
1715293527
Reply with quote  #2

1715293527
Report to moderator
Even in the event that an attacker gains more than 50% of the network's computational power, only transactions sent by the attacker could be reversed or double-spent. The network would not be destroyed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
gold969
Sr. Member
****
Offline Offline

Activity: 1330
Merit: 251


View Profile
December 28, 2017, 05:49:14 AM
 #2


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
Nils Larsson
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
December 28, 2017, 12:03:03 PM
 #3

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!
filippounits
Hero Member
*****
Offline Offline

Activity: 692
Merit: 501


฿E YOUR OWN ฿ANK


View Profile
December 28, 2017, 05:39:18 PM
 #4

It look very interesting, Going to check the contract.

Bitrated user: filippounits.
tokenreserve-DEV (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
December 28, 2017, 06:36:08 PM
 #5

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?
snowoption
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
December 28, 2017, 11:09:55 PM
 #6

This is so freaking cool!! I wish there was more stuff like this out there!! Do you offer any bountys???
tokenreserve-DEV (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
December 28, 2017, 11:17:29 PM
 #7

Not have, bounties is a not real value.

No bounties no shits
nelson208
Full Member
***
Offline Offline

Activity: 146
Merit: 100


https://arker.io


View Profile WWW
December 28, 2017, 11:21:38 PM
 #8

Wow interesting, I’m gonna check this deeper!

▬▬▬▬▬▬▬▬▬▬▬▬    Arker: The Online RPG that rewards you with cryptocurrency    ▬▬▬▬▬▬▬▬▬▬▬▬
▬▬▬▬▬▬▬▬▬▬▬▬    Listed on Waves DEX    ▬▬▬▬▬▬▬▬▬▬▬▬
WEBSITE / WHITEPAPER / ANN / TELEGRAM
tokenreserve-DEV (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
December 28, 2017, 11:35:17 PM
 #9

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.
tokenreserve-DEV (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
December 29, 2017, 12:37:16 AM
 #10

It looks good I'll contact you.


thanks for comment
any question you have, do not hesitate to ask
nytyr
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile WWW
December 29, 2017, 06:28:35 AM
 #11

Sounds really good. Will check the smart contract in detail!
loutchano
Hero Member
*****
Offline Offline

Activity: 618
Merit: 500



View Profile WWW
December 29, 2017, 04:33:08 PM
 #12

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.

Protus
Sr. Member
****
Offline Offline

Activity: 383
Merit: 250



View Profile
December 30, 2017, 12:17:46 AM
 #13

Decentralized federal reserve, interesting.  Wink
anov996
Member
**
Offline Offline

Activity: 392
Merit: 10


View Profile
December 30, 2017, 12:23:10 AM
 #14

no airdrop and no bounty ,, how to distribution coins Huh?
tokenreserve-DEV (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
December 30, 2017, 01:02:31 AM
 #15

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.
tokenreserve-DEV (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
December 31, 2017, 01:09:09 AM
 #16

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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!