Creating Ethereums tokens and set up transaction fees

时间:2016-12-02 04:48:33

标签: ethereum solidity

Since creating a smart contract with Ethereum involves the user of ether, refilling all of the users' ethers becomes costly for a company. So let's say a company decide to issue a token over the ethereum network, and that token represents a new currency. Can the original creator of the token receive transaction fees everytime each user send tokens to someone else? That way the company could easily refill everyone's token's with ether.

1 个答案:

答案 0 :(得分:-1)

如果从整体上看问题,每个用户都应该花一些以太(作为费用)来执行任何交易。如果您计划使用以太网支付的用户填写用户帐户,则净额为零(将所有用户视为实体,将公司视为另一个实体)。所以,要么你必须用口袋里的以太填充用户帐户,要么用户必须自己掏腰包进行交易(转让令牌等)。