Smart Contract info

Smart Contract info

  • Contracts
  • TodoList
  • Help
  • Github
  • Blog

›DATASTRUCT

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

LinkedList

contract LinkedList

Source: contracts/datastruct/LinkedList.sol

Index

  • AddEntry
  • LinkedList
  • RemoveEntry
  • addEntry
  • getEntry
  • removeEntry

Reference

Events

  • AddEntry

    event AddEntry(bytes32 head, uint number, string name, bytes32 next)
    Parameters:
    head - bytes32
    number - uint
    name - string
    next - bytes32
  • RemoveEntry

    event RemoveEntry(bytes32 head, uint number, string name, bytes32 next)
    Parameters:
    head - bytes32
    number - uint
    name - string
    next - bytes32

Functions

  • LinkedList

    function LinkedList() public
  • addEntry

    function addEntry(uint _number, string _name) public returns (bool)
    Parameters:
    _number - uint
    _name - string
    Returns:
    bool
  • getEntry

    function getEntry(bytes32 _id) public view returns (bytes32, uint, string)
    Parameters:
    _id - bytes32
    Returns:
    bytes32
    uint
    string
  • removeEntry

    function removeEntry(bytes32 _id) public returns (bool)
    Parameters:
    _id - bytes32
    Returns:
    bool
← usingOraclizeStack →
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