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.

0x61ddd370efbc34935aaae67c574986e12e98f2e1

Unverified contract

Proxy

Active on Ethereum with 15 txns
Deployed by via 0xcc3d4c9b at 18632047
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 "0x61ddd370efbc34935aaae67c574986e12e98f2e1"

0xbb659be47506bafcf1d5b5e6f7118f48b0f8e7d586424af20828cf2b86036bee
0x8264605b6653461f3a4170b56208363d95b0e8a5b6e21fc876b24ca7ad5de1dd
0x0fdd359cca62302b805b7bbd3efffc5aff3627f994d214298044d12d0b0b3d38
0xe3601347877dcf197ce1e597e3fc229a8644be018f6e28ce732302e380dba9c5
0x73cd542409a767045ad29892cd5928f059b8e86233a62f1b852e6bd39c1850a4
0xeba1b365e01a4c05531fc6b589c88c3a13287cf472fc2c44326d8222c3bad8f8
0x2dee1b980edfc309b28492afb797728584bb9b13edf62c1657f9ecaa846cb1ec
0xfb6b925878e67c3895f6eaac36577ee2d2611116b73842cc0db050f17ef55929
0x3842644d4294c4300ea47110d962f9c73171ae7f48b69b2428ed03c913900613
0xdc06fc0439a59bd124a3c659a5998fab77dbec6db843f12fc18a55c7fb333c0f

Functions
Getter at block 20896023
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)
1701363600
auctionStartTime(view returns (uint256)
1701039600
lockingPaused(view returns (bool)
false
minimumTenderAmount(view returns (uint256)
500000000000000000
offerCount(view returns (uint256)
0
 
proxiableUUID(view returns (bytes32)
purchaseToken(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
revealTime(view returns (uint256)
1701363600
termAuctionId(view returns (bytes32)
0xf169379dafb8d69b867cbe63b1434c4fe24fb1bcfa3eb2f4fa4c4ef15ab04d3d
termRepoId(view returns (bytes32)
0x53f5c2e580fc23fcc667e38ff328f3e3f69cdc0d21c4df7db1ce019f3600a050
termRepoServicer(view returns (address)
0x4eadb69beba596d26835aa7bf3c3871aa52b92d5
unlockingPaused(view returns (bool)
false
version(view returns (string)
0.6.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(