MoonbirdFeaturesRegistry
Verified contract
Active on
Ethereum with 3,892 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 "MoonbirdFeaturesRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17975867 | a year ago | | | 0 | 0.00041271404 | |
| 17948024 | a year ago | | | 0 | 0.0014814766 | |
| 17939454 | a year ago | | | 0 | 0.0015345418 | |
| 17936650 | a year ago | | | 0 | 0.0024835409 | |
| 17925763 | a year ago | | | 0 | 0.0040635251 | |
| 17917326 | a year ago | | | 0 | 0.0016985589 | |
| 17913729 | a year ago | | | 0 | 0.0027954153 | |
| 17907299 | a year ago | | | 0 | 0.0021647486 | |
| 17899689 | a year ago | | | 0 | 0.0020395275 | |
| 17898380 | a year ago | | | 0 | 0.0012309558 |
ABI
ABI objects
Getter at block 21268667
domainSeparator() view returns (bytes32)
0xfca881bfbaae16b62bd57b2c59f4687f317ad266acc868557b137fb4313634ac
isOpen() view returns (bool)
false
owner() view returns (address)
0x32220f07dbcd18149f619f28cd09fd911cc0372d
Read-only
getFeatures(uint256 tokenId) view returns (struct Features)
getSettooor(uint256 tokenId) view returns (address)
hasFeatures(uint256 tokenId) view returns (bool)
State-modifying
Events blockAuthorisation(address target, bool toggle)
renounceOwnership()
setFeatures(uint256 tokenId, struct Features features, bytes32[] proof)
setFeaturesWithSignature(uint256 tokenId, struct Features features, bytes32[] proof, bytes signature)
setMultipleFeatures(uint256[] tokenIds, struct Features[] featuress, bytes32[][] proofs)
setMultipleFeaturesWithSignature(uint256[] tokenIds, struct Features[] featuress, bytes32[][] proofs, bytes signature)
setOpen(bool open)
transferOwnership(address newOwner)
MoonbirdLandedInchain(uint256 indexed tokenId, address indexed setter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address moonbirds_)
This contract contains no fallback and receive objects.
IncorrectProof()
InvalidFeatures(uint8 arg0, uint256 arg1)
MalformedProof()
MoonbirdAlreadySet()
MoonbirdNotSet()
NotAuthorised()
OnlyMoonbirdOwner()
ParameterLengthMismatch()
RegistryClosed()