Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x890f…4442
0x2343…3e96
Balances ($15.55)
Native
Value
$15.55
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005 | $3,110.18 |
$15.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19676550 | 7 months ago | | | 0.49355297 | 0.0042763752 | |
| 19676547 | 7 months ago | | | 0.15094985 | 0.0046098257 | |
| 19621272 | 7 months ago | | | 0.14784842 | 0.0030499578 | |
| 19620291 | 7 months ago | | | 0 | 0.0054545194 | |
| 19620251 | 7 months ago | | | 0 | 0.0056138828 | |
| 19619282 | 7 months ago | | | 0.14940175 | 0.0088919251 | |
| 19618065 | 7 months ago | | | 0 | 0.0051974016 | |
| 19570994 | 8 months ago | | | 0 | 0.0013730860 | |
| 19570991 | 8 months ago | | | 0 | 0.0014037744 | |
| 19564180 | 8 months ago | | | 0 | 0.0010955779 |
ABI
ABI objects
Getter at block 21225103
ETH_FEE() view returns (uint256)
20000000000000000
EXPIRES_IN() view returns (uint256)
2592000
MINIMUM_AUTOCLOSE_IN_ETH() view returns (uint256)
500000000000000
VY_FEE() view returns (uint256)
20000000000000000
getNonce() view returns (uint256)
57
getRegistrar() view returns (address)
0x96129af7c0183ef62d7e70b12bcc006d00c3de5f
Read-only
estimateTradeOffer(uint256 id, address seller, uint256 quantity) view returns (struct VETHP2PTradeOfferCalcInfo)
getOffer(uint256 id, address seller) view returns (struct VETHP2POffer)
State-modifying
Events closeOffer(address seller, uint256 id)
closeOffer(uint256 id)
createOffer(uint8 tradingPair, uint256 quantity, uint256 price) payable
createOffer(uint8 tradingPair, uint256 quantity, uint256 price, uint8 v, bytes32 r, bytes32 s) payable
revokeBackendAgent(address _agent)
setBackendAgent(address _agent)
tradeOffer(uint256 id, address seller, uint256 quantity) payable returns (struct VETHP2PTradeOfferCalcInfo)
tradeOffer(uint256 id, address seller, uint256 quantity, uint8 v, bytes32 r, bytes32 s) payable returns (struct VETHP2PTradeOfferCalcInfo)
updateAddresses()
CloseOffer(uint256 id, uint256 timestamp)
CreateOffer(uint256 id, address seller, uint8 tradingPair, uint256 quantity, uint256 price, uint256 expiresAt, uint256 timestamp)
RevokeBackendAgent(address agent)
SetBackendAgent(address agent)
TradeOffer(uint256 id, address buyer, uint256 sellerQuantity, uint256 buyerQuantity, uint256 unfilledQuantity, uint256 timestamp)
constructor(address registrarAddress, address ethComptrollerAddress_, address[] backendAdminAgents, address[] backendAgents)
This contract contains no fallback and receive objects.
This contract contains no error objects.