Biconomy SDK
Search
⌃K
Introduction
Overview
Quick Start
Build your first AA powered dApp
BUILD WITH BICONOMY SDK
Social Login
Fiat On-Ramp & Off-Ramp
Gasless Transactions
Batch Transactions
GUIDES
Biconomy Dashboard
React.js
Next.js
Node.js
Biconomy + Particle Auth
Enable Fiat On-Ramp & Off-Ramp
SDK Compatibility
SDK Migration Guide
SDK Reference
Installation
Initialize Smart Account Instance
Smart Account Methods
Sending Transactions
Sending a Batch of Transactions
Transaction Response
Network Switching
Networks Supported
ARCHITECTURE
Overview
Client SDK
Backend Service
Relayer Node Service
ADDITIONAL CONTENT
Account Abstraction
Smart Contract Wallets
Gas & Transaction Fees
Contracts
Biconomy Contracts
Smart Account Contract
Smart Account Factory Contract
Proxy
Common Contracts
Paymaster Contract
Helpers
Contract Addresses
Audit Reports
References
Error Codes
Using Packages
Common Errors
API
Dashboard APIs
Bundler APIs
FAQs
Frequently Asked Questions
Powered By GitBook

Proxy

Smart Account itself
scw-contracts/Proxy.sol at master · bcnmy/scw-contracts
GitHub
It is a basic proxy that delegates all calls to a fixed implementation address.
The implementation address is stored in the slot defined by the Proxy's address and is set at the Proxy deployment.
It can be changed by calling setImplementation method.
Previous
Smart Account Factory Contract
Next
Common Contracts
Last modified 1mo ago
Copy link