VelaDashOTCMarket
Verified contract
Implementation
Active on
Base with 1 txns
Storage
Map
Table
Raw
Constants and immutables
3
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)
No balances found for "VelaDashOTCMarket"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x | 7237481 | a year ago | | | 0 | 0.000000002044316750 |
ABI
ABI objects
Getter at block 21993945
feeBasisPoints() view returns (uint256)
0
feeManager() view returns (address)
0x0000000000000000000000000000000000000000
getOfferIds() view returns (uint256[])
[]
lastOfferId() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.