0x78a554f9d092e6ab47779cc2f1d41a27393f8411

Unverified contract

Proxy

Active on Ethereum with 7 txns
Deployed by via 0x2c2d3c74 at 18431273
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 "0x78a554f9d092e6ab47779cc2f1d41a27393f8411"

0x2dd571460f7fa4180ad9b802da85d94e5e0d5b84bf54eb80fae73a6a0b000d71
0x31d59205a904aaae26da2af6601472974ab5ef21b92662a36ad91da41ae0262c
0x4d77bd0a0b679110c9e2d90594b7b7e6deef58b4296335489f00f69427fd18d9
0xdf24bcc78d8c244be55c430c6ccc05522edfe6d62f37b263f549ca15d97d5802
0xfe36422e66ddd048ea9f33b52d20dec33042ae626823ed90409cb469d01ae9b2
0xeb129b03b5534170068b3c0c828dcd98ccd5c6d2dbe849f089d0eaf785d14858
0xe41a0e0660a3333847d363a63fd70bc90488fb747b2b6663cd491ebfe5c83075

Functions
Getter at block 20864634
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)
1698850800
auctionStartTime(view returns (uint256)
1698613200
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)
1698850800
termAuctionId(view returns (bytes32)
0x1816f916a13724d84b13e2f8f8f867e665d6f2266f1f7fa32bd006c593bab218
termRepoId(view returns (bytes32)
0xc04a0b6a4319f0da151ddb8c3541aebabf2e10c91803ba090759c20fac478c23
termRepoServicer(view returns (address)
0x0b12af425d29ef679a6b3698fbde24ff257944f3
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(