WOM-DutchAuction
CtrlK
  • Welcome to WOMProtocol
  • Introduction
    • CertifierHandler
    • MultiCertifier
    • SecondPriceAuction
    • TokenVesting
    • ERC20BurnableAndMintable
    • ERC20Interface
    • Ownable
    • SafeMath
  • API Documentation
    • CertifierHandler.sol
    • CertifierHandler.sol - MultiCertifier
    • MultiCertifier.sol
    • MultiCertifier.sol - Certifier
    • SecondPriceAuction.sol
    • SecondPriceAuction.sol - Token
    • SecondPriceAuction.sol - Certifier
    • TokenVesting.sol
    • TokenVesting.sol - Token
    • TokenVesting.sol - ApproveAndCallFallBack
    • ERC20BurnableAndMintable.sol
    • ERC20BurnableAndMintable.sol - ApproveAndCallFallBack
    • ERC20Interface.sol
    • Ownable.sol
    • SafeMath.sol
    • SafeMathMock.sol
Powered by GitBook
On this page
  • contract ApproveAndCallFallBack
  • Index
  • Reference
  • Functions

Was this helpful?

  1. API Documentation

ERC20BurnableAndMintable.sol - ApproveAndCallFallBack

contract ApproveAndCallFallBack

Source: ERC20/ERC20BurnableAndMintable.sol

Index

  • receiveApproval

Reference

Functions

  • receiveApproval

    abstract function receiveApproval(address from, uint tokens, address token, bytes data) public

    Parameters:from - addresstokens - uinttoken - addressdata - bytes

PreviousERC20BurnableAndMintable.solNextERC20Interface.sol

Last updated 6 years ago

Was this helpful?