DigitalaxAuction
Verified contract
Active on
Ethereum with 940 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x980b…8621
0x10c0…83de
Balances ($26,730.14)
Native
Value
$26,730.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 7.38 | $3,621.97 |
$26,730.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11935701 | 4 years ago | | | 0 | 0.016947565 | |
| 11935701 | 4 years ago | | | 0 | 0.016056325 | |
| 11935701 | 4 years ago | | | 0 | 0.016056325 | |
| 11935701 | 4 years ago | | | 0 | 0.017647825 | |
| 11935701 | 4 years ago | | | 0 | 0.016056325 | |
| 11935701 | 4 years ago | | | 0 | 0.016048759 | |
| 11935701 | 4 years ago | | | 0 | 0.018530329 | |
| 11935474 | 4 years ago | | | 0 | 0.018897266 | |
| 11935473 | 4 years ago | | | 0 | 0.018897266 | |
| 11935473 | 4 years ago | | | 0 | 0.018897266 |
ABI
ABI objects
Getter at block 21325470
accessControls() view returns (address)
0x980bc991b52240c6271f4fd607638e984c888621
bidWithdrawalLockTime() view returns (uint256)
86400
garmentNft() view returns (address)
0x0b509f4b044f713a91bb50535914f7ad160532fe
isPaused() view returns (bool)
false
minBidIncrement() view returns (uint256)
10000000000000000
platformFee() view returns (uint256)
500
platformFeeRecipient() view returns (address)
0x10c0b0da2a682c12bd36516a95cb8474c02d83de
Read-only
auctions(uint256) view returns (uint256 reservePrice, uint256 startTime, uint256 endTime, bool resulted)
getAuction(uint256 _garmentTokenId) view returns (uint256 _reservePrice, uint256 _startTime, uint256 _endTime, bool _resulted)
getHighestBidder(uint256 _garmentTokenId) view returns (address _bidder, uint256 _bid, uint256 _lastBidTime)
highestBids(uint256) view returns (address bidder, uint256 bid, uint256 lastBidTime)
State-modifying
Events cancelAuction(uint256 _garmentTokenId)
createAuction(uint256 _garmentTokenId, uint256 _reservePrice, uint256 _startTimestamp, uint256 _endTimestamp)
createAuctionOnBehalfOfOwner(uint256 _garmentTokenId, uint256 _reservePrice, uint256 _startTimestamp, uint256 _endTimestamp)
placeBid(uint256 _garmentTokenId) payable
resultAuction(uint256 _garmentTokenId)
toggleIsPaused()
updateAccessControls(address _accessControls)
updateAuctionEndTime(uint256 _garmentTokenId, uint256 _endTimestamp)
updateAuctionReservePrice(uint256 _garmentTokenId, uint256 _reservePrice)
updateAuctionStartTime(uint256 _garmentTokenId, uint256 _startTime)
updateBidWithdrawalLockTime(uint256 _bidWithdrawalLockTime)
updateMinBidIncrement(uint256 _minBidIncrement)
updatePlatformFee(uint256 _platformFee)
updatePlatformFeeRecipient(address _platformFeeRecipient)
withdrawBid(uint256 _garmentTokenId)
AuctionCancelled(uint256 indexed garmentTokenId)
AuctionCreated(uint256 indexed garmentTokenId)
AuctionResulted(uint256 indexed garmentTokenId, address indexed winner, uint256 winningBid)
BidPlaced(uint256 indexed garmentTokenId, address indexed bidder, uint256 bid)
BidRefunded(address indexed bidder, uint256 bid)
BidWithdrawn(uint256 indexed garmentTokenId, address indexed bidder, uint256 bid)
DigitalaxAuctionContractDeployed()
PauseToggled(bool isPaused)
UpdateAccessControls(address indexed accessControls)
UpdateAuctionEndTime(uint256 indexed garmentTokenId, uint256 endTime)
UpdateAuctionReservePrice(uint256 indexed garmentTokenId, uint256 reservePrice)
UpdateAuctionStartTime(uint256 indexed garmentTokenId, uint256 startTime)
UpdateBidWithdrawalLockTime(uint256 bidWithdrawalLockTime)
UpdateMinBidIncrement(uint256 minBidIncrement)
UpdatePlatformFee(uint256 platformFee)
UpdatePlatformFeeRecipient(address platformFeeRecipient)
constructor(address _accessControls, address _garmentNft, address _platformFeeRecipient)
This contract contains no fallback and receive objects.
This contract contains no error objects.