ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 2,714 txns
Deployed by via 0xffbf2f14 at 15826300
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 2 additional slots

No balances found for "ERC1967Proxy"

0x4a0214376ae0bcdf07ea81bc210fe7cb4bf08590ab75110ae41873dfa48ede95
0xb60e4133da44e418456b8d582dfb0760f1c7e6cb1d4b1958c9a5d93632ed84bf
0xf3a93f49520ecee3cdf38ed9c02447b9a07b59bf955f1e739d75d125284faa18
0x3e41e3ccb9a7e8f8e5844c6245ffeebe4294886cf487f93a914785e6b5290844
0x37a3ebd33841908c0ffe7e797060a4f5b4a2146a89a8e6f8fafa37ab347b2e4d
0x68809621a18030eea142e31655bf49a7b4b58f89d51f957f07bd383015ad403d
0x40b73ec72e6381e59136ee3b9fee2c9e39d5e16665e2b63c8c795057f2395d19
0x0af3be75af7458391fbb0ca3ef82d5b746adc81344c622c75e8e4eb2d287ca99
0x042f08bdf576082695f9f4ee2c4f7643ea9926411ab3e67e2499fabc4a8d7f96
0x14d921a3c2656e49b1d49604297c65d673f93a794869b1a71169789e46c682c4

Functions
Getter at block 21218207
auction(view returns (uint256 tokenIduint256 highestBidaddress highestBidderuint40 startTimeuint40 endTimebool settled)
(tokenId=478, highestBid=169000000000000000, highestBidder=0x3b60e31cfc48a9074cd5bebb26c9eaa77650a43f, startTime=1710569459, endTime=1710655859, settled=true)
contractVersion(pure returns (string)
1.2.0
duration(view returns (uint256)
86400
minBidIncrement(view returns (uint256)
10
owner(view returns (address)
0xeb5977f7630035fe3b28f11f9cb5be9f01a9557d
paused(view returns (bool)
true
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
 
proxiableUUID(view returns (bytes32)
reservePrice(view returns (uint256)
50000000000000000
timeBuffer(view returns (uint256)
300
token(view returns (address)
0xa45662638e9f3bbb7a6fecb4b17853b7ba0f3a60
treasury(view returns (address)
0xeb5977f7630035fe3b28f11f9cb5be9f01a9557d
Read-only

This contract contains no read-only function objects.

State-modifying
acceptOwnership(
cancelOwnershipTransfer(
createBid(uint256 _tokenIdpayable 
initialize(address _tokenaddress _founderaddress _treasuryuint256 _durationuint256 _reservePrice
pause(
safeTransferOwnership(address _newOwner
setDuration(uint256 _duration
setMinimumBidIncrement(uint256 _percentage
setReservePrice(uint256 _reservePrice
setTimeBuffer(uint256 _timeBuffer
settleAuction(
settleCurrentAndCreateNewAuction(
transferOwnership(address _newOwner
unpause(
upgradeTo(address _newImpl
upgradeToAndCall(address _newImplbytes _datapayable 
Events
Upgraded(address impl
AuctionBid(uint256 tokenIdaddress bidderuint256 amountbool extendeduint256 endTime
AuctionCreated(uint256 tokenIduint256 startTimeuint256 endTime
AuctionSettled(uint256 tokenIdaddress winneruint256 amount
DurationUpdated(uint256 duration
Initialized(uint256 version
MinBidIncrementPercentageUpdated(uint256 minBidIncrementPercentage
OwnerCanceled(address indexed owneraddress indexed canceledOwner
OwnerPending(address indexed owneraddress indexed pendingOwner
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
Paused(address user
ReservePriceUpdated(uint256 reservePrice
TimeBufferUpdated(uint256 timeBuffer
Unpaused(address user
Upgraded(address impl
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
DELEGATE_CALL_FAILED(
INVALID_TARGET(
INVALID_UPGRADE(address impl
ONLY_UUPS(
UNSUPPORTED_UUID(
ADDRESS_ZERO(
ALREADY_INITIALIZED(
AUCTION_ACTIVE(
AUCTION_CREATE_FAILED_TO_LAUNCH(
AUCTION_NOT_STARTED(
AUCTION_OVER(
AUCTION_SETTLED(
DELEGATE_CALL_FAILED(
FAILING_WETH_TRANSFER(
INITIALIZING(
INSOLVENT(
INVALID_TARGET(
INVALID_TOKEN_ID(
INVALID_UPGRADE(address impl
MINIMUM_BID_NOT_MET(
MIN_BID_INCREMENT_1_PERCENT(
NOT_INITIALIZING(
ONLY_CALL(
ONLY_DELEGATECALL(
ONLY_MANAGER(
ONLY_OWNER(
ONLY_PENDING_OWNER(
ONLY_PROXY(
ONLY_UUPS(
PAUSED(
REENTRANCY(
RESERVE_PRICE_NOT_MET(
UNPAUSED(
UNSAFE_CAST(
UNSUPPORTED_UUID(