TimedSelectionMinter

Verified contract

Active on Ethereum with 103 txns
Deployed by via 0x5b93cc3c at 16079917
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TimedSelectionMinter"

0x4f36256074211a2ee715b5572a79fabe95118209df691c35b6458d1236c1b5dc
0x50df5de0073163f620e3d5f55bc729e20fd3b6ceda86d178962a9f85136b8a26
0x55b84b7f8c9bc40996eb28c209aa0a3c55aaf85f868e52fac0ebece6419ca1bf
From
0xda67c48740b68c4bb59793d9512699c88a598169ef5dc49e29b2f03d839b54dd
From
0xc6de97b0f3bcc57cdddb38bf8f7146fdf17402d891ca6cf692d3b8c26eae84a2
0x025e7c34badc09eedadaf53efa1eafe9c27d1837fc25e7c2f3e268c9b35d66a9
0x644194c0fc600028301177b5089f3314a47911b179ee2c0d06b49ab3a2939178
0xecd2312a6ab5139bca29bc925f9b2dcded529570d38b522fa4ed76029a1f8c9a
0x834c79c3b7bf19e054aa1205e8a4f1632bfae6fb20ca06597e55f70c713255c0
From
0x1d79aa7bb34356c3ed51e6fe353cd8233a573689484880ba062bbc0e63486d71

Functions
Getter at block 20980671
isPaused(view returns (bool)
false
lightYears(view returns (address)
0x082dcab372505ae56eafde58204ba5b12ff3f3f5
owner(view returns (address)
0xe38398a94b84e527114252a4b79bde3905c47f7a
passDestination(view returns (address)
0x00000000000000000000000000219c7bf72246c0
passes(view returns (address)
0xe31cc44e305955fa5965addb42641832e9a5502f
selectionMintDeadline(view returns (uint256)
1672559999
selectionMintStartTime(view returns (uint256)
1670252411
selectionUnlockOffset(view returns (uint256)
600
selectionUnlocksPerDay(view returns (uint256)
50
 
unlockTimes(view returns (uint256[98] unlockTimestamps)
unlockedUpTo(view returns (uint256 passId)
98
Read-only
passClaimed(uint256view returns (bool)
supportsInterface(bytes4 interfaceIdpure returns (bool)
unlockTime(uint256 passIdview returns (uint256 unlockTimestamp)
State-modifying
pause(
preselect(uint256 selectedTokenId
renounceOwnership(
select(uint256 passIduint256 selectedTokenId
setLightYears(address lightYears_
setPassDestination(address passDestination_
setPasses(address passes_
setSelectionMintDeadline(uint256 deadline
setSelectionMintStartTime(uint256 startTime
setSelectionUnlockOffset(uint256 offsetInSeconds
setSelectionUnlocksPerDay(uint256 unlocksPerDay
transferOwnership(address newOwner
unpause(
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(
Selection(address recipientuint256 passIduint256 selectedTokenId
Unpaused(
Constructor
constructor(address passes_address lightYears_address destinationuint256 startTimeuint256 selectionDeadlineuint256 unlocksPerDayuint256 unlockOffsetInSeconds
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyStarted(
ContractIsPaused(
ContractNotPaused(