0xe7854ec4437ae222699c286382d671e3d0ebf9c9

Unverified contract

Proxy

Active on Ethereum with 9 txns
Deployed by via 0xc4c27ca5 at 18280052
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 "0xe7854ec4437ae222699c286382d671e3d0ebf9c9"

0xb085f82fb1d94a8a92195b3420891c1ce0a0d4a303e6b59e6be17bec2b362295
0xe41ba51f2f9e7d49a821c0dfe142df1cd4e9fc8143900bcfadef43775884ee0b
0x923b5139241aadfc5f99507b3d2f65fa6284d55d5af32fe02aba48211068f338
0xeae401dde5d04e3214b7dae4048ac9296448ebfe908633e3606cc32180c15190
0xa244f1b0a5678a48c09ddc2d54279d09f96f107be825d864d8be74541786571c
0x38fa624c8528b7a057c4a286ed2cc1cb413633471983bb7ea2e8d5969b4ae2cb
0x75b4edba7e28ddfd47f2032ecc7a5eb1b19f6f9eec05315112d8e792234fa24b
0x693db3fdbd2f1c4d2d810cb52c88988b9c6854b690c0be30719c2cb33b2cc157
0xe4428315d9bbf3b4fd4458c96f6b61bd09e0af6228d6cf9dacec2fbec681b7d8

Functions
Getter at block 20890647
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)
1697122800
auctionStartTime(view returns (uint256)
1696950000
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)
1697122800
termAuctionId(view returns (bytes32)
0xdc08f8f3017ad041af7e2c61f2f8b5e451ef95ea432950949d4b761b279c6f3d
termRepoId(view returns (bytes32)
0x4b7bfa369bd657f43c7ee94b7f0bfab74fe08c9e66e5216b4219bd0bcbe04e9f
termRepoServicer(view returns (address)
0xf92a92265fab0e664eeaab84ce48782424a0aeb6
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(