mirror of
https://github.com/status-im/discover-dapps.git
synced 2025-02-01 21:36:07 +00:00
6 lines
165 B
Solidity
6 lines
165 B
Solidity
|
pragma solidity ^0.5.1;
|
||
|
|
||
|
contract ApproveAndCallFallBack {
|
||
|
function receiveApproval(address from, uint256 _amount, address _token, bytes memory _data) public;
|
||
|
}
|