0x22a4d43bba3c5213536f637d75ba175c232b6249

Unverified contract

Proxy

Active on Ethereum with 9 txns
Deployed by via 0x25fa32a5 at 18494648
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 "0x22a4d43bba3c5213536f637d75ba175c232b6249"

0x33143a62871000aee2fb96728cf603ea6c12ec8ef42aa613bec0e1bc04ca37e2
0xe769028e47c93992bc4c93202cf741044eb08587849a3d59d59c95f769aac027
0x58d848eb2e515baaa05782c465668467ad96bb419c05386f57e4c9af15f98ae4
0xd9b872ec27b064101270a513de4d5e5f51ed933db4ac9bc865c3a8f15d91a1a2
0x8e5a30bfaff551aab37d8c498ea97b5e6d516500dcbf1a3b5ad45a935db9ce37
0xece9b364b04b8ce35d6fb3bef839a4f6f5f5bc7145925135671abc3a67a79588
0x93d9293662ab72eddfece92523df6868543110f01d53644f52285e26f9fc0510
0x3fd6ed1f6924fe8eaf1c37cab8f3dc6b3b846568cf31b19f5b2a79c8347ea49f
0x608a2ff0269183818308899649e0206d41d9e4f24622c1296ea3388bca61e7e2

Functions
Getter at block 21318493
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)
1699545600
auctionStartTime(view returns (uint256)
1699221600
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)
1699545600
termAuctionId(view returns (bytes32)
0xc4f3168c930fcf4eb73c32416d7e06fb2b14f66675ce99671dfd511496bf258d
termRepoId(view returns (bytes32)
0xf1b739c5ecf768c6e5b5a015b6333c1deef2ab244c25cc744acd38b70b0f8997
termRepoServicer(view returns (address)
0xf28a9b679aa017e78a7980545ca20f47369b6066
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(