0x0f844f6e463139ee52de7bbcf6416954d95f261a
Verified contract
Proxy
Active on
Ethereum with 1,307 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x2546…39df
0x2bf5…3794
-
variable spans 8 additional slots
-
variable spans 8 additional slots
-
variable spans 8 additional slots
Balances ($0.00)
No balances found for "0x0f844f6e463139ee52de7bbcf6416954d95f261a"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452883 | 4 months ago | | | 0 | 0.000050091000 | |
| 20191963 | 5 months ago | | | 0 | 0.00016427669 | |
| 20191943 | 5 months ago | | | 0 | 0.00016987875 | |
| 20191943 | 5 months ago | | | 0 | 0.00017296427 | |
| 20191839 | 5 months ago | | | 0 | 0.00088508703 | |
| 20191839 | 5 months ago | | | 0 | 0.00088508703 | |
| 20191838 | 5 months ago | | | 0 | 0.00088812115 | |
| 20191838 | 5 months ago | | | 0 | 0.00088824532 | |
| 20191838 | 5 months ago | | | 0 | 0.00089183364 | |
| 20191838 | 5 months ago | | | 0 | 0.00089183364 |
ABI
ABI objects
Getter at block 21248311
CLAIM_NFT() view returns (uint256)
2003
MINT_TYPE_BATCH() view returns (uint256)
0
MINT_TYPE_MULTI() view returns (uint256)
1001
TOKEN_ERC20() view returns (uint256)
2001
TOKEN_NATIVE() view returns (uint256)
2002
collection() view returns (address)
0x2546d474f55da94087fdb82a29bd3da7427839df
config() view returns (address)
0x2bf5449cc975d3d161389d266d2b674343333794
currentQueue() view returns (uint256)
0
factory() view returns (address)
0xf67cd722470d76cbff4e97cef0822955afbd0e0d
getLaunchpadPendingTX() view returns (uint256)
0
guaranteedSale() view returns (uint256 maxSupply, uint256 startTime, uint256 endTime, uint256 price, uint256 fee, uint256 maxAllocationPerUser, bool active, uint256 sold, bool fcfs)
(maxSupply=997, startTime=1719583200, endTime=1719590340, price=0, fee=0, maxAllocationPerUser=1, active=true, sold=912, fcfs=false)
isMinterLaunchpad() view returns (bool)
true
isNativePayment() view returns (bool)
true
isPublicFCFS() view returns (bool)
true
mintType() view returns (uint256)
0
nftVault() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xc79bc16eda58b6d46bb81d581450cf62369d05ad
paymentToken() view returns (address)
0x0000000000000000000000000000000000000000
privateSale() view returns (uint256 maxSupply, uint256 startTime, uint256 endTime, uint256 price, uint256 fee, uint256 maxAllocationPerUser, bool active, uint256 sold, bool fcfs)
(maxSupply=1, startTime=1719590400, endTime=1719597540, price=0, fee=0, maxAllocationPerUser=1, active=true, sold=86, fcfs=false)
publicSale() view returns (uint256 maxSupply, uint256 startTime, uint256 endTime, uint256 price, uint256 fee, uint256 maxAllocationPerUser, bool active, uint256 sold, bool fcfs)
(maxSupply=1, startTime=1719597600, endTime=1719680399, price=0, fee=0, maxAllocationPerUser=1, active=true, sold=1, fcfs=true)
Read-only
checkRequestIdIndex(uint256 requestId, uint256 index) view returns (bool)
checkRequestIdTicketId(uint256 requestId, uint256 ticketId) view returns (bool)
getPendingTX(address _user) view returns (uint256)
getPurchase(address _user) view returns (struct LaunchpadBasePurchase)
getQueue(address _user) view returns (struct LaunchpadBaseUserQueue)
getRefundInfo(address _user) view returns (struct LaunchpadBaseRefund)
requestIdIndexMapping(uint256, uint256) view returns (bool)
requestIdTicketIdMapping(uint256, uint256) view returns (bool)
ticketClaimed(uint256) view returns (bool)
ticketMapping(address, uint256) view returns (bool)
userQueueList(uint256) view returns (address)
State-modifying
Events buyNFTGuaranteedERC20(uint256 quantity, uint256 maxQuantity, bytes signature, uint256[] index, uint256 requestId, uint256 expiredTime)
buyNFTGuaranteedETH(uint256 quantity, uint256 maxQuantity, bytes signature, uint256[] index, uint256 requestId, uint256 expiredTime) payable
buyNFTPublicERC20(uint256 quantity, bytes signature, uint256[] index, uint256 requestId, uint256 expiredTime)
buyNFTPublicETH(uint256 quantity, bytes signature, uint256[] index, uint256 requestId, uint256 expiredTime) payable
buyNFTWhitelistERC20(uint256 quantity, uint256 maxQuantity, bytes signature, uint256[] index, uint256 requestId, uint256 expiredTime)
buyNFTWhitelistETH(uint256 quantity, uint256 maxQuantity, bytes signature, uint256[] index, uint256 requestId, uint256 expiredTime) payable
buyTicketERC20(uint256 quantity, bytes signature, uint256 requestId, uint256 expiredTime)
buyTicketETH(uint256 quantity, bytes signature, uint256 requestId, uint256 expiredTime) payable
claimNFT(uint256[] ticketIds, bytes signature, uint256 requestId, uint256 expiredTime)
claimToken(address _to, uint256 _amount, bytes signature, uint256 requestId, uint256 expiredTime)
consumeRandomness(uint256 randomness) returns (bool)
initialize(address _collection, address _paymentToken, address _nftVault)
reOwnNFT(address _newOwner)
refund(uint256 amount, bytes signature, uint256 requestId, uint256 expiredTime)
renounceOwnership()
revertQueue(uint256 _revert)
setMinterType(uint256 _mintType)
skipQueue(uint256 skip)
transferOwnership(address newOwner)
updateCollectionBaseURI(string baseURI)
updateGuaranteedSupply(uint256 _newMaxSupply)
updateLaunchpad(address _collection, address _paymentToken, address _nftVault)
updateLaunchpadSaleInfo(uint256[] _saleInfo)
updatePaymentToken(address _paymentToken)
updateSaleInfoMintType(uint256 mintType, uint256[] _saleInfo)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.