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

CredentialOrgFactory

contract CredentialOrgFactory

is Pausable

Source: contracts/other/CredVert/CredentialFactoryOrg.sol

Index

  • CredentialOrgEvent
  • createCredentialOrg
  • fallback
  • getOwner
  • isCredentialOrg
  • selectCredentialOrgByAddress
  • selectCredentialOrgByPosition
  • selectOrgCount

Reference

Events

  • CredentialOrgEvent

    event CredentialOrgEvent(address schoolAddress, string detail)
    Parameters:
    schoolAddress - address
    detail - string

Functions

  • createCredentialOrg

    function createCredentialOrg(string _shortName, string _officialSchoolName, address _schoolAddress) public returns (bool)

    Allows owner to create new credentialing orgs.

    Modifiers:
    onlyOwner whenNotPaused
    Parameters:
    _shortName - shortName of Credentialing orgs
    _officialSchoolName - official School Name
    _schoolAddress - address of credential org.
    Returns:
    createStatus bool noting creation status success or failure
  • fallback

    function () public

    Class constructor.

  • getOwner

    function getOwner() public view returns (address)

    Gets owners address.

    Returns:
    returns contractOwners Address
  • isCredentialOrg

    function isCredentialOrg(address _credentialOrgAddress) public view returns (bool)

    Allows checking if credentialOrg exists.

    Parameters:
    _credentialOrgAddress - function returns bool if an address is a credentialingOrg
    Returns:
    isAddress returns true if address is Credentialing Org, false if not.
  • selectCredentialOrgByAddress

    function selectCredentialOrgByAddress(address _credentialOrgAddress) public view returns (string, string, address)

    Allows selection of a credentialingOrg by address.

    Parameters:
    _credentialOrgAddress - allows selection of credentialing orgs details.
    Returns:
    school -the schools ethereum address
  • selectCredentialOrgByPosition

    function selectCredentialOrgByPosition(uint32 _credentialOrgPosition) public view returns (string, string, address)

    Allows selection of a credentialingOrg by position.

    Parameters:
    _credentialOrgPosition - allows selection of credentialing orgs details.
    Returns:
    school -the schools ethereum address
  • selectOrgCount

    function selectOrgCount() public view returns (uint32)

    Returns the credentialOrgCount.

    Returns:
    returnOrgCount - returns the total credential orgs count
← CredentialFactoryCredentialOrgFactory →
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