0x331add16b57939964f0f893546dd12752cf10f80

Unverified contract

Proxy

Active on Ethereum with 12 txns
Deployed by via 0x27980c45 at 18010959
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 "0x331add16b57939964f0f893546dd12752cf10f80"

0xe34d24fb3394f57056838bf278d5f31961bc90d9e30fd86141ffbc711ba8a933
0x5839a03168e3115512f991e4452d4996b6623b57a8d250fb2e38578665b2ab5b
0xd28e3564840e248f1b3f201452d5c303ca9bedb2b41813c19de0662f440bee61
0xa352c00cb5abb881ba69d8cc8da04c08fe3c8225eccc1c9a7946033cedb4a47f
0x545e7cf29545d1bf4c01f0d2137a29c9d9a2820fad5884d8268a4ff01021ddb3
0x7c67455aa6ac5a21f38c69686c03b6bca5a5315d7673a9ea0075bbd18098411d
0xbed23d70d5895b8369476b96142142fb3f72a3bf3f0a465f1404a40334ca7d17
0x4f3eb73f65a93129067337b4c89ccfbf7bd136259ac6847c2b1009085114af4c
0xc7b4ebebf3b874b0bed1bf7ad01bd37914afb0d1138f93478df4e0e64d546820
0x56a3d176b2b84f816b4f5cdb2d1c08b3bd6e2f5e503942e8e69cd1add93a334d

Functions
Getter at block 20929790
AUCTIONEER_ROLE(view returns (bytes32)
0xc1df76f4e50bdb95676f782d4b88b23904c5346d8bc7c986ae26f7e10e601891
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
INITIALIZER_ROLE(view returns (bytes32)
0x30d41a597cac127d8249d31298b50e481ee82c3f4a49ff93c76a22735aa9f3ad
MAX_OFFER_COUNT(view returns (uint256)
150
MAX_OFFER_PRICE(view returns (uint256)
100000000000000000000
auctionEndTime(view returns (uint256)
1693407600
auctionStartTime(view returns (uint256)
1693234800
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)
1693407600
termAuctionId(view returns (bytes32)
0x176400967dbb4f365092018879f6b3ff5019097d221fd0d6bb5bc06ad4251913
termRepoId(view returns (bytes32)
0xc5eb007084321f25b1da4747d1b57997307ce23926a5a03e659ded49b936adcf
termRepoServicer(view returns (address)
0xe03315bcc786d846b38e9cb734793273395927cc
unlockingPaused(view returns (bool)
false
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_
lockOffers(struct TermAuctionOfferSubmission[] offerSubmissionsreturns (bytes32[])
lockOffersWithReferral(struct TermAuctionOfferSubmission[] offerSubmissionsaddress referralAddressreturns (bytes32[])
pairTermContracts(address termAuction_address emitter_address termRepoServicer_
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(