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

ERC20Interface

contract ERC20Interface

Source: contracts/tokens/AttendanceToken/fixed-supply-erc20.sol

Index

  • Approval
  • Transfer
  • allowance
  • approve
  • balanceOf
  • totalSupply
  • transfer
  • transferFrom

Reference

Events

  • Approval

    event Approval(address tokenOwner, address spender, uint tokens)
    Parameters:
    tokenOwner - address
    spender - address
    tokens - uint
  • Transfer

    event Transfer(address from, address to, uint tokens)
    Parameters:
    from - address
    to - address
    tokens - uint

Functions

  • allowance

    abstract function allowance(address tokenOwner, address spender) public view returns (uint)
    Parameters:
    tokenOwner - address
    spender - address
    Returns:
    uint
  • approve

    abstract function approve(address spender, uint tokens) public returns (bool)
    Parameters:
    spender - address
    tokens - uint
    Returns:
    bool
  • balanceOf

    abstract function balanceOf(address tokenOwner) public view returns (uint)
    Parameters:
    tokenOwner - address
    Returns:
    uint
  • totalSupply

    abstract function totalSupply() public view returns (uint)
    Returns:
    uint
  • transfer

    abstract function transfer(address to, uint tokens) public returns (bool)
    Parameters:
    to - address
    tokens - uint
    Returns:
    bool
  • transferFrom

    abstract function transferFrom(address from, address to, uint tokens) public returns (bool)
    Parameters:
    from - address
    to - address
    tokens - uint
    Returns:
    bool
← ApproveAndCallFallBackFixedSupplyToken →
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