BackgroundRegistry
Verified contract
Active on
Ethereum with 4,793 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BackgroundRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21352980 | 5 days ago | | | 0 | 0.00071981889 | |
| 21337369 | 8 days ago | | | 0 | 0.0010596991 | |
| 21324031 | 9 days ago | | | 0 | 0.0019964906 | |
| 21324026 | 9 days ago | | | 0 | 0.0013639105 | |
| 21310329 | 11 days ago | | | 0 | 0.00078581578 | |
| 21226344 | 23 days ago | | | 0 | 0.00048178654 | |
| 21221610 | 24 days ago | | | 0 | 0.00062896698 | |
| 21188487 | a month ago | | | 0 | 0.0013216662 | |
| 21173182 | a month ago | | | 0 | 0.0019929714 | |
| 21155610 | a month ago | | | 0 | 0.00045548287 |
ABI
ABI objects
Getter at block 21391243
domainSeparator() view returns (bytes32)
0x5c32aec52bf3f5f93d3f5b6fe639ccda99c2259d2e3f93bd6d554f2156cf8fae
isOpen() view returns (bool)
true
owner() view returns (address)
0x32220f07dbcd18149f619f28cd09fd911cc0372d
Read-only
eligibilityConstraints(uint256) view returns (address)
getActiveBackground(uint256 tokenId) view returns (uint96)
getAllEligibleBackgrounds(uint256 tokenId) view returns (uint96[])
getEntry(uint256 tokenId) view returns (struct BackgroundRegistryRegistryEntry)
getEntryWithFallback(uint256 tokenId) view returns (struct BackgroundRegistryRegistryEntry)
isTokenEligibleForBackground(uint256 tokenId, uint96 backgroundId) view returns (bool)
State-modifying
Events addNewBackgroundConstraint(address constraint)
blockAuthorisation(address target, bool toggle)
renounceOwnership()
setBackgroundConstraint(uint96 backgroundId, address constraint)
setBackgrounds(struct BackgroundRegistryBackgroundSetting[] settings)
setBackgroundsWithSignature(struct BackgroundRegistryBackgroundSetting[] settings, bytes signature)
setOpen(bool open)
setRegistryV1Fallback(bool isEnabled)
transferOwnership(address newOwner)
BackgroundSettingChanged(uint256 indexed tokenId, uint96 indexed backgroundId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address moonbirds_, address registryV1_)
This contract contains no fallback and receive objects.
NotAuthorised()
OnlyMoonbirdOwner()
RegistryClosed()