Deal

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xbb12e9e3 at 16357304
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 "Deal"

No transactions found for "Deal"


Functions
Getter at block 20980856
MAX_UINT256(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
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
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
EActionUnauthorized(
EOfferEmpty(
EOfferExpired(
EOfferInvalid(
ERoomAlreadyJoined(
ERoomDoesNotExist(
ERoomExists(
ERoomNotJoined(