mirror of
https://github.com/status-im/snt-voting.git
synced 2025-02-23 23:58:13 +00:00
missing file
This commit is contained in:
parent
ff4c320869
commit
6766c5d7b1
5
contracts/token/ApproveAndCallFallBack.sol
Normal file
5
contracts/token/ApproveAndCallFallBack.sol
Normal file
@ -0,0 +1,5 @@
|
||||
pragma solidity ^0.4.14;
|
||||
|
||||
contract ApproveAndCallFallBack {
|
||||
function receiveApproval(address from, uint256 _amount, address _token, bytes _data) public;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user