DutchAuctionMinter

Verified contract

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

No balances found for "DutchAuctionMinter"

0x98b03d3a568ed3425a82d12b04770d14dbbffe85b2dfd917e964570461c69e21
0x58260fcdc16e248101c129ac90f7f7e48d3c2731c8282962cbaec2d84ab7efc5
0xb32f873ce2f73beb269ed1f11e2ffdae5b160f71ed46f24b5584dbb668d2fd07
0xb7d11e5334aeda35f194fcf4b65a7558cff94d2bb09cbb4df077744cf2303c6b
0x380b7cde3672d5a3cf2165a5fb632118d7694655978a91d9fdc8f149e2f2f300
0xc328e4d0b191d869eebfa82be468ae695e8365cd3fd3ea5a29509bd90bed3c31
0xec2e0bf391c22719a3568da11af26be8b1c2edf53f6532fee8195932f77cb701
0xb7b849d2037e65fa5f5bd09b362bf8ecb6a2b9d3300968de3d624f1c65f9e300
0xb81b8b55a392d1ba0894b0dc95ec73ec220d59d4e643fe593b95cbb1c0346ba8
0x219e82d2d0cd3dbadb46d5a241653abfc453167b108171996d6b55cc3dd1bc53

Functions
Getter at block 21262231
BaseValue(view returns (bytes16)
0x403d8493fba64ef00000000000000000
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
HalfPeriod(view returns (bytes16)
0x40087680000000000000000000000000
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
beneficiary(view returns (address)
0x6b15fd9cc33dd0852f80567549e552d20a5bdce3
currentPrice(view returns (uint256)
250000000000000000
 
decayTime(view returns (uint256)
 
endTime(view returns (uint256)
halfPeriod(view returns (uint256)
749
isRefund(view returns (bool)
true
maxMint(view returns (uint256)
199
minMintPasses(view returns (uint256)
1
minPrice(view returns (uint256)
1667780032532381949
mintPasses(view returns (address)
0x6864cc3b8cfdcfa8cfb22e9fe732cc6feff4e740
minterType(view returns (string)
DutchAuctionMinter
nextPriceDrop(view returns (uint256)
1732507080
passes(view returns (address)
0x01b5e0e6cb38121dbedf5d2e964df810e2c742c9
paused(view returns (bool)
false
priceDropSlot(view returns (uint256)
10
projectId(view returns (uint256)
3
restPrice(view returns (uint256)
250000000000000000
startPrice(view returns (uint256)
7000000000000000000
startTime(view returns (uint256)
1700661600
totalSupply(view returns (uint256)
199
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
grantRole(bytes32 roleaddress account
mint(payable 
pause(
refund(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setMaxMint(uint256 maxMint_
setPasses(address passes_
setPriceRange(uint256 startPrice_uint256 restPrice_uint256 priceDropSlot_uint256 halfPeriod_
setProjectId(uint256 projectId_
setStartTime(uint256 startTime_
unpause(
withdraw(
Events
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
Unpaused(address account
Constructor
constructor(address passes_address mintPasses_uint256 startTime_uint256 startPrice_uint256 restPrice_uint256 priceDropSlot_uint256 halfPeriod_uint256 maxMint_uint256 projectId_address beneficiary_
Fallback and receive

This contract contains no fallback and receive objects.

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