Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($139,165.11)
Native
Value
$139,088.56
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 43.552415 | $3,193.59 |
$139,088.56 | |
TKP | ERC-20 | 100 | $0.697076 |
$69.71 | |
CCS | ERC-20 | 5 | $0.798205 |
$3.99 | |
CAT | ERC-20 | 106.237017K | $0.000024 |
$2.53 | |
BNB | ERC-20 | 0.00026 | $631.46 |
$0.16 | |
TRXC | ERC-20 | 1.281M | $0.00 |
$0.16 | |
OMG | ERC-20 | 0.0119 | $0.277214 |
$0 | |
ELEC | ERC-20 | 10.776363 | $0.000175 |
$0 | |
SWAT | ERC-20 | 30.541K | $0.00 |
$0 | |
FUEL | ERC-20 | 6 | $0.000113 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18790288 | a year ago | | | 0 | 0.0019613804 | |
| 18155198 | a year ago | | | 0 | 0.00037609942 | |
| 18155183 | a year ago | | | 0 | 0.0018983587 | |
| 18155115 | a year ago | | | 0 | 0.00039890697 | |
| 15959567 | 2 years ago | | | 0 | 0.00033951011 | |
| 15097608 | 2 years ago | | | 0 | 0.0020254804 | |
| 15097593 | 2 years ago | | | 0 | 0.0028133085 | |
| 15097553 | 2 years ago | | | 0.001 | 0.0015692372 | |
| 15097265 | 2 years ago | | | 0.001 | 0.0029475225 | |
| 15097255 | 2 years ago | | | 0.01 | 0.0025633945 |
ABI
ABI objects
Getter at block 21160841
BUY() view returns (uint256)
1
ETH_SIGN_TYPED_DATA_ARGHASH() view returns (bytes32)
0x3da4a05d8449a7bc291302cce8a490cf367b98ec37200076c3f13f1f2308fd74
FEE_MUL() view returns (uint256)
1000000
MAX_EXPIRE_DELAY() view returns (uint256)
600
MAX_FEE() view returns (uint256)
5000
PRICE_MUL() view returns (uint256)
1000000000000000000
SELL() view returns (uint256)
0
expireDelay() view returns (uint256)
300
feeCollector() view returns (address)
0x8a1ff1f8a84c78d89cbc3d2fd4e6442e68af4a9b
makeFee() view returns (uint256)
0
owner() view returns (address)
0x8a1ff1f8a84c78d89cbc3d2fd4e6442e68af4a9b
paused() view returns (bool)
false
signer() view returns (address)
0xf2c24291897fbe28fed3c65cf6cf5a1c1b4e484e
takeFee() view returns (uint256)
2500
Read-only
balances(address) view returns (uint256)
coeffs(address) view returns (uint8 coeff, uint128 expire)
filled(address, uint256) view returns (uint256)
getPack(uint8 _coeff, uint128 _duration) view returns (uint256)
packs(uint256) view returns (uint256)
tokens(address, address) view returns (uint256)
trades(address, uint256) view returns (bool)
State-modifying
Events addPack(uint8 _coeff, uint128 _duration, uint256 _price)
buyPack(uint8 _coeff, uint128 _duration) payable
cancel(uint8 _order, address _token, uint256 _nonce, uint256 _price, uint256 _amount, uint256 _expire, uint256 _v, bytes32 _r, bytes32 _s)
delPack(uint8 _coeff, uint128 _duration)
depositEther() payable
depositToken(address _token, uint256 _amount)
pause()
setCoeff(uint8 _coeff, uint128 _expire, uint8 _v, bytes32 _r, bytes32 _s)
setExpireDelay(uint256 _expireDelay)
setFeeCollector(address _addr)
setMakeFee(uint256 _makeFee)
setSigner(address _addr)
setTakeFee(uint256 _takeFee)
trade(uint256[] _nums, address[] _addrs, bytes32[] _rss)
transferOwnership(address newOwner)
unpause()
withdrawEther(uint256 _amount)
withdrawToken(address _token, uint256 _amount)
Cancel(uint8 order, address owner, uint256 nonce, address token, uint256 price, uint256 amount)
DepositEther(address user, uint256 amount, uint256 total)
DepositToken(address user, address token, uint256 amount, uint256 total)
NewFeeCoeff(address user, uint8 coeff, uint128 expire, uint256 price)
NewMakeFee(uint256 makeFee)
NewTakeFee(uint256 takeFee)
NotEnoughEther(address owner, uint256 shouldHaveAmount, uint256 actualAmount)
NotEnoughTokens(address owner, address token, uint256 shouldHaveAmount, uint256 actualAmount)
Order(address orderOwner, uint256 orderNonce, uint256 orderPrice, uint256 tradeTokens, uint256 orderFilled, uint256 orderOwnerFinalTokens, uint256 orderOwnerFinalEther, uint256 fees)
Pause()
Trade(address trader, uint256 nonce, uint256 trade, address token, uint256 traderFinalTokens, uint256 traderFinalEther)
Unpause()
WithdrawEther(address user, uint256 amount, uint256 total)
WithdrawToken(address user, address token, uint256 amount, uint256 total)
constructor(address _signer)
fallback()
This contract contains no error objects.