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 Token
  • Index
  • Reference
  • Functions

Was this helpful?

  1. API Documentation

SecondPriceAuction.sol - Token

contract Token

Source: DutchAuction/SecondPriceAuction.sol

Index

  • approveAndCall

  • transfer

Reference

Functions

  • approveAndCall

    abstract function approveAndCall(address _spender, uint _amount, bytes _data) public returns (bool)

    Parameters:_spender - address_amount - uint_data - bytesReturns:bool

  • transfer

    abstract function transfer(address _to, uint256 _value) public returns (bool)

    Parameters:_to - address_value - uint256Returns:bool

PreviousSecondPriceAuction.solNextSecondPriceAuction.sol - Certifier

Last updated 6 years ago

Was this helpful?