BasementDwellersStore
Verified contract
Active on
Ethereum with 7,788 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,337.45)
Native
Value
$5,337.45
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.587 | $3,363.23 |
$5,337.45 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13990155 | 3 years ago | | | 0 | 0.0026962662 | |
| 13990155 | 3 years ago | | | 0 | 0.0026962662 | |
| 13990155 | 3 years ago | | | 0 | 0.0026962662 | |
| 13990155 | 3 years ago | | | 0 | 0.0026962662 | |
| 13725494 | 3 years ago | | | 0.069 | 0.0020164961 | |
| 13725494 | 3 years ago | | | 0.069 | 0.0020164961 | |
| 13725453 | 3 years ago | | | 0.069 | 0.0025008697 | |
| 13725453 | 3 years ago | | | 0.069 | 0.0025008697 | |
| 13725453 | 3 years ago | | | 0.069 | 0.0025008697 | |
| 13725451 | 3 years ago | | | 0.069 | 0.0026422670 |
ABI
ABI objects
Getter at block 21170877
bdFactory() view returns (address)
0x9a95ecee5161b888ffe9abd3d920c5d38e8539da
isSoldOut() view returns (bool)
true
lastTargetIndex() view returns (uint256)
4644
maxDwellers() view returns (uint256)
10000
maxDwellersPerPass() view returns (uint256)
5
maxMintPerTx() view returns (uint256)
30
maxPreMintDwellers() view returns (uint256)
150
mintedDwellersAfterPresale() view returns (uint256)
4645
newlyMintedDwellersWithPass() view returns (uint256)
5205
offsetInSlot() view returns (uint256)
0
openingHours() view returns (uint256)
1633996800
operationSeconds() view returns (uint256)
86400
operationSecondsForVIP() view returns (uint256)
86400
owner() view returns (address)
0x5e0825a37e6690f9a6862ebd3b32a62cf8d0b7ee
pass() view returns (address)
0x3c17017f5a584628cf8cb579a38455dbbf3f93e7
preMintedDwellers() view returns (uint256)
150
raffleNumber() view returns (uint256)
69
remainingDwellers() view returns (uint256)
0
slotSize() view returns (uint256)
1
ticketPrice() view returns (uint256)
69000000000000000
totalTickets() view returns (uint256)
4829
withdrawTotal() view returns (uint256)
679650000000000000000
Read-only
mintedDwellersOf(address) view returns (uint256)
resultOf(address) view returns (bool executed, uint256 validTicketAmount)
ticketsOf(address) view returns (uint256 index, uint256 amount)
State-modifying
Events calculateMyResult()
mintDwellers()
mintWithPass(uint256 _amount) payable
preMintDwellers(address[] recipients)
purchaseRemainingDwellers(uint256 _amount) payable
renounceOwnership()
runRaffle(uint256 _raffleNumber)
setOpeningHours(uint256 _openingHours)
takingTickets(uint256 _amount) payable
transferOwnership(address newOwner)
withdrawAll()
MintDwellers(address account, uint256 mintRequestAmount)
MintWithPass(address account, uint256 amount, uint256 changes)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PurchaseRemainingDwellers(address account, uint256 amount)
RunRaffle(uint256 raffleNumber)
SetOpeningHours(uint256 openingHours)
SetRemainingDwellers(uint256 remainingDwellers)
SetResult(address account, uint256 validTicketAmount, uint256 changes)
TakingTickets(address account, uint256 amount, uint256 changes)
Withdraw(address to)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.