DutchAuctionMinter
Verified contract
Active on
Ethereum with 207 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6864…e740
Balances ($0.00)
No balances found for "DutchAuctionMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18627918 | a year ago | | | 0 | 0.0021193979 | |
| 18627910 | a year ago | | | 1.8809921 | 0.0029092796 | |
| 18627909 | a year ago | | | 0 | 0.12238806 | |
| 18627858 | a year ago | | | 1.8 | 0.0039423244 | |
| 18627858 | a year ago | | | 1.8 | 0.0039959150 | |
| 18627858 | a year ago | | | 1.8 | 0.0039959150 | |
| 18627858 | a year ago | | | 1.8 | 0.0039959150 | |
| 18627857 | a year ago | | | 1.6989357 | 0.014532779 | |
| 18627857 | a year ago | | | 1.6989357 | 0.0091761179 | |
| 18627857 | a year ago | | | 1.6832858 | 0.0092003298 |
ABI
ABI objects
Getter at block 21262231 decayTime() view returns (uint256) endTime() view returns (uint256)
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
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 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events 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_)
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_, address mintPasses_, uint256 startTime_, uint256 startPrice_, uint256 restPrice_, uint256 priceDropSlot_, uint256 halfPeriod_, uint256 maxMint_, uint256 projectId_, address beneficiary_)
This contract contains no fallback and receive objects.
AlreadyStarted()
FailedPaying(address payee, bytes data)
MintNotAvailable()
NotYetStarted()