mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-02-03 06:13:53 +00:00
6 lines
159 B
Solidity
6 lines
159 B
Solidity
pragma solidity ^0.4.24;
|
|
|
|
contract ApproveAndCallFallBack {
|
|
function receiveApproval(address from, uint256 _amount, address _token, bytes _data) public;
|
|
}
|