MintModuleRegistry

Verified contract

Active on Ethereum with 3 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "MintModuleRegistry"

0x443aa15b4c32e0ae920d514af6ed060d50373543e1e52350f5df94c191a2c24a
0x7e361cf997cb15cd3444f4168ff4477642fb604226a0e0276dbb0a76a4e7b31e
0xf70a2c331fa3e8c15b6c2ab4755eb70e980942bf983ce6f993c14a6cadcb5e1f

Functions
Getter at block 20999348
contractVersion(view returns (uint32)
1
owner(view returns (address result)
0xdb392f4391462d60b8b4413ef72018ab595af9d0
Read-only
checkModule(address mintModuleview 
isRegistered(addressview returns (bool)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
State-modifying
addModule(address module
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
removeModule(address module
renounceOwnership(payable 
requestOwnershipHandover(payable 
transferOwnership(address newOwnerpayable 
Events
ModuleAdded(address indexed module
ModuleRemoved(address indexed module
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyRegistered(
InvalidAddress(
NewOwnerIsZeroAddress(
NoHandoverRequest(
NotRegistered(
Unauthorized(