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