mirror of
https://github.com/status-im/topic-democracy.git
synced 2025-02-24 16:18:46 +00:00
6 lines
173 B
Solidity
6 lines
173 B
Solidity
pragma solidity >=0.5.0 <0.6.0;
|
|
|
|
contract ApproveAndCallFallBack {
|
|
function receiveApproval(address from, uint256 _amount, address _token, bytes memory _data) public;
|
|
}
|