TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum
Unified storage
Map
Table
Raw
Constants and immutables
4
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($2,829.12)
Native
Value
$2,829.12
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.852874 | $3,317.16 |
$2,829.12 | |
APU | ERC-20 | 1 | $0.000997 |
$0 | |
CINU | ERC-20 | 269.9991K | -- | -- | |
HQG | ERC-20 | 0.02 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244107 | an hour ago | | | 2.4 | 0.0030824501 | |
| 21243331 | 3 hours ago | | | 2.25 | 0.0029107136 | |
| 21243243 | 4 hours ago | | | 0 | 0.00070396035 | |
| 21242935 | 5 hours ago | | | 1.63 | 0.0020883308 | |
| 21242899 | 5 hours ago | | | 1.63 | 0.0023093183 | |
| 21242748 | 5 hours ago | | | 0.98 | 0.0029780841 | |
| 21242552 | 6 hours ago | | | 0.97 | 0.0024436478 | |
| 21242504 | 6 hours ago | | | 0 | 0.00046870224 | |
| 21242504 | 6 hours ago | | | 0.315 | 0.0021671581 | |
| 21242377 | 7 hours ago | | | 1.605 | 0.0025764660 |
ABI
ABI objects
Getter at block 21244332
RATE_BASE() view returns (uint256)
1000000
feeCapPct() view returns (uint256)
120000
owner() view returns (address)
0x5d7cca9fb832bbd99c8bd720ebda39b028648301
paused() view returns (bool)
false
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
delegates(address) view returns (bool)
inventoryStatus(bytes32) view returns (uint8)
ongoingAuctions(bytes32) view returns (uint256 price, uint256 netPrice, uint256 endAt, address bidder)
signers(address) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
cancel(bytes32[] itemHashes, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
initialize(uint256 feeCapPct_, address weth_)
pause()
renounceOwnership()
run(struct MarketRunInput input) payable
run1(struct MarketOrder order, struct MarketSettleShared shared, struct MarketSettleDetail detail) returns (uint256)
transferOwnership(address newOwner)
unpause()
updateDelegates(address[] toAdd, address[] toRemove)
updateFeeCap(uint256 val)
updateSigners(address[] toAdd, address[] toRemove)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
EvAuctionRefund(bytes32 indexed itemHash, address currency, address to, uint256 amount, uint256 incentive)
EvCancel(bytes32 indexed itemHash)
EvDelegate(address delegate, bool isRemoval)
EvFailure(uint256 index, bytes error)
EvFeeCapUpdate(uint256 newValue)
EvInventory(bytes32 indexed itemHash, address maker, address taker, uint256 orderSalt, uint256 settleSalt, uint256 intent, uint256 delegateType, uint256 deadline, address currency, bytes dataMask, struct MarketOrderItem item, struct MarketSettleDetail detail)
EvProfit(bytes32 itemHash, address currency, address to, uint256 amount)
EvSigner(address signer, bool isRemoval)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.