Contracts Overview
Last updated
Last updated
Message passing interface between L1 and L2, sending and receiving data on the L1 side.
Standard cross-chain bridge for base Ton tokens and Jetton tokens.
The L1AbstractionBridge is a smart contract designed to work in tandem with the L2 asset bridge, enabling the seamless transfer of various types of assets between ParaTon and Ton.
Send the root of the L2 transaction tree, also known as the commitment, to L1, and verify the L2 state through ParaTonPortal
.
L1 and L2 data transmission/parsing/verification belong to the underlying contracts, and users can also make upper-level calls through open interfaces.
Manage the configuration of the Layer 2 network, with all configurations stored on L1 and retrieved by L2.
Deployed on L1, used to receive batch transaction information sent by the L2 Sequencer.