Graphite Wrapped Tokens
Last updated
Last updated
All tokens have the symbol @G.
Graphite
WG@G
Ethereum
G@ETH
Binance
G@BSC
Arbitrum
G@ARB
Polygon
G@POL
All tokens have the symbol @G.
Graphite Testnet
WG@G
Ethereum Sepolia
G@ETH
Binance Testnet
G@BSC
Arbitrum Sepolia
G@ARB
Polygon Amoy
G@POL
You can use our official interface at . If you prefer to use the bridge functionality without our frontend, follow the instructions below based on your current network to transfer Graphite tokens from one chain to another.
Use the swap
function:
This is a payable
function — make sure to send the desired amount of native Graphite (@G) along with the transaction.
Parameters:
to
address
Address on the destination chain to receive the tokens
destChainId
uint256
Destination chain ID (1
= Ethereum, 56
= BSC, 137
= Polygon, 42161
= Arbitrum)
Use the swapToken
function:
Parameters:
to
address
Address on the destination chain to receive the tokens
destChainId
uint256
Destination chain ID (1
= Ethereum, 56
= BSC, 137
= Polygon, 42161
= Arbitrum, 440017
= Graphite)
amount
uint256
Amount of Graphite tokens to send (18 decimals)