DutchAuctionMinter
Verified contract
Active on
Ethereum with 143 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe31c…502f
Balances ($0.00)
No balances found for "DutchAuctionMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16091867 | 2 years ago | | | 18.6 | 0.00080780575 | |
| 16091861 | 2 years ago | | | 21.2 | 0.00091084990 | |
| 16091860 | 2 years ago | | | 0 | 0.0010084183 | |
| 16091858 | 2 years ago | | | 19.6 | 0.00083920150 | |
| 16091856 | 2 years ago | | | 20.4 | 0.00087066654 | |
| 16091849 | 2 years ago | | | 21.4 | 0.00092312045 | |
| 16091848 | 2 years ago | | | 22.4 | 0.0010012709 | |
| 16091846 | 2 years ago | | | 22 | 0.00084285325 | |
| 16091846 | 2 years ago | | | 22 | 0.00089945047 | |
| 16091846 | 2 years ago | | | 22.4 | 0.00093318597 |
ABI
ABI objects
Getter at block 21392703
currentPrice() view returns (uint256)
10000000000000000000
isPaused() view returns (bool)
false
owner() view returns (address)
0xe38398a94b84e527114252a4b79bde3905c47f7a
passes() view returns (address)
0xe31cc44e305955fa5965addb42641832e9a5502f
priceDropPerSlot() view returns (uint256)
200000000000000000
restPrice() view returns (uint256)
10000000000000000000
startPrice() view returns (uint256)
70000000000000000000
startTime() view returns (uint256)
1669917611
walletLimit() view returns (uint256)
3
Read-only
mintCount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) pure returns (bool)
State-modifying
Events mint() payable
mintMultiple(uint256 quantity) payable
pause()
renounceOwnership()
setPasses(address passes_)
setPriceRange(uint256 startPrice_, uint256 restPrice_, uint256 priceDrop)
setShares(address[] payees_, uint128[] shares)
setStartTime(uint256 startTime_)
transferOwnership(address newOwner)
unpause()
withdraw()
withdrawToken(address token)
withdrawToken(address token, uint256 balance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
Purchase(address purchaser, uint256 tokenId, uint256 price)
Unpaused()
constructor(address passes_, uint256 startTime_, uint256 startPrice_, uint256 restPrice_, uint256 priceDrop)
receive()
AlreadyStarted()
ContractIsPaused()
ContractNotPaused()
FailedPaying(address payee, bytes data)
NoBalance()
NotYetStarted()
OnlyPayee()
PaymentsNotConfigured()