extend_subname_expiry
Extend the expiry of an ENS subname in the NameWrapper.
Subnames have their own expiry that cannot exceed the parent name's expiry. This tool extends a subname's expiry.
Who can call this:
The parent name owner (always)
The subname owner (only if CAN_EXTEND_EXPIRY fuse is burned on the subname)
Use cases:
Extending subnames you've issued to users
Self-extending your own subname (if CAN_EXTEND_EXPIRY is set)
Keeping organizational subnames active
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full subname to extend (e.g. "sub.coffee.eth") | |
| years | No | Number of years to extend from now (default: 1). Cannot exceed parent expiry. |