BitEyeExchange
Verified contract
Active on
Ethereum with 385 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,806.14)
Native
Value
$4,795.69
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.221904 | $3,924.77 |
$4,795.69 | |
NEXO | ERC-20 | 7.06 | $1.48 |
$10.45 | |
BEY | ERC-20 | 900.13601M | -- | -- | |
QPAY | ERC-20 | 5M | -- | -- | |
KICK | ERC-20 | 889.111207K | -- | -- | |
XRT | ERC-20 | 28.5K | -- | -- | |
ZXC | ERC-20 | 23K | -- | -- | |
PKG | ERC-20 | 3.358634K | -- | -- | |
KIN | ERC-20 | 3.352557K | -- | -- | |
WT | ERC-20 | 3.226782K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9675422 | 5 years ago | | | 0 | 0.00016852000 | |
| 9675394 | 5 years ago | | | 0 | 0.000063000000 | |
| 8015219 | 5 years ago | | | 0 | 0.0022931520 | |
| 7800505 | 6 years ago | | | 0 | 0.00026102400 | |
| 7800497 | 6 years ago | | | 0 | 0.00026025600 | |
| 7469274 | 6 years ago | | | 0 | 0.00021234000 | |
| 7438374 | 6 years ago | | | 0 | 0.00023944800 | |
| 7438312 | 6 years ago | | | 0 | 0.00015045200 | |
| 7426226 | 6 years ago | | | 0 | 0.00028408444 | |
| 7426201 | 6 years ago | | | 0 | 0.00032006216 |
ABI
ABI objects
Getter at block 21415724
BEY() view returns (address)
0x66e5dbc7fece1d31eb60af8cfa0563ec0d1a81bd
feeAccount() view returns (address)
0x6f56cc5a19bd3bff23c7cab0120a77a514f2414d
owner() view returns (address)
0xbbbce6a05d4fb741e435583217e06393518d8083
paused() view returns (bool)
false
teamClaimed() view returns (uint256)
0
teamLocked() view returns (uint256)
300000000000000000000000000
totalForMining() view returns (uint256)
600000000000000000000000000
unmined() view returns (uint256)
599998939269161360000000000
Read-only
balanceOf(address token, address user) view returns (uint256)
balances(address, address) view returns (uint256)
cancels(address) view returns (uint256)
getMiningRate(address _quoteToken) view returns (uint256)
isValidSignature(address signer, bytes32 hash, uint8 v, bytes32 r, bytes32 s) pure returns (bool)
mined(address) view returns (uint256)
miningRate(address) view returns (uint256)
orderFills(bytes32) view returns (uint256)
signers(address) view returns (bool)
traded(bytes32) view returns (bool)
withdraws(bytes32) view returns (bool)
State-modifying
Events addSigner(address _signer)
cancel(address baseToken, address quoteToken, address user, uint256 volume, uint256 fund, uint256 nonce, uint8 v, bytes32 r, bytes32 s) returns (bool)
claim() returns (bool)
claimByTeam() returns (bool)
deposit() payable
depositToken(address token, uint256 amount)
removeSigner(address _signer)
setBEY(address _addr)
setFeeAccount(address _newFeeAccount)
setMiningRate(address _quoteToken, uint256 _rate)
setPaused(bool _paused)
trade(address[5] addrs, uint256[11] vals, uint8[3] v, bytes32[6] rs) returns (bool)
transferOwnership(address _newOwner)
updateCancels(address user, uint256 nonce)
withdraw(address token, uint256 amount, uint256 nonce, address _signer, uint8 v, bytes32 r, bytes32 s)
Cancel(address user, bytes32 orderHash, uint256 nonce)
Claim(address user, uint256 amount)
Deposit(address token, address user, uint256 amount, uint256 balance)
Trade(address baseToken, address quoteToken, uint256 volume, uint256 fund, uint256 nonce, address buyer, address seller)
Withdraw(address token, address user, uint256 amount, uint256 balance)
constructor(address _feeAccount)
fallback()
This contract contains no error objects.