SpaceKidMint

Verified contract

Implementation

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

No balances found for "SpaceKidMint"

No transactions found for "SpaceKidMint"


Functions
Getter at block 21199010
owner(view returns (address)
0x0000000000000000000000000000000000000000
spaceKid(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
checkMintedByOg(uint256 ogIdview returns (bool)
getMintedByOgTokens(address ownerview returns (uint256[])
getStageInfo(uint256 stageview returns (struct SpaceKidMintStageInfo)
getStageInfos(uint256[] stagesview returns (struct SpaceKidMintStageInfo[])
getStageMinted(uint256 stageview returns (uint256)
getWhitelist(uint256 stageaddress userview returns (uint256)
getWhitelistByStages(uint256[] stagesaddress userview returns (uint256[])
getWhitelistMinted(uint256 stageaddress userview returns (uint256)
getWhitelistMintedByStages(uint256[] stagesaddress userview returns (uint256[])
State-modifying
addWhitelist(uint256 stageaddress[] usersuint256[] counts
bulkMint(uint256 stageaddress touint256 count
initialize(address initialOwneraddress _signeraddress _spaceKid
mintByOg(uint256[] ogIdsuint256 countbytes signature
mintByStage(uint256 stage
renounceOwnership(
setStage(uint256 stageuint256 startTimeuint256 endTimeuint256 maxMint
setStages(uint256[] stagesuint256[] startTimesuint256[] endTimesuint256[] maxMints
transferOwnership(address newOwner
updateStageTime(uint256 stageuint256 startTimeuint256 endTime
Events
Initialized(uint64 version
MintByOg(address owneruint256[] ogIdsuint256 count
MintByStage(address owneruint256 stageuint256 count
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetStageInfo(uint256 stageuint256 startTimeuint256 endTimeuint256 maxMint
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
InvalidInitialization(
MintFailed(address touint256 tokenIndex
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(