Smart Contract info

Smart Contract info

  • Contracts
  • TodoList
  • Help
  • Github
  • Blog

›OTHER / CREDVERT

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

CredentialFactory

contract CredentialFactory

is Pausable

Source: contracts/other/CredVert/CredentialFactory.sol

Index

  • CredentialEvent
  • createCredential
  • fallback
  • getOwner
  • selectCredential
  • selectOrgCredentialCount
  • setAddress

Reference

Events

  • CredentialEvent

    event CredentialEvent(address credentialOrg, string credentialTitle, string detail)
    Parameters:
    credentialOrg - address
    credentialTitle - string
    detail - string

Functions

  • createCredential

    function createCredential(string _credentialLevel, string _credentialTitle, string _credentialDivision, address _credentialOrgAddress) public returns (bool)

    Allows credentialing Orgs to create new credentials.

    Modifiers:
    whenNotPaused
    Parameters:
    _credentialLevel - Credential Level
    _credentialTitle - CredentialTitle
    _credentialDivision - Credential Division
    _credentialOrgAddress - address
    Returns:
    insertStatus - true false if insert happened.
  • fallback

    function () public

    Constructor.

  • getOwner

    function getOwner() public view returns (address)

    Get the owner of the contract.

    Returns:
    returns owner address
  • selectCredential

    function selectCredential(address _credentialOrgAddress, uint32 _position) public view returns (string, string, string)

    Allows selection of credential based on position.

    Parameters:
    _credentialOrgAddress - credentialOrg Address
    _position - allows selection of credentialing orgs details.
    Returns:
    credentialDivision - credential org division for credential.
  • selectOrgCredentialCount

    function selectOrgCredentialCount(address _credentialOrgAddress) public view returns (uint32)

    Allows checking of CredentialCount of a CredentialOrg.

    Parameters:
    _credentialOrgAddress - Address of Credential Org
    Returns:
    returnCredentialCount - returns count of credentials of org.
  • setAddress

    function setAddress(address _credentialOrgContractAddress) public

    Setting allows communication between CredentialFactory and CredentialOrgFactory.

    Modifiers:
    onlyOwner
    Parameters:
    _credentialOrgContractAddress - Address of CredentialOrgFactory Contract.
← CredentialOrgFactoryCredentialOrgFactory →
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