WorldIDIdentityManager
Verified contract
Proxy
Active on
Ethereum with 5,544 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x78ec…e9e1
0x379c…b2e4
0xcdbb…bad5
5 additional
variables
Balances ($0.00)
No balances found for "WorldIDIdentityManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17990281 | a year ago | | | 0 | 0.0062087604 | |
| 17988794 | a year ago | | | 0 | 0.016440829 | |
| 17988497 | a year ago | | | 0 | 0.0096187822 | |
| 17988198 | a year ago | | | 0 | 0.0061357576 | |
| 17986111 | a year ago | | | 0 | 0.010581519 | |
| 17985518 | a year ago | | | 0 | 0.010754639 | |
| 17985218 | a year ago | | | 0 | 0.0099530587 | |
| 17984327 | a year ago | | | 0 | 0.0063432978 | |
| 17983434 | a year ago | | | 0 | 0.0075424887 | |
| 17981646 | a year ago | | | 0 | 0.0059573137 |
ABI
ABI objects
Getter at block 21205844 proxiableUUID() view returns (bytes32) renounceOwnership() view
NO_SUCH_ROOT() pure returns (struct WorldIDIdentityManagerImplV1RootInfo rootInfo)
(0, 0, false)
getIdentityUpdateVerifierLookupTableAddress() view returns (address)
0x379c62556c665f1edd25f2c2a0f76bc70a53b2e4
getRegisterIdentitiesVerifierLookupTableAddress() view returns (address)
0x78ec127a3716d447f4575e9c834d452e397ee9e1
getRootHistoryExpiry() view returns (uint256)
3600
getSemaphoreVerifierAddress() view returns (address)
0xcdbbcd1cb0b642f8e324ab29c73a967b0c80bad5
getTreeDepth() view returns (uint8)
30
identityOperator() view returns (address)
0x9ad4efaf9e326c17c3a7be6f5d167843af0eb30a
latestRoot() view returns (uint256)
11596179263899818759832090981155530169312360231368012829705283765939963061623
owner() view returns (address)
0x9ad4efaf9e326c17c3a7be6f5d167843af0eb30a
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
stateBridge() view returns (address stateBridgeContract)
0x0000000000000000000000000000000000000000
Read-only
calculateIdentityRegistrationInputHash(uint32 startIndex, uint256 preRoot, uint256 postRoot, uint256[] identityCommitments) view returns (bytes32 hash)
calculateIdentityUpdateInputHash(uint256 preRoot, uint256 postRoot, uint32[] leafIndices, uint256[] oldIdentities, uint256[] newIdentities) view returns (bytes32 hash)
isInputInReducedForm(uint256 input) view returns (bool)
queryRoot(uint256 root) view returns (struct WorldIDIdentityManagerImplV1RootInfo)
requireValidRoot(uint256 root) view
verifyProof(uint256 root, uint256 signalHash, uint256 nullifierHash, uint256 externalNullifierHash, uint256[8] proof) view
State-modifying
Events acceptOwnership()
disableStateBridge()
enableStateBridge()
initialize(uint8 _treeDepth, uint256 initialRoot, address _batchInsertionVerifiers, address _batchUpdateVerifiers, address _semaphoreVerifier, bool _enableStateBridge, address __stateBridge)
registerIdentities(uint256[8] insertionProof, uint256 preRoot, uint32 startIndex, uint256[] identityCommitments, uint256 postRoot)
setIdentityOperator(address newIdentityOperator) returns (address)
setIdentityUpdateVerifierLookupTable(address newTable)
setRegisterIdentitiesVerifierLookupTable(address newTable)
setRootHistoryExpiry(uint256 newExpiryTime)
setSemaphoreVerifier(address newVerifier)
setStateBridge(address newStateBridge)
transferOwnership(address newOwner)
updateIdentities(uint256[8] updateProof, uint256 preRoot, uint32[] leafIndices, uint256[] oldIdentities, uint256[] newIdentities, uint256 postRoot)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
DependencyUpdated(uint8 indexed kind, address indexed oldAddress, address indexed newAddress)
IdentityOperatorChanged(address indexed oldOperator, address indexed newOperator)
Initialized(uint8 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RootHistoryExpirySet(uint256 indexed oldExpiryTime, uint256 indexed newExpiryTime)
StateBridgeStateChange(bool indexed isEnabled)
TreeChanged(uint256 indexed preRoot, uint8 indexed kind, uint256 indexed postRoot)
Upgraded(address indexed implementation)
WorldIDIdentityManagerImplInitialized(uint8 _treeDepth, uint256 initialRoot, bool _enableStateBridge, address __stateBridge)
constructor(address _logic, bytes _data)
fallback()
receive()
CannotRenounceOwnership()
ExpiredRoot()
ImplementationNotInitialized()
InvalidCommitment(uint256 index)
InvalidStateBridgeAddress()
MismatchedInputLengths()
NonExistentRoot()
NotLatestRoot(uint256 providedRoot, uint256 latestRoot)
ProofValidationFailure()
StateBridgeAlreadyDisabled()
StateBridgeAlreadyEnabled()
Unauthorized(address user)
UnreducedElement(uint8 elementType, uint256 element)
UnsupportedTreeDepth(uint8 depth)