InitializableAdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 3,813 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x606e…1081
Balances ($0.00)
No balances found for "InitializableAdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20911410 | a month ago | | | 0 | 0.00030916393 | |
| 20911410 | a month ago | | | 0 | 0.00029639187 | |
| 20911410 | a month ago | | | 0 | 0.00029639187 | |
| 20868247 | 2 months ago | | | 0 | 0.0025735850 | |
| 20868247 | 2 months ago | | | 0 | 0.0025919556 | |
| 20868246 | 2 months ago | | | 0 | 0.0027174600 | |
| 20868246 | 2 months ago | | | 0 | 0.0027627510 | |
| 20838943 | 2 months ago | | | 0 | 0.00048390645 | |
| 20838943 | 2 months ago | | | 0 | 0.00048390645 | |
| 20838906 | 2 months ago | | | 0 | 0.00050550627 |
ABI
ABI objects
Getter at block 21198335
owner() view returns (address)
0x981e9e961e53bde8415eef26c7c5d79b59799a37
spaceKid() view returns (address)
0x606e017d1fed04d7f540694eb4ce8e86a8ff1081
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 admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
initialize(address _logic, address _admin, bytes _data) payable
initialize(address _logic, bytes _data) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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.
fallback()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
InvalidInitialization()
MintFailed(address to, uint256 tokenIndex)
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()