@acl:pendingOwner
Pending owner of an Ownable2Step contract (the zero address when no transfer is in progress).
⚗️ Experimental — available at next.evmcrispr.com.
Returns: address
Syntax
Section titled “Syntax”@acl:pendingOwner(contract)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
contract | address | Ownable2Step contract address |
Examples
Section titled “Examples”load acl
set $contract 0x44fA8E6f47987339850636F88629646662444217print @acl:pendingOwner($contract)- Returns the zero address when no two-step transfer is in progress.
See Also
Section titled “See Also”On-chain face (@pendingOwner!)
Section titled “On-chain face (@pendingOwner!)”Read pendingOwner() at assertion time — assert no Ownable2Step transfer is in flight.
Examples
Section titled “Examples”load acl
set $vault 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
assert @pendingOwner!($vault) == 0x0000000000000000000000000000000000000000