mirror of
https://github.com/status-im/visual-identity.git
synced 2025-02-02 15:54:09 +00:00
6 lines
159 B
Solidity
6 lines
159 B
Solidity
pragma solidity ^0.4.23;
|
|
|
|
contract ApproveAndCallFallBack {
|
|
function receiveApproval(address from, uint256 _amount, address _token, bytes _data) public;
|
|
}
|