Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($311,194.57)
Native
Value
$308,084
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 91.768412 | $3,357.19 |
$308,084 | |
HOT | ERC-20 | 618.356443K | $0.002435 |
$1,505.98 | |
BITO | ERC-20 | 4K | $0.072189 |
$288.76 | |
VERI | ERC-20 | 11.32072 | $20.54 |
$232.53 | |
NCT | ERC-20 | 8.05K | $0.023236 |
$187.05 | |
NEXO | ERC-20 | 134.235934 | $1.35 |
$181.22 | |
BAT | ERC-20 | 603.509125 | $0.255357 |
$154.11 | |
0x89d2…0359 | ERC-20 | 5.967211 | $17.59 |
$104.96 | |
POWR | ERC-20 | 350.937248 | $0.273707 |
$96.05 | |
ZRX | ERC-20 | 197.1078 | $0.478463 |
$94.31 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21212521 | 6 days ago | | | 0 | 0.00039140265 | |
| 20728842 | 2 months ago | | | 0 | 0.00018211560 | |
| 20639753 | 3 months ago | | | 0 | 0.000079080600 | |
| 19105007 | 10 months ago | | | 0 | 0.0013106513 | |
| 17625713 | a year ago | | | 0 | 0.0036385768 | |
| 17625694 | a year ago | | | 0 | 0.0056412250 | |
| 17625687 | a year ago | | | 0 | 0.0041244590 | |
| 17433137 | a year ago | | | 0 | 0.0044722566 | |
| 17433137 | a year ago | | | 0 | 0.0036993258 | |
| 16661598 | 2 years ago | | | 0 | 0.0018663388 |
ABI
ABI objects
Getter at block 21257498
joyToken() view returns (address)
0xdde12a12a6f67156e0da672be05c374e1b0a3e57
joysoWallet() view returns (address)
0x3a6386e7701bf9c0d5b983d5e0bcec78331749d9
lockPeriod() view returns (uint256)
2592000
owner() view returns (address)
0x3a6386e7701bf9c0d5b983d5e0bcec78331749d9
tradeEventEnabled() view returns (bool)
true
userCount() view returns (uint256)
1732
Read-only
getBalance(address token, address account) view returns (uint256)
isAdmin(address) view returns (bool)
orderFills(bytes32) view returns (uint256)
tokenAddress2Id(address) view returns (uint256)
tokenId2Address(uint256) view returns (address)
usedHash(bytes32) view returns (bool)
userAddress2Id(address) view returns (uint256)
userId2Address(uint256) view returns (address)
userLock(address) view returns (uint256)
userNonce(address) view returns (uint256)
State-modifying
Events addToAdmin(address admin, bool isAdd)
cancelByAdmin(uint256[] inputs)
changeLockPeriod(uint256 periodInDays)
collectFee(address token)
depositEther() payable
depositToken(address token, uint256 amount)
lockMe()
matchByAdmin_TwH36(uint256[] inputs)
matchTokenOrderByAdmin_k44j(uint256[] inputs)
migrateByAdmin_DQV(uint256[] inputs)
registerToken(address tokenAddress, uint256 index)
setTradeEventEnabled(bool enabled)
transferForAdmin(address token, address account, uint256 amount)
transferOwnership(address newOwner)
unlockMe()
withdraw(address token, uint256 amount)
withdrawByAdmin_Unau(uint256[] inputs)
Deposit(address token, address user, uint256 amount, uint256 balance)
Lock(address user, uint256 timeLock)
NewUser(address user, uint256 id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TradeSuccess(address user, uint256 baseAmount, uint256 tokenAmount, bool isBuy, uint256 fee)
Withdraw(address token, address user, uint256 amount, uint256 balance)
constructor(address _joysoWallet, address _joyToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.