BackgroundRegistry

Verified contract

Active on Ethereum with 4,793 txns
Deployed by via 0x1d9a83d4 at 16191273
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BackgroundRegistry"

0x7dcf9b3173330d765c141572fab194cda93fb6c9128759175f901c26471edcf7
0x7864c3181181df5b07420dfbfce82a2f68dfa84959e3179b0031fe546a500c32
0xe4a464ef7b99e875bff4a67614e74c21b456b5afc1efaf5a5978ab04f3b9904c
0x4a4c7582cf1138d066c4578085dde245c125b9fa295783d9c7860df85a1adead
0xcaa2782dd8551a60217dc9115af7486da3bbf4313b33d33a550c48c609effb5e
0x78395c28090c2a9cab59d3ef6576ca0aaf37362afa8709b20150324c4c02c7ea
0xbea43c62ae99ba7f6bab3390702b6282d726a6b4909bbbd86f1614cc7e1c0201
0xc2ada158ad5f12181d9d48a4fc0b75870906481c92ab4a931912fd8587154e6f
0x79498bc62cf63adcfac33f2872f8da4e05f00a63abc56345381ef7b3232c28c9
0xd31e12731ee3832f0be28ade9a3740fe863c5622d7f77d7b4500acc3ef5b992b

Functions
Getter at block 21391243
domainSeparator(view returns (bytes32)
0x5c32aec52bf3f5f93d3f5b6fe639ccda99c2259d2e3f93bd6d554f2156cf8fae
isOpen(view returns (bool)
true
owner(view returns (address)
0x32220f07dbcd18149f619f28cd09fd911cc0372d
Read-only
eligibilityConstraints(uint256view returns (address)
getActiveBackground(uint256 tokenIdview returns (uint96)
getAllEligibleBackgrounds(uint256 tokenIdview returns (uint96[])
getEntry(uint256 tokenIdview returns (struct BackgroundRegistryRegistryEntry)
getEntryWithFallback(uint256 tokenIdview returns (struct BackgroundRegistryRegistryEntry)
isTokenEligibleForBackground(uint256 tokenIduint96 backgroundIdview returns (bool)
State-modifying
addNewBackgroundConstraint(address constraint
blockAuthorisation(address targetbool toggle
renounceOwnership(
setBackgroundConstraint(uint96 backgroundIdaddress constraint
setBackgrounds(struct BackgroundRegistryBackgroundSetting[] settings
setBackgroundsWithSignature(struct BackgroundRegistryBackgroundSetting[] settingsbytes signature
setOpen(bool open
setRegistryV1Fallback(bool isEnabled
transferOwnership(address newOwner
Events
BackgroundSettingChanged(uint256 indexed tokenIduint96 indexed backgroundId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address moonbirds_address registryV1_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
NotAuthorised(
OnlyMoonbirdOwner(
RegistryClosed(