我想收取一个令牌值来执行合同中的功能。 我在雾中创建了令牌,在专用网络上进行了部署,一切都在运行。
我的代码:
contract my_contract{
function my_function() public {
do_something;
// token other contract below
token.transferFrom(msg_sender, to_address, amount);
}
}
我该怎么做? 如何在合同中实例化令牌?
答案 0 :(得分:0)
在您的客户合约中包含您要调用的合约的界面,并在部署时传递合约地址。
实施例: pragma solidity ^ 0.4.18;
{Sean/Projet: 6, EC2: 1},{EC3:5,Weekend:5}