@acl:defaultAdminDelay
Delay in seconds applied to default admin transfers of an AccessControlDefaultAdminRules contract.
⚗️ Experimental — available at next.evmcrispr.com.
Returns: number
Syntax
Section titled “Syntax”@acl:defaultAdminDelay(contract)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
contract | address | AccessControlDefaultAdminRules contract address |
Examples
Section titled “Examples”load acl
set $token 0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdbprint @acl:defaultAdminDelay($token)See Also
Section titled “See Also”On-chain face (@defaultAdminDelay!)
Section titled “On-chain face (@defaultAdminDelay!)”Read defaultAdminDelay() at assertion time.
Examples
Section titled “Examples”load acl
set $registry 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
assert @defaultAdminDelay!($registry) >= 3600 "delay lowered"