SpaceKidMint
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 "SpaceKidMint"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SpaceKidMint"
ABI
ABI objects
Getter at block 21199010
owner() view returns (address)
0x0000000000000000000000000000000000000000
spaceKid() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
checkMintedByOg(uint256 ogId) view returns (bool)
getMintedByOgTokens(address owner) view returns (uint256[])
getStageInfo(uint256 stage) view returns (struct SpaceKidMintStageInfo)
getStageInfos(uint256[] stages) view returns (struct SpaceKidMintStageInfo[])
getStageMinted(uint256 stage) view returns (uint256)
getWhitelist(uint256 stage, address user) view returns (uint256)
getWhitelistByStages(uint256[] stages, address user) view returns (uint256[])
getWhitelistMinted(uint256 stage, address user) view returns (uint256)
getWhitelistMintedByStages(uint256[] stages, address user) view returns (uint256[])
State-modifying
Events addWhitelist(uint256 stage, address[] users, uint256[] counts)
bulkMint(uint256 stage, address to, uint256 count)
initialize(address initialOwner, address _signer, address _spaceKid)
mintByOg(uint256[] ogIds, uint256 count, bytes signature)
mintByStage(uint256 stage)
renounceOwnership()
setStage(uint256 stage, uint256 startTime, uint256 endTime, uint256 maxMint)
setStages(uint256[] stages, uint256[] startTimes, uint256[] endTimes, uint256[] maxMints)
transferOwnership(address newOwner)
updateStageTime(uint256 stage, uint256 startTime, uint256 endTime)
Initialized(uint64 version)
MintByOg(address owner, uint256[] ogIds, uint256 count)
MintByStage(address owner, uint256 stage, uint256 count)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetStageInfo(uint256 stage, uint256 startTime, uint256 endTime, uint256 maxMint)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
InvalidInitialization()
MintFailed(address to, uint256 tokenIndex)
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()