AuctionManager
Verified contract
Active on
Ethereum with 4 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "AuctionManager"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18629069 | a year ago | | | 0 | 0.0037896330 | |
| 18629050 | a year ago | | | 0 | 0.0024841252 | |
| 15486073 | 2 years ago | | | 0 | 0.0013866519 | |
| 15450376 | 2 years ago | | | 0 | 0.00070330355 |
ABI
ABI objects
Getter at block 21413013
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
KMART_CONTRACT_ROLE() view returns (bytes32)
0x4b35b4c4f5ed4bc9ee0be7ce120f2201543aa776f93a3939a69ccca20bf7569b
bidConfig() view returns (uint104 sigFigs, uint64 snipeThreshold, uint64 timeExtension)
(sigFigs=1000000000000000000, snipeThreshold=60, timeExtension=60)
Read-only
auctions(uint256) view returns (uint104 reservePrice, uint104 lowestWinningBid, uint16 winners, uint64 endsAt)
bids(uint256, address) view returns (uint104)
get(uint256 id) view returns (struct IAuctionManagerAuction)
getBid(uint256 id, address account) view returns (uint104)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isWinner(uint256 id, address sender) view returns (bool)
normalizeBid(uint104 _bid) view returns (uint104)
supportsInterface(bytes4 interfaceId) view returns (bool)
tiebrokenWinners(uint256, uint256) view returns (address)
State-modifying
Events bid(uint256 id, uint104 value, address sender) returns (uint104)
close(uint256 id, uint104 lowestWinningBid, address[] _tiebrokenWinners)
create(uint256 id, struct IAuctionManagerCreateAuction auction)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBidConfig(struct AuctionManagerBidConfig _bidConfig)
settle(uint256 id, address sender) returns (uint104)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(struct AuctionManagerBidConfig _bidConfig, address admin)
This contract contains no fallback and receive objects.
AuctionManager_AuctionEnded()
AuctionManager_AuctionNotClosed()
AuctionManager_AuctionNotEnded()
AuctionManager_InvalidAuction()
AuctionManager_InvalidBid()
AuctionManager_InvalidWinningBid()
AuctionManager_NothingToSettle()