Transactor
Last updated
Last updated
Transactions submitted via Transactor execute at the end of the Signet block, after transactions included by the block builder.
The Transactor contract requires that forced transactions utilize no more than perBlockGasLimit
gas in each rollup block and no more than perTransactGasLimit
gas.
If ETH is attached to a transact
call, then it is forwarded to the Passage
contract before the Transact
event is emitted. This ensures ETH reaches the rollup account before the transaction executes.
The gas
field of a single Transact event never exceeds perTransactGasLimit
Summing the gas
field of all Transact events in a Host block never exceeds perBlockGasLimit
For further details on permissioned gasAdmin
role, see Permissioned Roles
For deployed Transactor contract addresses, see Chain Configuration Reference
For contract source code, see