R1Exchange
Verified contract
Active on
Ethereum with 38,592 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($487,830.34)
Native
Value
$482,744.63
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 150.362909 | $3,210.53 |
$482,744.63 | |
TUSD | ERC-20 | 4.115148K | $1.00 |
$4,115.15 | |
0x89d2…0359 | ERC-20 | 50.251705 | $14.86 |
$746.74 | |
OMG | ERC-20 | 450.587394 | $0.282802 |
$127.43 | |
DENT | ERC-20 | 25.774501K | $0.001012 |
$26.07 | |
ABT | ERC-20 | 11.406751 | $1.61 |
$18.36 | |
KNC | ERC-20 | 31.685578 | $0.513973 |
$16.29 | |
BAT | ERC-20 | 77.541861 | $0.186373 |
$14.45 | |
NPXS | ERC-20 | 96.744997K | $0.000116 |
$11.17 | |
ELF | ERC-20 | 10.785815 | $0.378802 |
$4.09 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10914822 | 4 years ago | | | 0 | 0.0025510000 | |
| 10914816 | 4 years ago | | | 0 | 0.0025582000 | |
| 10860715 | 4 years ago | | | 0 | 0.0075250000 | |
| 10860701 | 4 years ago | | | 0 | 0.0077214000 | |
| 9832993 | 5 years ago | | | 0 | 0.00051528000 | |
| 9832993 | 5 years ago | | | 0 | 0.00051528000 | |
| 9832992 | 5 years ago | | | 0 | 0.00051528000 | |
| 9832991 | 5 years ago | | | 0 | 0.00051528000 | |
| 9832991 | 5 years ago | | | 0 | 0.00051528000 | |
| 9832991 | 5 years ago | | | 0 | 0.00051528000 |
ABI
ABI objects
Getter at block 21158351
applyWait() view returns (uint256)
86400
changeChannelEnabled() view returns (bool)
false
depositToEnabled() view returns (bool)
true
feeRate() view returns (uint256)
10
owner() view returns (address)
0xfe2d982f5b8f7281dd665f153a1b9f5bd64645e7
stop() view returns (bool)
false
transferEnabled() view returns (bool)
false
version() view returns (string)
2.0.0
withdrawEnabled() view returns (bool)
false
Read-only
admins(address) view returns (bool)
applyList(address, address, uint256) view returns (uint256)
balanceOf(address token, address user, uint256 channelId) view returns (uint256)
canceled(address, uint256) view returns (uint256)
feeAccounts(address) view returns (bool)
getOrderHash(address tokenBuy, uint256 amountBuy, address tokenSell, uint256 amountSell, address base, uint256 expires, uint256 nonce, address feeToken, address channelFeeAccount, uint256 channelId) view returns (bytes32)
latestApply(address, address, uint256) view returns (uint256)
orderFilled(address, bytes32) view returns (uint256)
tokenList(address, address, uint256) view returns (uint256)
withdrawAllowance(address, address, uint256) view returns (uint256)
withdrawn(bytes32) view returns (bool)
State-modifying
Events adminWithdraw(address[4] addresses, uint256[5] values, uint8 v, bytes32 r, bytes32 s)
applyWithdraw(address token, uint256 amount, uint256 channelId)
approveWithdraw(address token, address user, uint256 channelId)
batchCancel(address[] users, uint256[] nonces, uint256 channelId)
batchChangeChannel(address[] token, uint256[] amount, uint256 fromChannelId, uint256 toChannelId)
batchDepositTokenTo(address[] token, address[] to, uint256[] amount, uint256 channelId)
batchInnerTransfer(address[] token, address[] to, uint256[] amount, uint256 channelId)
batchTrade(address[13][] addresses, uint256[15][] values, uint8[2][] v, bytes32[2][] r, bytes32[2][] s)
changeChannel(address token, uint256 amount, uint256 fromChannelId, uint256 toChannelId)
changeFeeRate(uint256 fr)
changeLockTime(uint256 lock)
deposit(uint256 channelId) payable
depositTo(address to, uint256 channelId) payable
depositToken(address token, uint256 amount, uint256 channelId)
depositTokenTo(address token, address to, uint256 amount, uint256 channelId)
enableChangeChannel(bool enabled)
enableDepositTo(bool enabled)
enableTransfer(bool enabled)
enableWithdraw(bool enabled)
innerTransfer(address token, address to, uint256 amount, uint256 channelId)
refund(address user, address[] tokens, uint256[] channelIds)
setAdmin(address admin, bool isAdmin)
setFeeAccount(address acc, bool asFee)
stopTrade()
trade(address[13] addresses, uint256[15] values, uint8[2] v, bytes32[2] r, bytes32[2] s)
transferOwnership(address newOwner)
withdraw(address token, uint256 amount, uint256 channelId)
withdrawNoLimit(address token, uint256 amount, uint256 channelId)
ApplyWithdraw(address indexed token, address indexed user, uint256 amount, uint256 time, uint256 channelId)
ApproveWithdraw(address indexed token, address indexed user, uint256 channelId)
BatchCancel(uint256 count, uint256 channelId)
ChangeChannel(address indexed token, address indexed user, uint256 amount, uint256 fromChannelId, uint256 toChannelId)
Deposit(address indexed token, address indexed user, uint256 amount, uint256 balance, uint256 channelId)
DepositTo(address indexed token, address indexed from, address indexed user, uint256 amount, uint256 balance, uint256 channelId)
InnerTransfer(address indexed token, address indexed from, address indexed to, uint256 amount, uint256 balance, uint256 channelId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Trade(address indexed maker, address indexed taker, uint256 amount, uint256 makerFee, uint256 takerFee, uint256 makerNonce, uint256 takerNonce)
Withdraw(address indexed token, address indexed user, uint256 amount, uint256 balance, uint256 channelId)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.