ERC1967Proxy

Verified contract

Proxy

Active on Ethereum with 24 txns
Deployed by via 0x6ceeb238 at 16316038
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots

No balances found for "ERC1967Proxy"

0xfadfad6616d85c06d78665735272883c87993ddf72e24723987a5af1e0552ca2
0x13777f0fbc5d732d383a4ca85874119bcc4cfe231a62317221f1593ed7fc97a6
0x1a9772beb19c63c828440246304b2dc64584b9dc3237f482c0330fd1f0112580
0x03c8e004b82da19fbc66b1ccaa7a43e98570283e83684fcc1d8c5073a9dbd5d3
0x0d04bc5dd25f463463c43a2825d3d4bf84e3281debaeecaa57c4cf46a58c4891
0x79a6d12ed37b23f91eac0bc5f7118955a83674db605d11fcc8b81491fc6290b0
0x5e8ede7adf33f9d0f1b93854a02226d0b1e7119942a5e13ced8e2f8c75200c66
0x6ae2805ca2f6b08018e9981d646e71ad072a826e7f4c50ee58d3b6052a05a188
0x48d324163175aec33a200d0cb809ad5420e32fe54524dd673752fa28209f93fd
0x09892b7d09b8dc7558c654bd761ec3dc830045197fdf05042e8d73f390106f50

Functions
Getter at block 20980856
MAX_UINT256(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
owner(view returns (address)
0xdab1d5de7a1cbece54ef04eaab8d62ce3e39fca2
paused(view returns (bool)
false
 
proxiableUUID(view returns (bytes32)
Read-only
cannotUseKeccakComparison(bytes32view returns (bool)
dealRecords(bytes32view returns (address hostaddress counterpartyuint256 noncebytes32 roomIdstruct DealOffer hostOfferstruct DealOffer counterpartyOffer)
getOffer(bytes32 roomIdaddress partyview returns (struct DealOffer)
getRecordId(bytes32 roomIduint256 nonceuint256 blockNumberaddress hostaddress counterpartypure returns (bytes32)
rooms(bytes32view returns (address hostuint256 noncestruct DealOffer idealOffer)
State-modifying
closeRoom(bytes32 roomId
createRoom(bytes32 roomIdstruct DealOffer hostOfferstruct DealOffer idealOfferstring metadatabool hasAnyTokenIdFromCollectionPresent
exitRoom(bytes32 roomId
initialize(
joinRoom(bytes32 roomIdstruct DealOffer offer
renounceOwnership(
swap(bytes32 roomIdaddress counterparty
togglePause(
transferOwnership(address newOwner
updateOffer(bytes32 roomIdstruct DealOffer offer
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Initialized(uint8 version
OfferUpdated(bytes32 roomIdaddress party
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RoomClosed(bytes32 roomId
RoomCreated(bytes32 roomIdaddress hoststring metadata
RoomExited(bytes32 roomIdaddress party
RoomJoined(bytes32 roomIdaddress counterparty
Swapped(bytes32 recordId
Unpaused(address account
Upgraded(address indexed implementation
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
EActionUnauthorized(
EOfferEmpty(
EOfferExpired(
EOfferInvalid(
ERoomAlreadyJoined(
ERoomDoesNotExist(
ERoomExists(
ERoomNotJoined(