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.

0x33e08c493bc5c00af3dda0dce685101f8e4d8ee1

Unverified contract

Proxy

Active on Ethereum with 9 txns
Deployed by via 0x4a72e32c at 20528857
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
7 additional variables

No balances found for "0x33e08c493bc5c00af3dda0dce685101f8e4d8ee1"

0xca5d342dac456556826ba371d705c898ce23abfeb608bab255b6b4a64b423142
0x5da481a9c5d2976ba4b8f159aebd0356282521f637621c87afa114d83329dadb
0xd3a36f88f072239fc9f489e21630f6fcaa993ff7c12c7fbe38bb82c334b96de6
0xa33465f87c26a18e9a1464ea4964ff4211d7633d432abe88e0e1a54e63a65b5c
0x10c65681ee9a85b62a04be6a477e9f606823f777e5a341751fd5d9c3408cf1f5
0x5460c39010f0178965a5d6dafd75074fd930ead513903791debb3cbc141e58b5
0x67fab24ee4e3825b729f85acbe5df1c2e505543b25be5590068cbd1f08969ef0
0x2ff3cd02aef404a0e6e03027a29cc241c27b28f2e93778cafeaaca80008fc837
0x9b2fe13e0425f801c4fa03469e29f37f015e54de809ff47269c32ef9868b04a8

Functions
Getter at block 20854146
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_OFFER_COUNT(view returns (uint256)
150
MAX_OFFER_PRICE(view returns (uint256)
100000000000000000000
auctionEndTime(view returns (uint256)
1724864400
auctionStartTime(view returns (uint256)
1724263200
lockingPaused(view returns (bool)
false
minimumTenderAmount(view returns (uint256)
1000000000
offerCount(view returns (uint256)
0
 
proxiableUUID(view returns (bytes32)
purchaseToken(view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
revealTime(view returns (uint256)
1724864400
termAuctionId(view returns (bytes32)
0xa253fb15f12110f018523a2ca36c3d5c2ceec20f4f5ddd6d454fc5eca072f035
termRepoId(view returns (bytes32)
0x2850c4fdb31da80ef0d986d1475715c4f8897001a8fc85b8b44573a4a77ffa77
termRepoServicer(view returns (address)
0xef2e0b0420623295ab6c227ee379535cf00a4258
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)
lockedOffer(bytes32 idview returns (struct TermAuctionOffer)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
getAllOffers(bytes32[] revealedOffersbytes32[] unrevealedOffersreturns (struct TermAuctionRevealedOffer[]struct TermAuctionOffer[])
grantRole(bytes32 roleaddress account
initialize(string termRepoId_string auctionId_uint256 auctionStartTime_uint256 revealTime_uint256 auctionEndTime_uint256 minimumTenderAmount_address purchaseToken_address[] collateralTokens_address termInitializer_
lockOffers(struct TermAuctionOfferSubmission[] offerSubmissionsreturns (bytes32[])
lockOffersWithReferral(struct TermAuctionOfferSubmission[] offerSubmissionsaddress referralAddressreturns (bytes32[])
pairTermContracts(address termAuction_address emitter_address termRepoServicer_address devopsMultisig_address adminWallet_
pauseLocking(
pauseUnlocking(
renounceRole(bytes32 roleaddress account
revealOffers(bytes32[] idsuint256[] pricesuint256[] nonces
revokeRole(bytes32 roleaddress account
unlockOfferPartial(bytes32 idaddress offeroruint256 amount
unlockOffers(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
CollateralTokenNotApproved(address token
GeneratingExistingOffer(bytes32 offerId
InvalidSelfReferral(
LockingPaused(
MaxOfferCountReached(
NoOfferToUnlock(
NonExistentOffer(bytes32 id
OfferAlreadyRevealed(
OfferAmountTooLow(uint256 amount
OfferCountIncorrect(uint256 offerCount
OfferNotOwned(
OfferNotRevealed(bytes32 id
OfferPriceModified(
OfferRevealed(bytes32 id
PurchaseTokenNotApproved(address token
RevealedOffersNotSorted(
TenderPriceTooHigh(bytes32 iduint256 maxPrice
UnlockingPaused(