DigitalaxAuction

Verified contract

Active on Ethereum with 940 txns
Deployed by via 0x061dcfb0 at 11320386
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $26,730.14
0xf3c5710120ecdab62b2f20729234828e7572b4e93ebb4b198556f21ef4ba9490
0x1b7a14ac50646f9ab1369ebb87a23c489d8587b7c3c3abd39a0dd09fd0edfb1f
0x242845b0a7c5d226ad02feb3383238e27b0ce2d10b677f6651bb152fe63dd1b5
0x39a1a2a45ef44b9fbc701f3a399b913dcba344df924e345c8736e94ef429ec98
0x87a882d22c45fdf5c49f4bfe4a18e8c781d8ddcf483d98971fe19439bf672979
0x11855ff8dc6059f0ce78810106fb2d4583c7b691e57d63c936d83938b0569ae3
0x979ba2f139bf203ee126ddcca68ed27343ce8fb090a77a0f459dd6286b63922b
0xb0d27ea5d617af7019eb291fa0e92febeef3f9540082f347b6e8ed772e1693d3
0x69dfa748cd1b13bbd1a8a753df983b822210435ef9ae05056ed2300aba30497e
0xf7c33b5969c43c59c36d72d2e5145772f831d1e599a2140af2b4a6504bfdcffa

Functions
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(uint256view returns (uint256 reservePriceuint256 startTimeuint256 endTimebool resulted)
getAuction(uint256 _garmentTokenIdview returns (uint256 _reservePriceuint256 _startTimeuint256 _endTimebool _resulted)
getHighestBidder(uint256 _garmentTokenIdview returns (address _bidderuint256 _biduint256 _lastBidTime)
highestBids(uint256view returns (address bidderuint256 biduint256 lastBidTime)
State-modifying
cancelAuction(uint256 _garmentTokenId
createAuction(uint256 _garmentTokenIduint256 _reservePriceuint256 _startTimestampuint256 _endTimestamp
createAuctionOnBehalfOfOwner(uint256 _garmentTokenIduint256 _reservePriceuint256 _startTimestampuint256 _endTimestamp
placeBid(uint256 _garmentTokenIdpayable 
resultAuction(uint256 _garmentTokenId
toggleIsPaused(
updateAccessControls(address _accessControls
updateAuctionEndTime(uint256 _garmentTokenIduint256 _endTimestamp
updateAuctionReservePrice(uint256 _garmentTokenIduint256 _reservePrice
updateAuctionStartTime(uint256 _garmentTokenIduint256 _startTime
updateBidWithdrawalLockTime(uint256 _bidWithdrawalLockTime
updateMinBidIncrement(uint256 _minBidIncrement
updatePlatformFee(uint256 _platformFee
updatePlatformFeeRecipient(address _platformFeeRecipient
withdrawBid(uint256 _garmentTokenId
Events
AuctionCancelled(uint256 indexed garmentTokenId
AuctionCreated(uint256 indexed garmentTokenId
AuctionResulted(uint256 indexed garmentTokenIdaddress indexed winneruint256 winningBid
BidPlaced(uint256 indexed garmentTokenIdaddress indexed bidderuint256 bid
BidRefunded(address indexed bidderuint256 bid
BidWithdrawn(uint256 indexed garmentTokenIdaddress indexed bidderuint256 bid
DigitalaxAuctionContractDeployed(
PauseToggled(bool isPaused
UpdateAccessControls(address indexed accessControls
UpdateAuctionEndTime(uint256 indexed garmentTokenIduint256 endTime
UpdateAuctionReservePrice(uint256 indexed garmentTokenIduint256 reservePrice
UpdateAuctionStartTime(uint256 indexed garmentTokenIduint256 startTime
UpdateBidWithdrawalLockTime(uint256 bidWithdrawalLockTime
UpdateMinBidIncrement(uint256 minBidIncrement
UpdatePlatformFee(uint256 platformFee
UpdatePlatformFeeRecipient(address platformFeeRecipient
Constructor
constructor(address _accessControlsaddress _garmentNftaddress _platformFeeRecipient
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.