mirror of
https://github.com/status-im/staking-pool.git
synced 2025-02-20 15:18:14 +00:00
6 lines
165 B
Solidity
6 lines
165 B
Solidity
pragma solidity ^0.5.7;
|
|
|
|
contract ApproveAndCallFallBack {
|
|
function receiveApproval(address from, uint256 _amount, address _token, bytes memory _data) public;
|
|
}
|