Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5.69)
Native
Value
$5.56
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00175 | $3,174.90 |
$5.56 | |
ELF | ERC-20 | 0.125942 | $0.370665 |
$0.05 | |
BAT | ERC-20 | 0.188 | $0.184433 |
$0.03 | |
LOC | ERC-20 | 0.185927 | $0.168667 |
$0.03 | |
ZRX | ERC-20 | 0.057016 | $0.353059 |
$0.02 | |
AE | ERC-20 | 0.032255 | $0.022675 |
$0 | |
SALT | ERC-20 | 0.054079 | $0.011549 |
$0 | |
IOST | ERC-20 | 2.60916 | -- | -- | |
GTO | ERC-20 | 0.5014 | -- | -- | |
TUSD | ERC-20 | 0.000021 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6605043 | 6 years ago | | | 0 | 0.0048785840 | |
| 6604980 | 6 years ago | | | 0 | 0.0010125440 | |
| 6604808 | 6 years ago | | | 0 | 0.0055351680 | |
| 6591593 | 6 years ago | | | 0 | 0.00064372800 | |
| 6591574 | 6 years ago | | | 0 | 0.00064372800 | |
| 6591512 | 6 years ago | | | 0 | 0.0012874560 | |
| 6591494 | 6 years ago | | | 3 | 0.00024388800 | |
| 6591485 | 6 years ago | | | 3 | 0.00036388800 | |
| 6591425 | 6 years ago | | | 0 | 0.00050523000 | |
| 6591406 | 6 years ago | | | 0 | 0.00096559200 |
ABI
ABI objects
Getter at block 21178501
ETH_BLK_MULTIPLIER() view returns (uint256)
1000
accountCost() view returns (address)
0x19350aa51f45965b783ec8e40538d4b88d24698a
amountEthToBuyBLK() view returns (uint256)
875122263683787
contractBLK() view returns (address)
0x296ef409c3d266f40b2f8b1092596d7b5633d93d
contractBiLinkExchange() view returns (address)
0xd38a448458bb261dc7a2ca8bf2a6e74edb0bd585
contractBiLinkLoan() view returns (address)
0xbdfcf8210ceca830f3c30ff6711571cc991fa92f
contractLoanLogic() view returns (address)
0xfd668532feffca0b708da8937070727ef8e474c9
contractMarketData() view returns (address)
0x611ce695290729805e138c9c14dbddf132e76de3
getRemainBuyBLKAmount() view returns (uint256)
875122263683787
isLegacy() view returns (bool)
false
owner() view returns (address)
0xe4e3627034a97b75d899ee7525d446bf2d42ad66
priceBLK() view returns (uint256)
10000000000000000
ratioProfit2BuyBLK() view returns (uint256)
50
ratioProfit2Cost() view returns (uint256)
20
Read-only
account2Token2Balance(address, address) view returns (uint256)
assuranceAccount2LastDepositTime(address) view returns (uint256)
getAvailableBalance(address _token, address _account) view returns (uint256)
getBalance(address _token, address _account) view returns (uint256, uint256)
getTokenAssuranceAccount(address _token) view returns (address)
getTokenAssuranceAmount(address _token) view returns (uint256)
token2AssuranceAccount(address) view returns (address)
token2ProfitShare(address) view returns (uint256)
State-modifying
Events depositEther() payable
depositFromUserMigration(address _account) payable
depositToken(address _token, uint256 _amount)
depositTokenFromUserMigration(address _token, uint256 _amount, address _account)
distributeEthProfit(address _profitMaker, uint256 _amount)
distributeTokenProfit(address _profitMaker, address _token, uint256 _amount)
migrateFund(address _newContract, address[] _tokens)
modifyBalance(address _account, address _token, uint256 _amount, bool _addOrSub)
sellBLK(uint256 _amountBLK)
setRatioProfit2BuyBLK(uint256 _ratio)
setRatioProfit2Cost(uint256 _ratio)
setThisContractAsLegacy()
setTokenAssuranceAccount(address _token, address _account)
shareProfit(address _token)
tokenFallback(address _sender, uint256 _amount, bytes _data) returns (bool ok)
transferOwnership(address newOwner)
withdrawEther(uint256 _amount)
withdrawToken(address _token, uint256 _amount)
OnDeposit(address token, address account, uint256 amount, uint256 balance, uint256 timestamp)
OnFundsMigrated(address account, address newContract, uint256 timestamp)
OnSellBLK(address account, uint256 amount, uint256 timestamp)
OnShareProfit(address token, uint256 amount, uint256 timestamp)
OnWithdraw(address token, address account, uint256 amount, uint256 balance, uint256 timestamp)
constructor(address _owner, address _contractBLK, address _contractBiLinkLoan, address _contractLoanLogic, address _contractBiLinkExchange, address _contractMarketData, address _accountCost, uint256 _ratioProfit2Cost, uint256 _ratioProfit2BuyBLK, uint256 _priceBLK)
This contract contains no fallback and receive objects.
This contract contains no error objects.