Smart Contract info

Smart Contract info

  • Contracts
  • TodoList
  • Help
  • Github
  • Blog

›TOKENS / ATTENDANCETOKEN

BASIC

  • A
  • Factory
  • Marriage
  • MyContract
  • BugSquash
  • HelloWorld

BASIC / ECOM

  • Customer
  • Supplier

COMPLEXGAMES

  • Ownable
  • blackJack
  • PowerEther
  • Buffer
  • CBOR
  • OraclizeAddrResolverI
  • OraclizeI
  • Ownable
  • PowerEtherBase
  • PowerEtherHelper
  • PowerFour
  • PowerOne
  • PowerTwo
  • SafeMath
  • strings
  • usingOraclize

DATASTRUCT

  • LinkedList
  • Stack

FINANCE

  • CrowdBank
  • Mortgage

GAMES

  • CasinoRoulette
  • Itontine
  • Cplayer
  • Ctontine
  • PredictionMarket
  • RNGLottery
  • RecurringLottery
  • Roulette
  • SatoshiDice
  • SimpleLottery
  • WhatDoesNadiaThink

OTHER

  • e0x

OTHER / CREDVERT

  • ApplicantFactory
  • CredentialOrgFactory
  • CredentialFactory
  • CredentialOrgFactory
  • CredentialOrgFactory
  • Ownable
  • Pausable
  • SafeMath32

OTHER / MARKETPLACE

  • DigitalLocker
  • WorkbenchBase

SCHEMES

  • Government
  • GradualPonzi
  • SimplePonzi
  • SimplePyramid

TOKENS

  • BasicToken
  • ERC20
  • TokenSale

TOKENS / ATTENDANCETOKEN

  • EIP20
  • EIP20Interface
  • Migrations
  • ApproveAndCallFallBack
  • AttendanceCoinMembers
  • ERC20Interface
  • FixedSupplyToken
  • Owned
  • SafeMath
  • ApproveAndCallFallBack
  • ERC20Interface
  • FixedSupplyToken
  • Owned
  • SafeMath

UTIL

  • MarriageInvestment
  • Stock
  • SafeMath
  • Welfare
  • PromiseBox

UNCATEGORIZED

  • Authentication
  • TodoList
  • Users

EIP20

contract EIP20

is EIP20Interface

Source: contracts/tokens/AttendanceToken/EIP20.sol

Index

  • allowance
  • approve
  • balanceOf
  • fallback
  • transfer
  • transferFrom

Reference

Functions

  • allowance

    function allowance(address _owner, address _spender) public view returns (uint256)
    Parameters:
    _owner - address
    _spender - address
    Returns:
    uint256
  • approve

    function approve(address _spender, uint256 _value) public returns (bool)
    Parameters:
    _spender - address
    _value - uint256
    Returns:
    bool
  • balanceOf

    function balanceOf(address _owner) public view returns (uint256)
    Parameters:
    _owner - address
    Returns:
    uint256
  • fallback

    function (uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol) public
    Parameters:
    _initialAmount - uint256
    _tokenName - string
    _decimalUnits - uint8
    _tokenSymbol - string
  • transfer

    function transfer(address _to, uint256 _value) public returns (bool)
    Parameters:
    _to - address
    _value - uint256
    Returns:
    bool
  • transferFrom

    function transferFrom(address _from, address _to, uint256 _value) public returns (bool)
    Parameters:
    _from - address
    _to - address
    _value - uint256
    Returns:
    bool
← TokenSaleEIP20Interface →
Smart Contract info
Docs
Getting Started (or other categories)Guides (or other categories)API Reference (or other categories)
Community
User ShowcaseStack OverflowProject ChatTwitter
More
BlogGitHubStar
Copyright © 2019 David Li