mirror of
https://github.com/status-im/meritocracy.git
synced 2025-01-10 05:46:09 +00:00
6 lines
165 B
Solidity
6 lines
165 B
Solidity
|
pragma solidity ^0.5.0;
|
||
|
|
||
|
contract ApproveAndCallFallBack {
|
||
|
function receiveApproval(address from, uint256 _amount, address _token, bytes memory _data) public;
|
||
|
}
|