mirror of
https://github.com/status-im/snt-gas-relay.git
synced 2025-01-16 01:14:25 +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;
|
|
}
|