TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 65 txns
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
esVELA | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20677736 | a month ago | | | 0 | 7.3513772e-7 | |
| 17665529 | 3 months ago | | | 0 | 9.9656640e-7 | |
| 17663394 | 3 months ago | | | 0 | 0.0000038267754 | |
| 17663366 | 3 months ago | | | 0 | 0.0000012457080 | |
| 17663357 | 3 months ago | | | 0 | 0.0000012457080 | |
| 17663350 | 3 months ago | | | 0 | 0.0000012457080 | |
| 17663343 | 3 months ago | | | 0 | 0.0000036033118 | |
| 17663332 | 3 months ago | | | 0 | 0.0000036232196 | |
| 7460569 | a year ago | | | 0 | 1.2303527e-7 | |
| 7423585 | a year ago | | | 0 | 1.9429000e-7 |
ABI
ABI objects
Getter at block 21977069 getOfferIds() view returns (uint256[])
feeBasisPoints() view returns (uint256)
0
feeManager() view returns (address)
0x35d9114668cd8a02a932c6fff0102c8d0e3538da
lastOfferId() view returns (uint256)
23
owner() view returns (address)
0x35d9114668cd8a02a932c6fff0102c8d0e3538da
Read-only
getOffer(uint256 id) view returns (uint64, address, address, uint256, uint256, address, uint256)
getOfferOwner(uint256 id) view returns (address owner)
isActive(uint256 id) view returns (bool active)
offers(uint256) view returns (uint256 bidAmount, uint256 bidAmount_original, address bidAsset, uint256 takeAmount, address takeAsset, address owner, uint64 timestamp)
State-modifying
Events buy(uint256 id, uint256 maxTakeAmount)
cancel(uint256 id)
initialize()
offer(address bidAsset, uint256 bidAmount, address takeAsset, uint256 takeAmount) returns (uint256 id)
renounceOwnership()
setFeeBasisPoints(uint256 _feeBasisPoints)
setFeeManager(address _feeManager)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
LogBuy(bytes32 id, bytes32 indexed pair, address indexed maker, address bidAsset, address takeAsset, address indexed taker, uint256 takeAmt, uint256 giveAmt, uint64 timestamp)
LogCancel(bytes32 indexed id, bytes32 indexed pair, address indexed maker, address bidAsset, address takeAsset, uint256 bidAmount, uint256 takeAmount, uint64 timestamp)
LogOffer(bytes32 indexed id, bytes32 indexed pair, address indexed maker, address bidAsset, address takeAsset, uint256 bidAmount, uint256 takeAmount, uint64 timestamp)
LogOfferId(uint256 indexed id)
LogTrade(uint256 bidAmount, address indexed bidAsset, uint256 takeAmount, address indexed takeAsset)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetFeeBasisPoints(uint256 feeBasisPoints)
SetFeeManager(address indexed feeManager)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.