PausableZone

Verified contract

Active on Ethereum with 0 txns
Deployed by via 0x14d78218 at 15543826
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PausableZone"

No transactions found for "PausableZone"


Functions
Getter at block 21188088
operator(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
isValidOrder(bytes32 orderHashaddress calleraddress offererbytes32 zoneHashpure returns (bytes4 validOrderMagicValue)
isValidOrderIncludingExtraData(bytes32 orderHashaddress callerstruct AdvancedOrder orderbytes32[] priorOrderHashesstruct CriteriaResolver[] criteriaResolverspure returns (bytes4 validOrderMagicValue)
State-modifying
assignOperator(address operatorToAssign
cancelOrders(address csportstruct OrderComponents[] ordersreturns (bool cancelled)
executeMatchAdvancedOrders(address csportstruct AdvancedOrder[] ordersstruct CriteriaResolver[] criteriaResolversstruct Fulfillment[] fulfillmentspayable returns (struct Execution[] executions)
executeMatchOrders(address csportstruct Order[] ordersstruct Fulfillment[] fulfillmentspayable returns (struct Execution[] executions)
pause(address payee
Events
OperatorUpdated(address newOperator
OwnershipTransferred(address previousOwneraddress newOwner
Paused(
PauserUpdated(address newPauser
PotentialOwnerUpdated(address newPotentialOwner
Unpaused(
ZoneCreated(address zonebytes32 salt
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CallerIsNotOperator(
CallerIsNotOwner(
CallerIsNotPotentialOwner(
InvalidController(
InvalidOperator(
InvalidPauser(
OwnerCanNotBeSetAsZero(
PauserCanNotBeSetAsZero(
ZoneAlreadyExists(address zone