R1Exchange
Verified contract
Active on
Ethereum with 420 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($788.31)
Native
Value
$778.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.311971 | $2,494.24 |
$778.13 | |
POWR | ERC-20 | 30.355347 | $0.200748 |
$6.09 | |
SNT | ERC-20 | 105.709927 | $0.02335 |
$2.47 | |
LOOM | ERC-20 | 14.486417 | $0.049058 |
$0.71 | |
MANA | ERC-20 | 2.5 | $0.283468 |
$0.71 | |
OMG | ERC-20 | 0.541516 | $0.230277 |
$0.12 | |
ENG | ERC-20 | 3.372384 | $0.008929 |
$0.03 | |
CND | ERC-20 | 79.29629 | $0.000351 |
$0.03 | |
Rating | ERC-20 | 136.470118 | $0.00006 |
$0.01 | |
IHT | ERC-20 | 62.780128 | $0.000054 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6277253 | 6 years ago | | | 0 | 0.00028308800 | |
| 6277251 | 6 years ago | | | 0 | 0.00020339200 | |
| 6277080 | 6 years ago | | | 0 | 0.00062230700 | |
| 6277074 | 6 years ago | | | 0 | 0.00017752000 | |
| 6277071 | 6 years ago | | | 0 | 0.00024725400 | |
| 6244516 | 6 years ago | | | 0 | 0.00086112000 | |
| 6196778 | 6 years ago | | | 0 | 0.00053646600 | |
| 6196718 | 6 years ago | | | 0 | 0.00021502400 | |
| 6192875 | 6 years ago | | | 0 | 0.00062225600 | |
| 6192774 | 6 years ago | | | 0 | 0.0011064870 |
ABI
ABI objects
Getter at block 21091285
applyWait() view returns (uint256)
604800
feeRate() view returns (uint256)
1
owner() view returns (address)
0xfe2d982f5b8f7281dd665f153a1b9f5bd64645e7
withdrawEnabled() view returns (bool)
false
Read-only
admins(address) view returns (bool)
applyList(address, address) view returns (uint256)
balanceOf(address token, address user) 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) pure returns (bytes32)
latestApply(address, address) view returns (uint256)
orderFilled(address, bytes32) view returns (uint256)
tokenList(address, address) view returns (uint256)
withdrawAllowance(address, address) view returns (uint256)
withdrawn(bytes32) view returns (bool)
State-modifying
Events adminWithdraw(address[3] addresses, uint256[3] values, uint8 v, bytes32 r, bytes32 s)
applyWithdraw(address token, uint256 amount)
approveWithdraw(address token, address user)
batchTrade(address[11][] addresses, uint256[11][] values, uint8[2][] v, bytes32[2][] r, bytes32[2][] s)
changeFeeRate(uint256 fr)
changeLockTime(uint256 lock)
deposit() payable
depositToken(address token, uint256 amount)
enableWithdraw(bool enabled)
refund(address user, address[] tokens)
setAdmin(address admin, bool isAdmin)
setFeeAccount(address acc, bool asFee)
trade(address[11] addresses, uint256[11] values, uint8[2] v, bytes32[2] r, bytes32[2] s)
transferOwnership(address newOwner)
withdraw(address token, uint256 amount)
withdrawNoLimit(address token, uint256 amount)
ApplyWithdraw(address indexed token, address indexed user, uint256 amount, uint256 time)
Deposit(address indexed token, address indexed user, uint256 amount, uint256 balance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed token, address indexed user, uint256 amount, uint256 balance)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.