DutchAuction
Verified contract
Active on
Ethereum with 15,097 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd2f8…9b40
-
variable spans 4 additional slots
Balances ($160.18)
Native
Value
$160.18
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.049875 | $3,211.66 |
$160.18 | |
GSE | ERC-20 | 24 | $0.000032 |
$0 | |
YOO | ERC-20 | 20.373K | -- | -- | |
ETHBOT | ERC-20 | 766 | -- | -- | |
EBK | ERC-20 | 45.56836 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16857704 | 2 years ago | | | 0 | 0.00093470019 | |
| 13223090 | 3 years ago | | | 0 | 0.0038642011 | |
| 13134838 | 3 years ago | | | 1.0001 | 0.014927230 | |
| 12883888 | 3 years ago | | | 0 | 0.0013081500 | |
| 12753986 | 3 years ago | | | 0 | 0.00045308160 | |
| 12713958 | 3 years ago | | | 0.1301 | 0.00057310000 | |
| 12713861 | 3 years ago | | | 0 | 0.00043776000 | |
| 12695055 | 3 years ago | | | 0 | 0.00043776000 | |
| 12540244 | 3 years ago | | | 0 | 0.0010068480 | |
| 12197936 | 4 years ago | | | 0.2001 | 0.0058005000 |
ABI
ABI objects
Getter at block 21159378
averageScrapPrice() view returns (uint256)
80000000000000000
maxDuration() view returns (uint256)
2592000
minDuration() view returns (uint256)
3600
nftContract() view returns (address)
0xd2f81cd7a20d60c0d558496c7169a20968389b40
owner() view returns (address)
0x5461358f1820deba83f19cc57aca166137f416ef
ownerCut() view returns (uint256)
375
paused() view returns (bool)
false
scrapCounter() view returns (uint8)
1
Read-only
getAuction(uint256 _partId) view returns (address seller, uint256 startPrice, uint256 endPrice, uint256 duration, uint256 startedAt)
getCurrentPrice(uint256 _partId) view returns (uint256)
lastScrapPrices(uint256) view returns (uint256)
State-modifying
Events cancelAuction(uint256 _partId)
cancelAuctionWhenPaused(uint256 _partId)
createAuction(uint256 _partId, uint256 _startPrice, uint256 _endPrice, uint256 _duration, address _seller)
pause() returns (bool)
purchase(uint256 _partId) payable
setMaxDuration(uint256 _duration)
setMinDuration(uint256 _duration)
transferOwnership(address newOwner)
unpause() returns (bool)
withdrawBalance()
AuctionCancelled(uint256 tokenId)
AuctionCreated(uint256 tokenId, uint256 startPrice, uint256 endPrice, uint64 duration, uint64 start)
AuctionSuccessful(uint256 tokenId, uint256 totalPrice, address winner)
ContractUpgrade(address newContract)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrintEvent(string arg0, address arg1, uint256 arg2)
SetPaused(bool paused)
constructor(address _nftAddress, uint256 _fee)
This contract contains no fallback and receive objects.
This contract contains no error objects.