DutchAuctionMinter
Verified contract
Active on
Ethereum with 1,362 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "DutchAuctionMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18428337 | a year ago | | | 0.45 | 0.0013953500 | |
| 18428260 | a year ago | | | 0 | 0.0040405794 | |
| 18428247 | a year ago | | | 0 | 0.0022433479 | |
| 18428242 | a year ago | | | 0 | 0.33220051 | |
| 18428242 | a year ago | | | 0.61603812 | 0.0028612572 | |
| 18428237 | a year ago | | | 0.36020697 | 0.0030935951 | |
| 18428237 | a year ago | | | 0.46271261 | 0.0030909963 | |
| 18428229 | a year ago | | | 0.37 | 0.0033839000 | |
| 18428227 | a year ago | | | 0.3569997 | 0.0034193280 | |
| 18428219 | a year ago | | | 0.36020697 | 0.0039045000 |
ABI
ABI objects
Getter at block 21312270 decayTime() view returns (uint256) endTime() view returns (uint256)
BaseValue() view returns (bytes16)
0x403c4d1120d7b1600000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
HalfPeriod() view returns (bytes16)
0x40088380000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
WHITELIST_ROLE() view returns (bytes32)
0xdc72ed553f2544c34465af23b847953efeb813428162d767f9ba5f4013be6760
beneficiary() view returns (address)
0x6b15fd9cc33dd0852f80567549e552d20a5bdce3
currentPrice() view returns (uint256)
180910694157671883
freeMintDuration() view returns (uint256)
3600
freeMintStartTime() view returns (uint256)
1698242400
halfPeriod() view returns (uint256)
775
isRefund() view returns (bool)
true
maxMint() view returns (uint256)
1700
minPrice() view returns (uint256)
341386669422404541
minterType() view returns (string)
DutchAuctionMinter
nextPriceDrop() view returns (uint256)
1733111658
passes() view returns (address)
0x01b5e0e6cb38121dbedf5d2e964df810e2c742c9
paused() view returns (bool)
true
priceDropSlot() view returns (uint256)
10
projectId() view returns (uint256)
2
restPrice() view returns (uint256)
120000000000000000
startPrice() view returns (uint256)
3000000000000000000
startTime() view returns (uint256)
1698246000
totalFreeMint() view returns (uint256)
855
totalSupply() view returns (uint256)
1700
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
whitelist(address) view returns (uint256)
State-modifying
Events freeMint()
grantRole(bytes32 role, address account)
mint() payable
pause()
refund()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMaxMint(uint256 maxMint_)
setPasses(address passes_)
setPriceRange(uint256 startPrice_, uint256 restPrice_, uint256 priceDropSlot_, uint256 halfPeriod_)
setProjectId(uint256 projectId_)
setStartTime(uint256 startTime_, uint256 freeStartTime_, uint256 freeMintDuration_)
setWhiteList(address[] users, uint256[] amounts)
unpause()
withdraw()
MintPassesUpdated(address newMintPasses)
MintPublicUpdated(bool open)
Paused(address account)
Purchase(address purchaser, uint256 tokenId, uint256 price)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
constructor(address passes_, uint256 startTime_, uint256 startPrice_, uint256 restPrice_, uint256 priceDropSlot_, uint256 halfPeriod_, uint256 maxMint_, uint256 projectId_, address beneficiary_, uint256 freeMintStartTime_, uint256 freeMintDuration_)
This contract contains no fallback and receive objects.
AlreadyStarted()
Dissatisfied()
FailedPaying(address payee, bytes data)
MintNotAvailable()
NotYetStarted()