mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-02-02 05:45:12 +00:00
1ea3b8b149
use send with approval
6 lines
165 B
Solidity
6 lines
165 B
Solidity
pragma solidity ^0.4.11;
|
|
|
|
contract ApproveAndCallFallBack {
|
|
function receiveApproval(address from, uint256 _amount, address _token, bytes _data) returns (bool);
|
|
}
|