mirror of
https://github.com/status-im/gitpivot.git
synced 2026-08-27 16:41:08 +00:00
5 lines
151 B
Solidity
5 lines
151 B
Solidity
pragma solidity ^0.4.14;
|
|
|
|
contract ApproveAndCallFallBack {
|
|
function receiveApproval(address from, uint256 _amount, address _token, bytes _data);
|
|
} |