Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion EIPS/eip-5485.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Legitimacy, Jurisdiction and Sovereignty
description: An interface for identifying the legitimacy, jurisdiction and sovereignty.
author: Zainan Victor Zhou (@xinbenlv)
discussions-to: https://ethereum-magicians.org/t/erc-5485-interface-for-legitimacy-jurisdiction-and-sovereignty/10425
status: Draft
status: Review
type: Standards Track
category: ERC
created: 2022-08-17
Expand Down Expand Up @@ -70,9 +70,11 @@ interface IERC5485 {
4. Any compliant contract MUST return its legitimacy sources chain up to the sovereign contract when queried by `jurisdiction()`.

5. If ContractA gains legitimacy from ContractB, ContractA MUST observe the ContractB's order to ANY of the following

- Order Type 1: execute a `selfdestruct` of ContractA

6. If ContractA observes jurisdiction of ContractC (a sovereignty), ContractA MUST observe ContractC's order to ANY the following

- Order Type 1: execute a `selfdestruct` of ContractA
- Order Type 2: execute ANY smart contract executable proposals as specified in [ERC-5247](./eip-5247.md)

Expand Down