Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11,523.36)
Native
Value
$11,523.36
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.637793 | $3,167.68 |
$11,523.36 | |
KICK | ERC-20 | 888.888K | -- | -- | |
betbeb.com | ERC-20 | 88.888K | -- | -- | |
BEB | ERC-20 | 66.688K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9292978 | 5 years ago | | | 0 | 0.0075817600 | |
| 9292941 | 5 years ago | | | 0.1 | 0.00031875200 | |
| 9182638 | 5 years ago | | | 0 | 0.00083984000 | |
| 8991106 | 5 years ago | | | 0 | 0.0011752320 | |
| 8991104 | 5 years ago | | | 0 | 0.00099523200 | |
| 8977319 | 5 years ago | | | 0 | 0.0011752320 | |
| 8974005 | 5 years ago | | | 0 | 0.0013720000 | |
| 8968575 | 5 years ago | | | 0 | 0.00093208800 | |
| 8968573 | 5 years ago | | | 0 | 0.0012936240 | |
| 8958323 | 5 years ago | | | 0 | 0.00099600000 |
ABI
ABI objects
Getter at block 21200927
EtmTokenAddress() view returns (address)
0x0000000000000000000000000000000000000000
feeAccount() view returns (address)
0x95445852148540acb6fcb9e39856d15f1c416381
fistFuturesContract() view returns (address)
0x0c74f22130c985fa02e7105d6095fb782e9eb08c
getInactivityReleasePeriod() view returns (uint256)
500
inactivityReleasePeriod() view returns (uint256)
500
makerFee() view returns (uint256)
0
owner() view returns (address)
0x95445852148540acb6fcb9e39856d15f1c416381
takerFee() view returns (uint256)
2000000000000000
Read-only
admins(address) view returns (bool)
availableBalanceOf(address token, address user) view returns (uint256)
balanceOf(address token, address user) view returns (uint256)
balances(address, address) view returns (uint256)
futuresContracts(address) view returns (bool)
futuresContractsAddedBlock(address) view returns (uint256)
getMakerTakerBalances(address token, address maker, address taker) view returns (uint256[4])
getReserve(address token, address user) view returns (uint256)
getUserBalances(address token, address user) view returns (uint256[2])
lastActiveTransaction(address) view returns (uint256)
orderFills(bytes32) view returns (uint256)
userAllowedFuturesContracts(address, address) view returns (bool)
userFirstDeposits(address) view returns (uint256)
withdrawn(bytes32) view returns (bool)
State-modifying
Events addBalanceAddReserve(address token, address user, uint256 addBalance, uint256 addReserve) returns (bool)
addBalanceSubReserve(address token, address user, uint256 addBalance, uint256 subReserve) returns (bool)
adminWithdraw(address token, uint256 amount, address user, uint256 nonce, uint8 v, bytes32 r, bytes32 s, uint256 feeWithdrawal) returns (bool success)
allowFuturesContractForUser(address futuresContract, address user, uint8 v, bytes32 r, bytes32 s)
assert(bool assertion)
batchAdminWithdraw(address[] token, uint256[] amount, address[] user, uint256[] nonce, uint8[] v, bytes32[] r, bytes32[] s, uint256[] feeWithdrawal)
batchOrderTrade(uint8[2][] v, bytes32[4][] rs, uint256[8][] tradeValues, address[6][] tradeAddresses)
cancelOrder(uint8[2] v, bytes32[4] rs, uint256[5] cancelValues, address[4] cancelAddresses)
decodeBalanceAndReserve(address token, address user) returns (uint256[2])
deposit() payable
depositForUser(address user) payable
depositToken(address token, uint128 amount)
depositToken(address token, uint128 amount, address user)
futuresContractAllowed(address futuresContract, address user) returns (bool)
getOwner() returns (address out)
safeAdd(uint256 a, uint256 b) returns (uint256)
safeMul(uint256 a, uint256 b) returns (uint256)
safeSub(uint256 a, uint256 b) returns (uint256)
setAdmin(address admin, bool isAdmin)
setBalance(address token, address user, uint256 amount) returns (bool success)
setFees(uint256 makerFee_, uint256 takerFee_)
setFuturesContract(address futuresContract, bool isFuturesContract)
setInactivityReleasePeriod(uint256 expiry) returns (bool success)
setOwner(address newOwner)
setReserve(address token, address user, uint256 amount) returns (bool success)
subBalanceAddReserve(address token, address user, uint256 subBalance, uint256 addReserve) returns (bool)
subBalanceSubReserve(address token, address user, uint256 subBalance, uint256 subReserve) returns (bool)
trade(uint8[2] v, bytes32[4] rs, uint256[8] tradeValues, address[6] tradeAddresses) returns (uint256 filledTakerTokenAmount)
userAllowFuturesContract(address futuresContract)
withdraw(address token, uint256 amount) returns (bool success)
AllowFuturesContract(address futuresContract, address user)
CancelOrder(bytes32 indexed cancelHash, bytes32 indexed orderHash, address indexed user, address tokenSell, uint256 amountSell, uint256 cancelFee)
Deposit(address indexed token, address indexed user, uint256 amount, uint256 balance)
FeeChange(uint256 indexed makerFee, uint256 indexed takerFee)
InactivityReleasePeriodChange(uint256 value)
LogAddress(uint8 id, address value)
LogBool(uint8 id, bool value)
LogError(uint8 indexed errorId, bytes32 indexed makerOrderHash, bytes32 indexed takerOrderHash)
LogUint(uint8 id, uint256 value)
SetFuturesContract(address futuresContract, bool isFuturesContract)
SetOwner(address indexed previousOwner, address indexed newOwner)
Trade(address takerTokenBuy, uint256 takerAmountBuy, address takerTokenSell, uint256 takerAmountSell, address maker, address indexed taker, uint256 makerFee, uint256 takerFee, uint256 makerAmountTaken, uint256 takerAmountTaken, bytes32 indexed makerOrderHash, bytes32 indexed takerOrderHash)
Withdraw(address indexed token, address indexed user, uint256 amount, uint256 balance, uint256 withdrawFee)
constructor(address feeAccount_, uint256 makerFee_, uint256 takerFee_, uint256 inactivityReleasePeriod_)
fallback()
This contract contains no error objects.