Fyre
  • Fyre
    • How Does It Work?
    • Key Features
    • Who uses Fyre?
  • Admin Dashboard
    • Login
    • Events
      • Create An Event
      • Configurations
        • General Configurations
        • Referral Configurations
        • Prize Configurations
        • KYC Configurations
        • Custom Input Configurations
        • Social Configurations
          • Twitter Follow
          • Twitter Retweet
          • Telegram Join
          • Discord Join
          • GitHub PR
        • Collect Wallet Configurations
        • Tokens or NFT Holding Configurations
        • Custom Smart Contract Configurations
        • Custom API Configurations
      • Edit An Event
        • Add a new task
        • Remove a task
        • Edit existing task
      • Clone An Event
      • Delete an Event
    • Participants Data
    • Settings
      • Teams
      • Org
      • Apps
      • Subscriptions
    • Reward Distribution
  • Participant
    • Campaign Landing page
    • How to Participate
    • Claiming Rewards
  • Developer
    • App Setting
      • Registration
      • Update
      • Authentication
    • APIs
      • /app/events
      • /app/user/events
      • /app/user/redirection
      • Error Codes
      • Event Action Types
    • Demo
Powered by GitBook
On this page

Was this helpful?

  1. Admin Dashboard
  2. Events
  3. Configurations

Custom Smart Contract Configurations

Call various readable functions of an contract, widely used for staking contracts.

PreviousTokens or NFT Holding ConfigurationsNextCustom API Configurations

Last updated 2 years ago

Was this helpful?

This action type let’s event organizers configure custom smart contract based tasks for participants and verify them on-chain, for example with the help of this action an organizer can create a task to verify if participants have staked their tokens/NFT in a particular contract or not and reward points for staking specific quantities.

Type: Choose the blockchain on which the contract is deployed.

Contract Address: Mention the contract addresses (for ex: the staking contract address).

Contract ABI: Mention contract ABI (Can be found on block explorers for a particular contract, or the developers will have access to it).

Method Type: Select from the range of readable functions in the contract (Balanceof in case of verifying staking).

Condition: Choose a threshold for getting points (Ex: Operator >= 1000).

Title: Text that will be seen by participants for this action (ex: Get extra 30 points for staking 1000 or more $HID tokens)

Score: points that will be awarded on completion of this activity to the participant