DutchAuctionMinter

Verified contract

Active on Ethereum with 217 txns
Deployed by via 0xd2ef7883 at 18125835
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DutchAuctionMinter"

0x8845848dd341ecb22fd2603d29d328e688599dd75f3368b535c873dd8bb8fbed
0xa7e22641664b6b3a10e0de2db278ac82ce243143ca9f8ff934bcaa0851fc6dda
0xb7abbca60d98513b7545d8fa727019324a3339d1a75ec2250f9744f9da042f48
0xdd70c79e660303d8bf767fac26a5ccdb76e598dc5ef2db4120e39135785aeff1
0x3f9b5b4023a57b178f2e21016afcc3beb27cce5116bb7599f62fa23a392cb0df
0xfcd8a3feb0e79d6e2ac204015148d7a6f4622cc7ecdd5dab06946ba4f74f7e4c
From
0xa57eefc189f51bc3862e5d8e46fd4dea37e5c29892a9d86e33ce956fcf4d30b4
0xd1cc967a12ebb3604357775b03594015e58dfb2289b2350fc0a2ee5b6aab50b3
0x12cdd567b35c8fd1434a32b7a48dd39d26973f1c6113efe8ffe25a8e679177aa
0x6845ff7da79cbc76d0716b0775a8a275c2de676d3cd051e1515875e6974932e7

Functions
Getter at block 20929798
BaseValue(view returns (bytes16)
0x403df399b1438a100000000000000000
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
HalfPeriod(view returns (bytes16)
0x40087280000000000000000000000000
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
beneficiary(view returns (address)
0x6b15fd9cc33dd0852f80567549e552d20a5bdce3
currentPrice(view returns (uint256)
310000000000000000
 
decayTime(view returns (uint256)
 
endTime(view returns (uint256)
halfPeriod(view returns (uint256)
741
maxMint(view returns (uint256)
200
minMintPasses(view returns (uint256)
1
mintPasses(view returns (address)
0x6864cc3b8cfdcfa8cfb22e9fe732cc6feff4e740
mintPublic(view returns (bool)
false
minterType(view returns (string)
DutchAuctionMinter
nextPriceDrop(view returns (uint256)
1728498122
passes(view returns (address)
0x01b5e0e6cb38121dbedf5d2e964df810e2c742c9
paused(view returns (bool)
true
priceDropSlot(view returns (uint256)
10
projectId(view returns (uint256)
0
restPrice(view returns (uint256)
310000000000000000
startPrice(view returns (uint256)
9000000000000000000
startTime(view returns (uint256)
1695218400
totalSupply(view returns (uint256)
199
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isBlacklisted(address accountview returns (bool)
mintCount(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
addBlacklist(address account
grantRole(bytes32 roleaddress account
mint(payable 
mintMultiple(uint256 quantitypayable 
pause(
removeBlacklist(address account
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setMaxMint(uint256 maxMint_
setMinMintPasses(uint256 minMintPasses_
setMintPasses(address mintPasses_
setMintPublic(bool mintPublic_
setPasses(address passes_
setPriceRange(uint256 startPrice_uint256 restPrice_uint256 priceDropSlot_uint256 halfPeriod_
setProjectId(uint256 projectId_
setStartTime(uint256 startTime_
unpause(
withdraw(
Events
Blacklisted(address indexed account
MintPassesUpdated(address newMintPasses
MintPublicUpdated(bool open
Paused(address account
Purchase(address purchaseruint256 tokenIduint256 price
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Unblacklisted(address indexed account
Unpaused(address account
Constructor
constructor(address passes_address mintPasses_uint256 startTime_uint256 startPrice_uint256 restPrice_uint256 priceDropSlot_uint256 halfPeriod_uint256 maxMint_uint256 minMintPasses_uint256 projectId_address beneficiary_address pauser
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyStarted(
FailedPaying(address payeebytes data
MintNotAvailable(
NotYetStarted(