mirror of
https://github.com/status-im/snt-voting.git
synced 2025-02-24 16:18:40 +00:00
5 lines
159 B
Solidity
5 lines
159 B
Solidity
pragma solidity ^0.4.14;
|
|
|
|
contract ApproveAndCallFallBack {
|
|
function receiveApproval(address from, uint256 _amount, address _token, bytes _data) public ;
|
|
} |