Smart Contract info

Smart Contract info

  • Contracts
  • TodoList
  • Help
  • Github
  • Blog

›COMPLEXGAMES

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

OraclizeI

contract OraclizeI

Source: contracts/complexgames/PowerEther.sol

Index

  • getPrice
  • getPrice
  • query
  • query2
  • query2_withGasLimit
  • queryN
  • queryN_withGasLimit
  • query_withGasLimit
  • randomDS_getSessionPubKeyHash
  • setCustomGasPrice
  • setProofType

Reference

Functions

  • getPrice

    abstract function getPrice(string _datasource, uint gaslimit) public returns (uint)
    Parameters:
    _datasource - string
    gaslimit - uint
    Returns:
    uint
  • getPrice

    abstract function getPrice(string _datasource) public returns (uint)
    Parameters:
    _datasource - string
    Returns:
    uint
  • query

    abstract function query(uint _timestamp, string _datasource, string _arg) external payable returns (bytes32)
    Parameters:
    _timestamp - uint
    _datasource - string
    _arg - string
    Returns:
    bytes32
  • query2

    abstract function query2(uint _timestamp, string _datasource, string _arg1, string _arg2) public payable returns (bytes32)
    Parameters:
    _timestamp - uint
    _datasource - string
    _arg1 - string
    _arg2 - string
    Returns:
    bytes32
  • query2_withGasLimit

    abstract function query2_withGasLimit(uint _timestamp, string _datasource, string _arg1, string _arg2, uint _gaslimit) external payable returns (bytes32)
    Parameters:
    _timestamp - uint
    _datasource - string
    _arg1 - string
    _arg2 - string
    _gaslimit - uint
    Returns:
    bytes32
  • queryN

    abstract function queryN(uint _timestamp, string _datasource, bytes _argN) public payable returns (bytes32)
    Parameters:
    _timestamp - uint
    _datasource - string
    _argN - bytes
    Returns:
    bytes32
  • queryN_withGasLimit

    abstract function queryN_withGasLimit(uint _timestamp, string _datasource, bytes _argN, uint _gaslimit) external payable returns (bytes32)
    Parameters:
    _timestamp - uint
    _datasource - string
    _argN - bytes
    _gaslimit - uint
    Returns:
    bytes32
  • query_withGasLimit

    abstract function query_withGasLimit(uint _timestamp, string _datasource, string _arg, uint _gaslimit) external payable returns (bytes32)
    Parameters:
    _timestamp - uint
    _datasource - string
    _arg - string
    _gaslimit - uint
    Returns:
    bytes32
  • randomDS_getSessionPubKeyHash

    abstract function randomDS_getSessionPubKeyHash() external view returns (bytes32)
    Returns:
    bytes32
  • setCustomGasPrice

    abstract function setCustomGasPrice(uint _gasPrice) external
    Parameters:
    _gasPrice - uint
  • setProofType

    abstract function setProofType(byte _proofType) external
    Parameters:
    _proofType - byte
← OraclizeAddrResolverIOwnable →
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