SmartPiggies
HomepageAppPink PaperDiscord
  • Introduction
  • Getting Started
    • Accessing Testnet
    • What is a SmartPiggy NFT?
      • Background: What is a financial option?
    • Where do Piggies live?
      • Arbitrum Introduction
      • How to use Arbitrum
    • Parts of a Piggy
    • An example Piggy
    • Creating your first Piggy
      • Create a Piggy
      • Request a Piggy
  • Lifecycle of a Piggy
    • Approve Collateral
    • Auction
    • Buy
    • Bid
    • Finalize
    • Clear
    • Settle
    • Claim payout
    • Burn - Reclaim collateral
  • Advanced Functions
    • Transfer
    • Split
  • The User Interface
    • Explore Markets
      • Table Dropdown
    • My Dashboard
      • Table Dropdown
    • Wallet
      • Approving Collateral tokens
      • Approving Oracle tokens
      • Claiming payouts
      • Supported wallets
  • Oracles
    • Available oracles
    • Using your own oracles
    • SmartPiggies and Oracles
  • Arbitration
    • The (optional) Need for Arbitration
    • Setting an arbitrator
    • The Arbitration Process
    • Arbiter Reputation and History
  • FAQ
  • FAQ
  • Developers
    • Contracts
      • Calling the contracts directly
Powered by GitBook
On this page

Was this helpful?

  1. Developers
  2. Contracts

Calling the contracts directly

Public and permissionless

PreviousContracts

Last updated 3 years ago

Was this helpful?

The SmartPiggies smart contracts are public and permissionless. Although we suggest interacting with the SmartPiggies smart contract through the application, anyone can access all the functionality offered on the application, through direct interaction with the SmartPiggies smart contract. All functions available for creating, managing, auctioning, settling, and withdrawing funds are available through direct function calls on the SmartPiggies smart contract deployed to the Arbitrum mainnet. For example, and this is not recommended, however, anyone can load up the contracts in remix and do anything that the SmartPiggies application offers.

If anyone is interested in direct interaction or hosting alternative user interfaces, please visit the SmartPiggies and let us know what you are interested in.

discord