Auction

Verified contract

Active on Ethereum with 200 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 11 additional slots
-
variable spans 2 additional slots

No balances found for "Auction"

0xebf93842af268e75c82ad79a4109cef1399392cc8ad4e2a1e18a5f76c1436954
0xf2ac0e3417c60b68bbcf630237098ba7d93be2c3ef5dbe74958be106dec04b1a
0xc771a2ad031a5f2512e4803ab3c235a95d033df5ab774caa24b762cb25cae4be
0x23a5045a0cb39f60b7e43853a9a8bf200b82104728b5aaf086a3c096350bf5ee
From
0x53fa1054d8b32f560de1a1f34f9df44086c50e3bdadac2e8ef8cd5e28958f220
0xf98ef202142b8b5e9e2cdddf1f92d5f5f0674a396bb81153af8940ceb631c120
0x3b70359773eae179338f23c5160dca293a8f1dd0466482938dbce778c81f0041
0xef2d6393c16494cb5f99f650038c1f0efcb7d403f452a31c189fa857d58c0c72
0xa33f5aad47ddc6b612e3ab11ff77cff31bc64da555d87e0dc6fe256ff1a36ab4
0x20bae7956d6f32c5335ccbc1df8de7020dd1fa9d10e353e361026024db664d99

Functions
Getter at block 20918021
AuctionParams(view returns (string _Namebool _KickbackEnabledbool _ClearingEnabledbool _UserSettlementEnableduint256 _LeaderboardSizeuint256 _UnixStartTimeuint256 _UnixEndTimeuint256 _MinBIPSIncreaseuint256 _SecondsExtensionuint256 _SecondsThresholduint256 _InitialMinimumBiduint256 _ProjectIDMintPassaddress _NFTaddress _Operator)
(_Name=Hashmarks, _KickbackEnabled=true, _ClearingEnabled=false, _UserSettlementEnabled=false, _LeaderboardSize=50, _UnixStartTime=1695052800, _UnixEndTime=1695237479, _MinBIPSIncrease=105, _SecondsExtension=600, _SecondsThreshold=600, _InitialMinimumBid=0, _ProjectIDMintPass=0, _NFT=0x37fa4aca3125660d4b8f4a6b1d0ab8af6a6c1f13, _Operator=0x0000000000000000000000000000000000000000)
DelegateCash(view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
SaleState(view returns (bool _Activebool _NFTsDisperseduint256 _LastMinBiduint256 _GlobalUniqueBids)
(_Active=false, _NFTsDispersed=true, _LastMinBid=3186750000000000000, _GlobalUniqueBids=125)
 
ViewAuctionParams(view returns (struct AuctionAllAuctionParams)
 
ViewBidsUnique(view returns (struct AuctionBid[])
 
ViewLeaderboardBids(view returns (uint256[])
 
ViewLeaderboardIndexes(view returns (uint256[])
 
ViewLeaderboardRanked(view returns (struct AuctionBid[])
 
ViewLeaderboardRaw(view returns (struct AuctionBid[])
 
ViewLeaderboardTotalBidValue(view returns (uint256)
 
ViewLeaderboardTotalBidVolume(view returns (uint256)
 
ViewMinimumValidBid(view returns (uint256 ValidBid)
 
ViewSortLeaderboardBidIndexes(view returns (uint256[])
 
ViewTotalBalanceResult(view returns (bool)
 
ViewTotalBidVolume(view returns (uint256)
 
ViewTotalProceeds(view returns (uint256)
 
ViewTotalRebate(view returns (uint256)
owner(view returns (address)
0xe06f5fae754e81bc050215ff89b03d9e9ff20700
Read-only
Admin(addressview returns (bool)
Bids(uint256view returns (uint256 _OGBidIndexuint256 _ETHValueuint256 _Timestampaddress _Bidderaddress _Vaultbool _Rebatedbool _Winnerbool _NFTSent)
Leaderboard(uint256view returns (uint256)
NFTTokenIDHasBeenSent(uint256view returns (bool)
UserBidIndexes(addressuint256view returns (uint256)
ViewBid(uint256 Indexview returns (struct AuctionBid)
ViewBidsAtIndexes(uint256[] Indexesview returns (struct AuctionBid[])
ViewFrontend(address Walletview returns (uint256 _LLBuint256 _MVBstruct AuctionAllAuctionParams _AuctionParamsstruct AuctionBid[] _RankedLeaderboardstruct AuctionBid[] _MasterBidsuint256[] _UserBidIndexes)
ViewWalletBidIndexes(address Walletview returns (uint256[])
ViewWalletBids(address Walletview returns (struct AuctionBid[])
State-modifying
IncreaseBid(uint256[] BidIndexesuint256[] Amountspayable 
NewBid(address Vaultpayable 
UserSettleAuction(
__StartAuction(struct AuctionParams AuctionInfo
___ChangeActiveState(
___ChangeClearingEnabled(bool NewState
___ChangeKickbackEnabled(bool NewState
___ChangeLeaderboardSize(uint256 NewLeaderboardSize
___ChangeMinBIPSIncrease(uint256 NewMinBIPSIncrease
___ChangeMinBid(uint256 NewMinBid
___ChangeMintPassProjectID(uint256 MintPassProjectID
___ChangeNFTAddress(address NewAddress
___ChangeOperator(address Operator
___ChangeSecondsExtension(uint256 Seconds
___ChangeSecondsThreshold(uint256 Seconds
___ChangeUnixEndTime(uint256 NewUnixEndTime
___ChangeUnixStartTime(uint256 NewUnixStartTime
___InitiateRebateAndProceeds(
___ProcessETHAndNFTsTokenIDsAmbiguous(
___ProcessETHAndNFTsTokenIDsDistinct(
___ProcessETHAndNFTsTokenIDsSpecific(uint256[] TokenIDs
___ProcessETHAndNFTsTokenIDsSpecificAscending(uint256[] TokenIDs
____AdminRemove(address Wallet
____InitiateOnlyProceeds(
____InitiateOnlyRebates(
____NewAdmin(address Wallet
____WithdrawEther(
____WithdrawEtherToAddress(address Recipientuint256 Amount
renounceOwnership(
transferOwnership(address newOwner
Events
AuctionExtended(
BidReclaimFailed(uint256 BidIndex
BidReclaimSuccess(uint256 BidIndex
BidRefunded(uint256 BidIndex
BidToppedUp(uint256 BidIndexuint256 ETHForBiduint256 Unixtimestampaddress Bidder
BidTopupRefunded(uint256 Rebate
NewBidComplete(uint256 BidIndexaddress Bidderuint256 MessageValueuint256 Unixtimestampaddress Vault
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.