TradeEngine
Verified contract
Active on
Ethereum with 10 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TradeEngine"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10562506 | 4 years ago | | | 0 | 0.0016827600 | |
| 10562505 | 4 years ago | | | 0 | 0.0017387400 | |
| 10449392 | 4 years ago | | | 0 | 0.0011218400 | |
| 10449391 | 4 years ago | | | 0 | 0.00099116000 | |
| 10449372 | 4 years ago | | | 0 | 0.00088892000 | |
| 10449360 | 4 years ago | | | 0 | 0.00099116000 | |
| 10449338 | 4 years ago | | | 0 | 0.0017591600 | |
| 10449332 | 4 years ago | | | 0 | 0.0026084400 | |
| 10449329 | 4 years ago | | | 0 | 0.0017072400 | |
| 10449327 | 4 years ago | | | 0 | 0.0017402000 |
ABI
ABI objects
Getter at block 21423575
admin() view returns (address)
0x12559b3ee73081620d4c4c09e44c37c7e3a69afc
bnsAddress() view returns (address)
0xd996035db82cae33ba1f16fdf23b816e5e9faabb
discount() view returns (uint256)
2500000000
discountLockTill() view returns (uint256)
1626151311
fee() view returns (uint256)
25
feeAccount() view returns (address)
0x204ec78cd5f6b6602bd2f56794cf09a0b5169b73
flag() view returns (uint256)
0
scLock() view returns (bool)
false
usdt() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
Read-only
amountFilled(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address user) view returns (uint256)
availableVolume(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address user) view returns (uint256)
balanceOf(address token, address user) view returns (uint256 balance)
dontTakeFeeInBns(address) view returns (bool)
orderFills(address, bytes32) view returns (uint256)
orders(address, bytes32) view returns (bool)
rateToken(address) view returns (uint256)
testTrade(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address user, uint256 amount, address sender) view returns (bool)
tokens(address, address) view returns (uint256)
State-modifying
Events becomeAdmin()
cancelOrder(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce)
changeAdmin(address admin_)
deductFee(address payer, address token, uint256 amount) returns (bool res)
deposit() payable
depositToken(address token, uint256 amount)
order(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce)
orderBNS(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address customerAddress) returns (bool success)
setAddresses(address usdt1, address feeAccount1)
setDiscount()
setFeePercent(uint256 fee1)
setLock()
setRateToken(address[] token, uint256[] rate)
setbnsAddress(address _add)
toggleTakingBnsAsFee()
trade(address tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address user, uint256 amount)
withdraw(uint256 amount)
withdrawToken(address token, uint256 amount)
Cancel(address indexed tokenGet, uint256 amountGet, address indexed tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address indexed user)
DeductFee(address indexed payer, address indexed token, uint256 amount)
Deposit(address indexed token, address indexed user, uint256 amount, uint256 balance)
Order(address indexed tokenGet, uint256 amountGet, address indexed tokenGive, uint256 amountGive, uint256 expires, uint256 nonce, address indexed user)
Trade(address indexed tokenGet, uint256 amountGet, address tokenGive, uint256 amountGive, address indexed get, address indexed give)
Withdraw(address indexed token, address indexed user, uint256 amount, uint256 balance)
constructor()
fallback()
This contract contains no error objects.