Symmio Explorer
Home
Positions
Liquidations
Inspector
Decoder
Buybacks
Analytics
Overview
Networks
Solvers
Frontends
Toggle Sidebar
Explorer
Ctrl
K
Loading explorer
Loading inspector
S
Arbitrum
stage
(for Vibe)
v0.8.6.3
Arbitrum One
Core
AccountLayer
InstantLayer
ExpressProvider
GaslessLayer
Caller not connected
Connect wallet
Loading inspector deployment
Filters
All
Read
Write
Privileged
Muon
58 methods
Wallets & Operation Hashing
7
Derive wallet addresses, read replay nonces, build operation hashes, and verify signatures.
getGaslessWalletAddress
view
The deterministic address of `ownerWallet`'s GaslessWallet. Pure view — the frontend reads this with no transaction and no gas. It doubles as the bridged-deposit address: collateral is routed here, then swept by the gateway on settlement.
0xfb861a82
getWalletOperationHash
view
0x212333d4
isValidWalletOperationSignature
view
0xe8b684f2
WALLET_ACCOUNT_TYPEHASH
view
0x9eb2c912
WALLET_EXECUTION_SENTINEL_SELECTOR
view
0xd4c244dc
WALLET_REPLAY_HEADER_TYPEHASH
view
0x53c093f8
walletOperationNonces
view
0x712a95ee
Relay Execution
3
Relay instant batches, templates, and signed delegations without charging gas to the caller.
relayGrantBatchDelegationBySig
write
RELAYER_ROLE
Relay a user-signed InstantLayer delegation setup and settle one operational fee/free usage.
0x3253e757
relayInstantBatch
write
RELAYER_ROLE
Forward user-signed operations to the InstantLayer and settle the operational fee.
0x77108b39
relayInstantTemplate
write
RELAYER_ROLE
Forward a registered InstantLayer template (e.g. sendQuote→lockQuote→openPosition) and settle each signer's operational fee.
0xae36468b
Native Gas Sponsoring
8
Configure native gas top-ups, sponsor limits, fees, nonces, and quota handling.
dailyNativeSponsorUsage
view
0x02d8b964
getNativeGasTopUpCharge
view
Total Symmio collateral charged for a paid top-up with `collateralAmount`.
0xcc577293
maxNativeGasTopUpAmount
view
0x47565b2a
relayNativeGasTopUp
payable
RELAYER_ROLE
Relay a user-signed native gas top-up funded by the relayer's `msg.value`.
0x726dd636
revertWhenNativeSponsorLimitExhausted
view
0x79ba02f0
setMaxNativeGasTopUpAmount
write
CONFIG_ADMIN_ROLE
Set the maximum native amount any single top-up request may forward.
0xc8caa0aa
setNativeGasTopUpConfig
write
CONFIG_ADMIN_ROLE
Configure native gas top-up sponsorship and exhaustion policy.
0x88e60683
setNativeGasTopUpFeeBps
write
CONFIG_ADMIN_ROLE
Set the fee charged on top of the signed collateral amount for paid native gas top-ups.
0x8534e2aa
Deposit Settlement & Recovery
6
Settle deposits to accounts, set the minimum deposit, route collected fees, and recover tokens.
depositFee
view
0x67a52793
minimumDeposit
view
0x636bfbab
recoverNonCollateralToken
write
CONFIG_ADMIN_ROLE
Admin recovery for tokens that are not the gateway's collateral.
0x24425051
setDepositFeeConfig
write
CONFIG_ADMIN_ROLE
0x716de720
settleDepositToExistingAccount
write
RELAYER_ROLE
Sweep a wallet's bridged collateral and deposit into an existing wallet-owned account.
0x3c004b0e
settleDepositToNewAccount
write
RELAYER_ROLE
Sweep a wallet's bridged collateral, create a wallet-owned sub-account, and deposit.
0xd9de0e67
Fees & Daily Quotas
13
Set selector fees, default fees, and daily free-operation limits. Read current usage here too.
dailyFreeOpsLimit
view
0xb5a32049
dailyFreeOpsRemaining
view
Free instant-operations remaining for `account` today (max uint when the quota is disabled).
0xd2a454ca
dailyFreeOpsUsage
view
0xedc916b9
defaultSelectorFee
view
0xd558fa31
getAccountOperationalFee
view
What would be charged right now for `account`'s ops in `signedOps`, after quota. Virtual accounts are quoted through their parent SubAccount; when the parent cannot cover an op, the quote prices it against its signer-VA fallback payer (see settleOperationalFees).
0x9d8b7b51
getBaseOperationalFee
view
Base fee for a single operation with the given function `selector`, before core multipliers or quota.
0x075999bf
nativeGasTopUpFeeBps
view
0xd36e131a
revertWhenFreeQuotaExhausted
view
0x1f6a0ee6
selectorFeeConfigs
view
0x9baaf8e8
setDailyFreeOpsLimit
write
CONFIG_ADMIN_ROLE
Set the per-account daily free-operation quota — the first N ops per account per UTC day waive their base fee. 0 = no free quota (every op pays its base fee).
0xc1acc69b
setDefaultSelectorFee
write
CONFIG_ADMIN_ROLE
0x055a432d
setRevertWhenFreeQuotaExhausted
write
CONFIG_ADMIN_ROLE
Choose what happens once an account's free quota is exhausted.
0x0a2d0126
setSelectorFeeConfig
write
CONFIG_ADMIN_ROLE
Set the operational fee for an operation `selector` (the function selector of the call submitted through the instant layer). With `configured:false` the default applies.
0xb450329e
Gateway Wiring
7
Read the configured Core, AccountLayer, InstantLayer, collateral, treasury, and interface support.
accountLayer
view
0xed785044
collateralToken
view
0xb2016bd4
core
view
0xf2f4eb26
instantLayer
view
0xa7f6db15
setTreasury
write
CONFIG_ADMIN_ROLE
0xf0f44260
supportsInterface
view
0x01ffc9a7
treasury
view
0x61d027b3
Views
3
Other read-only gateway state.
dailySponsoredNativeLimit
view
0x831e2538
topUpNonces
view
0xf14c33ec
UPGRADE_INTERFACE_VERSION
view
0xad3cb1cc
Roles
3
Each getter returns a bytes32 role ID accepted by grantRole, revokeRole, and hasRole.
CONFIG_ADMIN_ROLE
0xb92d52e77ebaa0cae5c23e882d85609efbcb44029214147dd132daf9ef1018af
DEFAULT_ADMIN_ROLE
0x0000000000000000000000000000000000000000000000000000000000000000
RELAYER_ROLE
0xe2b7fb3b832174769106daebcfd6d1970523240dda11281102db9363b83b0dc4
Role Management
5
Grant, revoke, inspect, or renounce a gateway role.
getRoleAdmin
view
0x248a9ca3
grantRole
write
role admin
0x2f2ff15d
hasRole
view
0x91d14854
renounceRole
write
0x36568abe
revokeRole
write
role admin
0xd547741f
Proxy & Upgrade
3
Inspect UUPS compatibility and upgrade the implementation.
initialize
write
0xb33f9527
proxiableUUID
view
0x52d1902d
upgradeToAndCall
payable
DEFAULT_ADMIN_ROLE
0x4f1ef286