visual-identity/contracts/token/ApproveAndCallFallBack.sol
Ricardo Guilherme Schmidt 9d5518ea24 update to new solidity
2018-05-08 00:51:07 -03:00

6 lines
159 B
Solidity

pragma solidity ^0.4.23;
contract ApproveAndCallFallBack {
function receiveApproval(address from, uint256 _amount, address _token, bytes _data) public;
}