UniLayerLimitOrder
Verified contract
Active on
Ethereum with 1,614 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,070.52)
Native
Value
$1,796.21
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.505933 | $3,550.30 |
$1,796.21 | |
TVK | ERC-20 | 1.548294K | $0.130366 |
$201.84 | |
SWAP | ERC-20 | 228.082 | $0.141332 |
$32.24 | |
LAYER | ERC-20 | 501.397908 | $0.039611 |
$19.86 | |
TEN | ERC-20 | 500 | $0.024657 |
$12.33 | |
SALT | ERC-20 | 663.845869 | $0.005167 |
$3.43 | |
LKR | ERC-20 | 3.99896K | $0.000816 |
$3.26 | |
OMG | ERC-20 | 1.85 | $0.462662 |
$0.86 | |
YLD | ERC-20 | 300 | $0.001233 |
$0.37 | |
PETS | ERC-20 | 1.127K | $0.000103 |
$0.12 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14005465 | 3 years ago | | | 0 | 0.016407776 | |
| 13584872 | 3 years ago | | | 0.033 | 0.058470480 | |
| 13550694 | 3 years ago | | | 0 | 0.015921696 | |
| 13531524 | 3 years ago | | | 0.23315731 | 0.079338405 | |
| 13531501 | 3 years ago | | | 0 | 0.015647112 | |
| 13528281 | 3 years ago | | | 0 | 0.011768768 | |
| 13526808 | 3 years ago | | | 0.062861905 | 0.084352283 | |
| 13523729 | 3 years ago | | | 0 | 0.0096289920 | |
| 13523675 | 3 years ago | | | 0.46246722 | 0.055142808 | |
| 13523065 | 3 years ago | | | 0.32902597 | 0.042130382 |
ABI
ABI objects
Getter at block 21287429
EXECUTOR_FEE() view returns (uint256)
33000000000000000
STAKE_FEE() view returns (uint256)
2
STAKE_PERCENTAGE() view returns (uint256)
92
getOrdersLength() view returns (uint256)
30
ordersNum() view returns (uint256)
788
owAddress() view returns (address)
0xc56de69ec711d6e4a48283c346b1441f449eca5a
owner() view returns (address)
0xa6a7cfcfefe8f1531fc4176703a81f570d50d6b5
stakeAddress() view returns (address)
0xfe56e974c1c85e9351325fb2d62963a022ad624f
uniswapV2Factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
calculatePaymentETH(uint256 ethValue) view returns (uint256 valueEth, uint256 stake, uint256 executorFee, uint256 total)
getOrderIdForAddress(address _address, uint256 index) view returns (uint256)
getOrdersForAddressLength(address _address) view returns (uint256)
orderBook(uint256) view returns (uint8 orderState, uint8 orderType, address traderAddress, address assetIn, address assetOut, uint256 assetInOffered, uint256 assetOutExpected, uint256 executorFee, uint256 stake, uint256 id, uint256 ordersI)
orders(uint256) view returns (uint256)
State-modifying
Events cancelOrder(uint256 orderId)
createOrder(uint8 orderType, address assetIn, address assetOut, uint256 assetInOffered, uint256 assetOutExpected, uint256 executorFee) payable
executeOrder(uint256 orderId) returns (uint256[])
renounceOwnership()
setNewExecutorFee(uint256 _EXECUTOR_FEE)
setNewOwAddress(address _owAddress)
setNewStakeAddress(address _stakeAddress)
setNewStakeFee(uint256 _STAKE_FEE)
setNewStakePercentage(uint256 _STAKE_PERCENTAGE)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
logOrderCancelled(uint256 id, address traderAddress, address assetIn, address assetOut, uint256 refundETH, uint256 refundToken)
logOrderCreated(uint256 id, uint8 orderState, uint8 orderType, address traderAddress, address assetIn, address assetOut, uint256 assetInOffered, uint256 assetOutExpected, uint256 executorFee)
logOrderExecuted(uint256 id, address executor, uint256[] amounts)
constructor(address _uniswapV2Router)
receive()
This contract contains no error objects.