AuctionManager

Verified contract

Active on Ethereum with 4 txns
Deployed by via 0x548d86f0 at 15450265
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "AuctionManager"

0xf5ed2d38b11d0cce4731729bd9f879e4eb6b93d78a1f77bafda49aea6ed81c6d
0xb35cd359e3b62247c038545ef825ee7938f39637e28e0b774322d2c6edd67464
0x977e2768d95cedbdb02dfc35cb3aa5837571f2c9f0e4a1562a72a37b24b6f36a
0x10e4a9193fc91fa7f2e0c31f98d915f854e8398b4f78530ac1c4e8905255f808

Functions
Getter at block 21413013
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
KMART_CONTRACT_ROLE(view returns (bytes32)
0x4b35b4c4f5ed4bc9ee0be7ce120f2201543aa776f93a3939a69ccca20bf7569b
bidConfig(view returns (uint104 sigFigsuint64 snipeThresholduint64 timeExtension)
(sigFigs=1000000000000000000, snipeThreshold=60, timeExtension=60)
Read-only
auctions(uint256view returns (uint104 reservePriceuint104 lowestWinningBiduint16 winnersuint64 endsAt)
bids(uint256addressview returns (uint104)
get(uint256 idview returns (struct IAuctionManagerAuction)
getBid(uint256 idaddress accountview returns (uint104)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isWinner(uint256 idaddress senderview returns (bool)
normalizeBid(uint104 _bidview returns (uint104)
supportsInterface(bytes4 interfaceIdview returns (bool)
tiebrokenWinners(uint256uint256view returns (address)
State-modifying
bid(uint256 iduint104 valueaddress senderreturns (uint104)
close(uint256 iduint104 lowestWinningBidaddress[] _tiebrokenWinners
create(uint256 idstruct IAuctionManagerCreateAuction auction
grantRole(bytes32 roleaddress account
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setBidConfig(struct AuctionManagerBidConfig _bidConfig
settle(uint256 idaddress senderreturns (uint104)
Events
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor
constructor(struct AuctionManagerBidConfig _bidConfigaddress admin
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AuctionManager_AuctionEnded(
AuctionManager_AuctionNotClosed(
AuctionManager_AuctionNotEnded(
AuctionManager_InvalidAuction(
AuctionManager_InvalidBid(
AuctionManager_InvalidWinningBid(
AuctionManager_NothingToSettle(