BackedBy Documentation
  • OVERVIEW
    • What Is BackedBy
  • DEVELOPERS
    • Smart Contracts
      • Core
        • BBProfiles
        • BBPosts
        • BBTiers
        • BBPermissionsV01
      • Subscriptions
        • BBSubscriptions
        • BBSubscriptionsFactory
      • Gas Oracle
      • BBERC20 Wrapper
    • Integration Guide
      • JSON Schemas
    • Example Contracts
      • Access Control
      • Single Tx Profile Setup
  • RESOURCES
    • Github
    • Contact Us
Powered by GitBook
On this page
  • Functions
  • getGasPrice
  1. DEVELOPERS
  2. Smart Contracts

Gas Oracle

PreviousBBSubscriptionsFactoryNextBBERC20 Wrapper

Last updated 2 years ago

Functions

getGasPrice

function getGasPrice() external view returns(uint256);

Return Values

Name
Type
Description

gasPrice

uint256

Gas price used to calculate Subscription Fee

v1-contracts/IBBGasOracle.sol at main · backedby/v1-contractsGitHub
Logo