DutchAuctionRefundMinter

Verified contract

Active on Ethereum with 994 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $21,017.08
0xe1b2295661c1a03a4d8b79dd29b409adfb1f57bbdebe9b904060e2e5ca5ed438
0x57d96858aeaa6d41e6d22674431b09d3fe01a885479e2052543d0ccd1a5525fd
0xde48657222ac60181dc9c876ad18a80661f2f60b1263ca143cc2734566cde458
0x8610a938052a1680dc22a609cd1202d292fa7c457d8f010ccf2892397096c8f2
0xa66ad9ac7664016929b9e034930b1b3178422e062dc4a0965ba91ceb32cc1a56
0x6312782f48a0119328c9c0b77efbd750e56d1d0bd986c8b6930c40434e5d8e26
0x9df5a84fc9ba6c7e389069419648894e0a21afa729a95f983c184628dd7fb59d
0x47b18f460eaf20ee082ce40ce70702fa0f1e7115f0f41f6bbbfb66373b8f39fb
0x47158b7101c1e11c2bd44bc3aff36cbe3f3df1e3adee8fa91c1740f777933a56
0x32e7280ba5e772b78a0ccf870f1add9912f421b4eb26e3b9a05a9634417e49b5

Functions
Getter at block 20934896
currentPrice(view returns (uint256)
200000000000000000
isPaused(view returns (bool)
false
lowestPrice(view returns (uint256)
240000000000000000
mintLimit(view returns (uint256)
1000
owner(view returns (address)
0xc5325831462d809fbf532d71029fa3efe35cbcce
priceDropPerSlot(view returns (uint256)
40000000000000000
reserveCount(view returns (uint256)
50
restPrice(view returns (uint256)
200000000000000000
startPrice(view returns (uint256)
5000000000000000000
startTime(view returns (uint256)
1678986000
tokenContract(view returns (address)
0xa8a425864db32fcbb459bf527bdbb8128e6abf21
walletLimit(view returns (uint256)
5
Read-only
mintCount(addressview returns (uint256)
mintPayment(addressview returns (uint256)
refundAvailable(address minterview returns (uint256)
supportsInterface(bytes4 interfaceIdpure returns (bool)
State-modifying
mint(payable 
mintMultiple(uint256 quantitypayable 
mintMultipleAbsentee(uint256 quantitypayable 
pause(
refund(returns (uint256)
renounceOwnership(
reserve(address recipientuint256 quantity
setMintable(address tokenContract_
setPriceRange(uint256 startPrice_uint256 restPrice_uint256 priceDrop
setShares(address[] payees_uint128[] shares
setStartTime(uint256 startTime_
transferOwnership(address newOwner
unpause(
withdraw(
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(
Purchase(address purchaseruint256 tokenIduint256 price
Refund(address recipientuint256 amount
Reservation(address recipientuint256 quantityuint256 totalReserved
Unpaused(
Constructor
constructor(address tokenContract_uint256 startTime_uint256 startPrice_uint256 restPrice_uint256 priceDropuint256 walletLimit_uint256 mintLimit_
Fallback and receive
receive(
Errors
AlreadyStarted(
ContractIsPaused(
ContractNotPaused(
FailedPaying(address payeebytes data
NotYetStarted(
OnlyPayee(
PaymentsNotConfigured(
SoldOut(