This contract is being backfilled. You may encounter incomplete storage history.
The latest block we've processed for this chain is 20793297, which is 14 minutes old. We're running behind the tip but working to resolve the issue.

MarbleDutchAuction

Verified contract

Active on Ethereum with 55,487 txns
Deployed by via 0xd0771409 at 7091997
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $64.65
ERC-20
Value $0
ERC-20
--
 (#60510)
ERC-721
--
 (#60508)
ERC-721
--
 (#60506)
ERC-721
--
 (#60503)
ERC-721
--
 (#60502)
ERC-721
--
 (#60499)
ERC-721
--
 (#60493)
ERC-721
--
0xb341013523c98c9a5bb28d0b2c2a05d1ba2d033a392bd87ef98f5c4cb85f0845
0xf3d8aba318f5639cad119ff03f7a6d9881a8de7508b33deeaa99e873123492f8
0x518db226878d003b622dd2c2089dbd68020d8a37aae1d37edd2c4f0e7e5b05c8
0xed423d4140e7c80bf03206be9c848ab803ce10e377fc6ea80719b8a42089e3d4
0xa4fc43782c6227b96caee6b08d7093595e164d5fac2afcb60e7ba3e0f87352a6
0xfb75290eafaa280d8b72f6e755ab41ff2bb02b3e305d3e20834d689c6f4aafaf
0x7949530a1ee5e4ad2ea5fbbaa6e37c3088b767f66ab2b2318ae83d38509a0cea
0x604146e26a3221a9a17ad89a627c9c49ea1049d6ced646fb57f3db4a3ac3eb90
0x785d7921ae18c3662fe926f43429dcdc558e5c117dbae8294fabfafcfc24137f
0xb28752aecfe756eb7acaf137b60ff316de666ee8b965e58ef5e00df8f048a4a0

Functions
Getter at block 20793296
auctioneerCut(view returns (uint16)
300
auctioneerDelayedCancelCut(view returns (uint16)
7000
nftContract(view returns (address)
0x1d963688fe2209a98db35c67a041524822cf04ff
owner(view returns (address)
0x9f84440756629b42c57e75033c7b5b77d7679371
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
totalAuctions(view returns (uint256)
8864
Read-only
adminList(uint256view returns (address)
adminsMap(addressview returns (uint256)
getAuction(uint256 _tokenIdview returns (address selleruint256 startingPriceuint256 endingPriceuint256 durationuint256 startedAtbool delayedCancel)
getCurrentPrice(uint256 _tokenIdview returns (uint256)
isAdmin(address adminAddressview returns (bool isIndeed)
isOnAuction(uint256 _tokenIdview returns (bool isIndeed)
sellerToTokens(addressuint256view returns (uint256)
supportsInterface(bytes4 _interfaceIDview returns (bool)
tokenIdToAuction(uint256view returns (address selleruint128 startingPriceuint128 endingPriceuint64 durationuint256 startedAtbool delayedCancel)
tokenInAuctionByIndex(uint256 _indexview returns (uint256)
tokenOfSellerByIndex(address _selleruint256 _indexview returns (uint256)
tokenToIndex(uint256view returns (uint256)
tokenToSellerIndex(uint256view returns (uint256)
tokens(uint256view returns (uint256)
totalAuctionsBySeller(address _sellerview returns (uint256)
State-modifying
addAdmin(address adminAddressreturns (uint256 index)
bid(uint256 _tokenIdpayable 
cancelAuction(uint256 _tokenId
cancelAuctionWhenPaused(uint256 _tokenId
claimOwnership(
createAuction(uint256 _tokenIduint256 _startingPriceuint256 _endingPriceuint256 _duration
createMintingAuction(uint256 _tokenIduint256 _startingPriceuint256 _endingPriceuint256 _durationaddress _seller
pause(returns (bool)
removeAdmin(address adminAddressreturns (uint256 index)
removeAuction(uint256 _tokenId
setAuctioneerCut(uint256 _cut
setAuctioneerDelayedCancelCut(uint256 _cut
setNFTContract(address _nftAddress
transferOwnership(address _newOwner
unpause(returns (bool)
withdrawBalance(
Events
AuctionCancelled(uint256 tokenId
AuctionCreated(uint256 tokenIdaddress selleruint256 startingPriceuint256 endingPriceuint256 durationbool delayedCancel
AuctionRemoved(uint256 _tokenId
AuctionSuccessful(uint256 tokenIduint256 totalPriceaddress winner
AuctioneerCutChanged(uint256 _auctioneerCut
AuctioneerDelayedCancelCutChanged(uint256 _auctioneerDelayedCancelCut
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Pause(
Unpause(
Withdraw(uint256 balance
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
Errors

This contract contains no error objects.