Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables.

0xa2f0eae0e65a1acf3565d1e7f57cdc32ad7f5b58

Unverified contract

Proxy

Active on Ethereum with 2 txns
Deployed by via 0x0caca602 at 20729667
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 "0xa2f0eae0e65a1acf3565d1e7f57cdc32ad7f5b58"

0x01fbac32e8c54bf4cb7ae9499ffe3c4c2f9d731e2548213c0ac83dc5c8d11e22
0x8f13282fdf30e9aaf10f82fb908bfc45605a28ff3b8f018c521e26a6d77329f9

Functions
Getter at block 20907080
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
AUCTIONEER_ROLE(view returns (bytes32)
0xc1df76f4e50bdb95676f782d4b88b23904c5346d8bc7c986ae26f7e10e601891
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DEVOPS_ROLE(view returns (bytes32)
0x793a6c9b7e0a9549c74edc2f9ae0dc50903dfaa9a56fb0116b27a8c71de3e2c6
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)
1727370000
auctionStartTime(view returns (uint256)
1726768800
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)
1727370000
termAuction(view returns (address)
0x697a8e88bdb2ef8a484cb52635e1d172bf468937
termAuctionId(view returns (bytes32)
0x5cedd0551b2c01d6789cdf0e964d8251789469d69aea2dc48f4b0d713991271b
termRepoCollateralManager(view returns (address)
0xa7e2afb1ea9ff12e7c036f9fc4bb64ca87f057f4
termRepoId(view returns (bytes32)
0x08b9d796f9b0a60453f59224455d14309cf4cfecd2884ea488e60679b0f3a492
termRepoServicer(view returns (address)
0x9518e7d71591e5b1cea45209a03cd6ac6648e983
unlockingPaused(view returns (bool)
false
version(view returns (string)
0.9.0
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_address termInitializer_
lockBids(struct TermAuctionBidSubmission[] bidSubmissionsreturns (bytes32[])
lockBidsWithReferral(struct TermAuctionBidSubmission[] bidSubmissionsaddress referralAddressreturns (bytes32[])
lockRolloverBid(struct TermAuctionBid bid
pairRolloverManager(address rolloverManager
pairTermContracts(address termAuction_address termRepoServicer_address emitter_address termRepoCollateralManager_address termPriceOracle_address devopsMultisig_address adminWallet_
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
InvalidPurchaseToken(
InvalidSelfReferral(
InvalidTermRepoServicer(
LockingPaused(
MaxBidCountReached(
NoCollateralToUnlock(
NonExistentBid(bytes32 bidId
NonExpiredRolloverBid(bytes32 bidId
NonRolloverBid(bytes32 id
PurchaseTokenNotApproved(address token
RevealedBidsNotSorted(
RolloverBid(
RolloverBidExpired(bytes32 bidId
RolloverBidInShortfall(
TenderPriceTooHigh(bytes32 iduint256 maxPrice
UnlockingPaused(