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

FixedSupplyToken

contract FixedSupplyToken

is ERC20Interface, Owned

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

Index

  • allowance
  • approve
  • approveAndCall
  • balanceOf
  • fallback
  • fallback
  • totalSupply
  • transfer
  • transferAnyERC20Token
  • transferFrom

Reference

Functions

  • allowance

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

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

    function approveAndCall(address spender, uint tokens, bytes data) public returns (bool)
    Parameters:
    spender - address
    tokens - uint
    data - bytes
    Returns:
    bool
  • balanceOf

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

    function () public
  • fallback

    function () public payable
  • totalSupply

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

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

    function transferAnyERC20Token(address tokenAddress, uint tokens) public returns (bool)
    Modifiers:
    onlyOwner
    Parameters:
    tokenAddress - address
    tokens - uint
    Returns:
    bool
  • transferFrom

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