0x1b6f44cbebecb238c15d14344f698d7604d2c72f

Unverified contract

Proxy

Active on Ethereum with 10 txns
Deployed by via 0x5163c131 at 18494645
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
10 additional variables

No balances found for "0x1b6f44cbebecb238c15d14344f698d7604d2c72f"

0x546065b2a09b7210ad3b34aa221adfbeac2d05ed343aa2a73cb8989d2d9e8596
0xf61d67ec89a0d4ace9b7d85f5bc3c0dac01b7f2aae5162087ad3fd954ce8fe80
0xbfcd51e8a1a79daf2e5b75c1e048168c0e00df11f4e91860251b75392489faf9
0x8c6e8014951fcd02d3185866e9f358bc89d35059702b11ae3fbc400b89f74a95
0x680e27de226ec4c048920256b27fe08d827b00486821acfba68e1d6dd0e400eb
0xedf9186387520dfdea3f71916f895e39d4b8a8cde959add75832b4415992e273
0x83c1976c483288619be72dd726d3dc79379b10f19b7df971334728dbc629023d
0x4557b3edf57ec7020ae4ed930abab961cfdf5d0c96edce0484e844039b71188d
From
0xf221cafc438817e1ea7e6b057feb5920f455e7158b48a0462c63f021757b6fe5
0xc5db5e15c236da8af3e64996b7ee455eac42bb757bbdc50c9d73dd96e0d5ecd3

Functions
Getter at block 21318500
AUCTIONEER_ROLE(view returns (bytes32)
0xc1df76f4e50bdb95676f782d4b88b23904c5346d8bc7c986ae26f7e10e601891
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
INITIALIZER_ROLE(view returns (bytes32)
0x30d41a597cac127d8249d31298b50e481ee82c3f4a49ff93c76a22735aa9f3ad
MAX_BID_COUNT(view returns (uint256)
150
MAX_BID_PRICE(view returns (uint256)
100000000000000000000
ROLLOVER_MANAGER(view returns (bytes32)
0x6e3cc031d23d7153f72e87cbfd113a0351c60d8ce52b8a31c944d543a384b7c9
THREESIXTY_DAYCOUNT_SECONDS(view returns (uint256)
31104000
auctionEndTime(view returns (uint256)
1699545600
auctionStartTime(view returns (uint256)
1699221600
bidCount(view returns (uint256)
0
dayCountFractionMantissa(view returns (uint256)
80555555555555555
lockingPaused(view returns (bool)
false
minimumTenderAmount(view returns (uint256)
500000000000000000
 
proxiableUUID(view returns (bytes32)
purchaseToken(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
revealTime(view returns (uint256)
1699545600
termAuctionId(view returns (bytes32)
0xc4f3168c930fcf4eb73c32416d7e06fb2b14f66675ce99671dfd511496bf258d
termRepoCollateralManager(view returns (address)
0xa57761b3fd931eeb59a066dfc295b1096510657e
termRepoId(view returns (bytes32)
0xf1b739c5ecf768c6e5b5a015b6333c1deef2ab244c25cc744acd38b70b0f8997
termRepoServicer(view returns (address)
0xf28a9b679aa017e78a7980545ca20f47369b6066
unlockingPaused(view returns (bool)
false
Read-only
collateralTokens(addressview returns (bool)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
lockedBid(bytes32 idview returns (struct TermAuctionBid)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
auctionUnlockBid(bytes32 idaddress bidderaddress[] bidCollateralTokensuint256[] amounts
getAllBids(bytes32[] revealedBidsbytes32[] expiredRolloverBidsbytes32[] unrevealedBidsreturns (struct TermAuctionRevealedBid[]struct TermAuctionBid[])
grantRole(bytes32 roleaddress account
initialize(string termRepoId_string auctionId_uint256 auctionStartTime_uint256 revealTime_uint256 auctionEndTime_uint256 redemptionTimestamp_uint256 minimumTenderAmount_address purchaseToken_address[] collateralTokens_
lockBids(struct TermAuctionBidSubmission[] bidSubmissionsreturns (bytes32[])
lockBidsWithReferral(struct TermAuctionBidSubmission[] bidSubmissionsaddress referralAddressreturns (bytes32[])
lockRolloverBid(struct TermAuctionBid bidreturns (bool)
pairRolloverManager(address rolloverManager
pairTermContracts(address termAuction_address termRepoServicer_address emitter_address termRepoCollateralManager_address termPriceOracle_
pauseLocking(
pauseUnlocking(
renounceRole(bytes32 roleaddress account
revealBids(bytes32[] idsuint256[] pricesuint256[] nonces
revokeRole(bytes32 roleaddress account
unlockBids(bytes32[] ids
unpauseLocking(
unpauseUnlocking(
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Initialized(uint8 version
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Upgraded(address indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyTermContractPaired(
AuctionNotClosed(
AuctionNotOpen(
AuctionNotRevealing(
AuctionRevealsAfterEnd(uint256 revealuint256 end
AuctionStartsAfterReveal(uint256 startuint256 reveal
BidAlreadyRevealed(
BidAmountTooLow(uint256 amount
BidCountIncorrect(uint256 bidCount
BidNotOwned(
BidNotRevealed(bytes32 bidId
BidPriceModified(bytes32 id
BidRevealed(bytes32 bidId
CollateralAmountTooLow(
CollateralTokenNotApproved(address token
GeneratingExistingBid(bytes32 bidId
InvalidSelfReferral(
InvalidTermRepoServicer(
LockingPaused(
MaxBidCountReached(
NoCollateralToUnlock(
NonExistentBid(bytes32 bidId
NonExpiredRolloverBid(bytes32 bidId
NonRolloverBid(bytes32 id
PurchaseTokenNotApproved(address token
RevealedBidsNotSorted(
RolloverBid(
RolloverBidExpired(bytes32 bidId
TenderPriceTooHigh(bytes32 iduint256 maxPrice
UnlockingPaused(