FellowshipDutchAuction
Verified contract
Active on
Ethereum with 367 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,178.39)
Native
Value
$2,178.39
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.8864 | $2,457.57 |
$2,178.39 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19237690 | 9 months ago | | | 0 | 0.0013470684 | |
| 19231531 | 9 months ago | | | 0 | 0.00082906453 | |
| 19227422 | 9 months ago | | | 0 | 0.0016077453 | |
| 19224051 | 9 months ago | | | 0 | 0.00066470787 | |
| 19216698 | 9 months ago | | | 0 | 0.00082539674 | |
| 19208696 | 9 months ago | | | 0 | 0.0011962495 | |
| 19196544 | 9 months ago | | | 0 | 0.0014144560 | |
| 19196537 | 9 months ago | | | 0 | 0.0014344168 | |
| 19196029 | 9 months ago | | | 0 | 0.0014709818 | |
| 19190052 | 9 months ago | | | 0 | 0.0021524238 |
ABI
ABI objects
Getter at block 21123295
currentPrice() view returns (uint256 price)
100000000000000000
earlyAccessDuration() view returns (uint256)
0
isPaused() view returns (bool)
false
isPublic() view returns (bool)
true
lowestPrice() view returns (uint256)
160000000000000000
mintLimit() view returns (uint256)
775
owner() view returns (address)
0x5308545d3ca57d051e1cfa56e9e1a330c2933d79
startPrice() view returns (uint256)
1000000000000000000
startTime() view returns (uint256)
1707332400
tokenContract() view returns (address)
0x4507d017ffc59808476b0adb349335742939a51a
totalMintedWithDiscount() view returns (uint256)
296
Read-only
auctionStages(uint256) view returns (uint256 priceDropPerSlot, uint256 endPrice, uint256 duration)
discountsCount(address) view returns (uint256)
mintCount(address) view returns (uint256)
mintPayment(address) view returns (uint256)
refundAvailable(address minter) view returns (uint256)
supportsInterface(bytes4 interfaceId) pure returns (bool)
State-modifying
Events mintMultiple(uint256 quantity) payable
pause()
refund() returns (uint256)
renounceOwnership()
setEarlyAccessDuration(uint256 duration)
setMintable(address tokenContract_)
setPricing(uint256 startPrice_, struct AuctionStageConfiguration[] stages_)
setStartTime(uint256 startTime_)
transferOwnership(address newOwner)
unpause()
withdraw(address recipient)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
Purchase(address purchaser, uint256 tokenId, uint256 price)
Refund(address recipient, uint256 amount)
Reservation(address recipient, uint256 quantity, uint256 totalReserved)
Unpaused()
constructor(address tokenContract_, uint256 startTime_, uint256 startPrice_, uint256 earlyPriceDrop, uint256 transitionPrice, uint256 latePriceDrop, uint256 restPrice, uint256 earlyAccessDuration_, uint16[] shufflerConfig)
This contract contains no fallback and receive objects.
AlreadyStarted()
ContractIsPaused()
ContractNotPaused()
EarlyAccessWithoutPass()
FailedWithdraw(uint256 amount, bytes data)
NotYetStarted()
SoldOut()