BlurExchange
Verified contract
Implementation
Active on
Ethereum with 16 txns
Storage
Map
Table
Raw
Constants and immutables
16
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 43 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
3 additional
variables
Balances ($0.00)
No balances found for "BlurExchange"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19825871 | 6 months ago | | | 0 | 0.00047044110 | |
| 18090613 | a year ago | | | 0 | 0.00045517893 | |
| 18090611 | a year ago | | | 0 | 0.00074212743 | |
| 17422304 | a year ago | | | 0 | 0.0013565907 | |
| 17397437 | a year ago | | | 0 | 0.0013871824 | |
| 17337082 | a year ago | | | 0 | 0.0020964093 | |
| 17337077 | a year ago | | | 0 | 0.0019335063 | |
| 17337074 | a year ago | | | 0 | 0.0020633985 | |
| 17144067 | 2 years ago | | | 0 | 0.0013534749 | |
| 16933736 | 2 years ago | | | 0.0001 | 0.0015233850 |
ABI
ABI objects
Getter at block 21157958
FEE_TYPEHASH() view returns (bytes32)
0x05b43f730f67de334a342883f867101fc7ef3361dfdff4a29a7aa97e0920ef7a
INVERSE_BASIS_POINT() view returns (uint256)
10000
NAME() view returns (string)
Blur Exchange
ORACLE_ORDER_TYPEHASH() view returns (bytes32)
0xd71080023d2f293ed0723dc287d6b2d4e7d27d0b6c12928e300721b7c78c7485
ORDER_TYPEHASH() view returns (bytes32)
0x376bfbc394a7ba7fdf10f224572cef371358e3053e362f4554fcd2ad56329b3f
POOL() view returns (address)
0x0000000000a39bb272e79075ade125fd351887ac
ROOT_TYPEHASH() view returns (bytes32)
0x5bcf4b2eaff7fcdeb49f0bda53026b9ebdd93db566fe4c447125cb899e598c90
VERSION() view returns (string)
1.0
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
blockRange() view returns (uint256)
0
executionDelegate() view returns (address)
0x0000000000000000000000000000000000000000
feeRate() view returns (uint256)
0
feeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
governor() view returns (address)
0x0000000000000000000000000000000000000000
isInternal() view returns (bool)
false
isOpen() view returns (uint256)
0
oracle() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
policyManager() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
remainingETH() view returns (uint256)
0
Read-only
cancelledOrFilled(bytes32) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events _execute(struct Input sell, struct Input buy) payable
bulkExecute(struct Execution[] executions) payable
cancelOrder(struct Order order)
cancelOrders(struct Order[] orders)
close()
execute(struct Input sell, struct Input buy) payable
incrementNonce()
initialize(address _executionDelegate, address _policyManager, address _oracle, uint256 _blockRange)
open()
renounceOwnership()
setBlockRange(uint256 _blockRange)
setExecutionDelegate(address _executionDelegate)
setFeeRate(uint256 _feeRate)
setFeeRecipient(address _feeRecipient)
setGovernor(address _governor)
setOracle(address _oracle)
setPolicyManager(address _policyManager)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Closed()
Initialized(uint8 version)
NewBlockRange(uint256 blockRange)
NewExecutionDelegate(address indexed executionDelegate)
NewFeeRate(uint256 feeRate)
NewFeeRecipient(address feeRecipient)
NewGovernor(address governor)
NewOracle(address indexed oracle)
NewPolicyManager(address indexed policyManager)
NonceIncremented(address indexed trader, uint256 newNonce)
Opened()
OrderCancelled(bytes32 hash)
OrdersMatched(address indexed maker, address indexed taker, struct Order sell, bytes32 sellHash, struct Order buy, bytes32 buyHash)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.