Delay module queue

Connect a wallet (the delay module owner), enter your Safe on Celo, then queue a USDC/USDT withdrawal or execute after cooldown. Queued ERC-20 transfers use the same EIP-712 + delay flow as the main app. Pending transfer details are saved in localStorage (key gp-ui.pending-transactions_<safe>) so execute fields can be restored after refresh. Manual executes still require to / value / data matching getTxHash.

1
Wallet not connected

Celo mainnet. Delay module is CREATE2-predicted from this Safe using the Celo delay master copy (0x01F8…339b per gp-chain-actions), not the Gnosis-only copy.

Enter a valid Safe address to see the predicted delay module (CREATE2).

Queue ERC-20 withdrawal

Signs EIP-712 (ModuleTx) and sends execTransactionFromModule on the delay module to enqueue a Safe transfer of USDC or USDT (Celo).

Enter a Safe and connect a wallet to load balance.

Log Show / hide