Constellations

Verified contract

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

No balances found for "Constellations"

0x3a5f78b0f8b242b4f8e237e54e3bf8351e53bb53c60b9b9d51610a0cd3df947b
0x1975610c47b34af2781c6508c65b7db18d4601834bbe19530f4cc81e80447ad0
0xe4796025cd3c470657bc57e8223994d9c9b2e82d8c4159084709ac85f0d08845
0xd885e5d50f6843c46d652d849849872d78c33b32d244022be56268e81df63dab
0xe29f83dd5a56875417f4516a955f17269cbb45af580c00cc6679b43f60dfd144
0x54f9893172e851a946e69e4e329f182046518d555ede5bb01692f91f2388e8dd
0x38045f2080022cba68f560f9ac448e7b82a2968dc540a8b17479affcca7f9ff9
0x45b0ec0e1611a9e2d762ab502fadf25a3c90b838fb6947b02d12b2b8004dd764
0x39cadf96a323683c36aabb333ccff33e44b66d714a4d246e554e8fc2cc4928f9
0xdc478f55cad80a48f0c295107d123647a7c1adf53834327c229d4ecca4f17fd2

Functions
Getter at block 20907652
getArtName(pure returns (string)
Constellations
name(view returns (string)
Constellations
owner(view returns (address)
0xa797f42711d317df7e778b84a19b5783f1544364
symbol(view returns (string)
CLN
Read-only
balanceOf(addressuint256view returns (uint256)
balanceOfBatch(address[] ownersuint256[] idsview returns (uint256[] balances)
getArt(uint256 tokenIdbytes32 moonSeedstruct MoonImageConfig moonImageConfiguint256 rotationInDegreesview returns (string)
getArtForConstellation(uint8 constellationbytes32 moonSeedstruct MoonImageConfig moonImageConfiguint256 rotationInDegreespure returns (string)
getConstellationTypeForMoonTokenIdAtMint(uint256 moonTokenIdview returns (uint8)
getMoonFilter(uint256 tokenIdbytes32 moonSeedstruct MoonImageConfig moonImageConfiguint256 rotationInDegreesview returns (string)
getStandaloneConstellation(uint8 constellationbytes32 moonSeedstruct MoonImageConfig configpure returns (string)
getTraits(uint256 tokenIdbytes32 moonSeedstruct MoonImageConfiguint256view returns (string)
isApprovedForAll(addressaddressview returns (bool)
moonTokenIdToConstellationTokenId(uint256view returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 tokenIdview returns (string)
State-modifying
burnAndMint(uint256 moonTokenId
mint(uint256 startMoonTokenIduint256 numMoonsMinted
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setMoonAddress(address _moonAddress
setupDynamicNftRegistry(address _dynamicNftRegistryAddress
swapConstellations(uint256 moon1uint256 moon2
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SwapConstellations(address indexed owneruint256 indexed moon1uint256 indexed moon2uint256 newConstellationForMoon1uint256 newConstellationForMoon2
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] amounts
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 amount
URI(string valueuint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidConstellationIndex(
MoonAddressAlreadySet(
MsgSenderNotMoonAddress(
SwapMoonsOwnerMustBeMsgSender(