snt-voting/contracts/token/ApproveAndCallFallBack.sol
Ricardo Guilherme Schmidt 6766c5d7b1 missing file
2017-11-29 12:42:10 -02:00

5 lines
158 B
Solidity

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