Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ITC | ERC-20 | 536.83 | -- | -- | |
CBTV | ERC-20 | 417.6 | -- | -- | |
BINK | ERC-20 | 5.001 | -- | -- | |
ERC20 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7213189 | 6 years ago | | | 0 | 0.00011500800 | |
| 7213183 | 6 years ago | | | 0.1 | 0.000091458000 | |
| 7213159 | 6 years ago | | | 0 | 0.00010729800 | |
| 7213156 | 6 years ago | | | 0 | 0.00010729800 | |
| 7210769 | 6 years ago | | | 0 | 0.00010729800 | |
| 7210578 | 6 years ago | | | 0 | 0.00011500800 | |
| 7210568 | 6 years ago | | | 0 | 0.00016798500 | |
| 7210523 | 6 years ago | | | 0.1 | 0.000091458000 | |
| 7210509 | 6 years ago | | | 0 | 0.00017883000 | |
| 7210000 | 6 years ago | | | 0 | 0.00017883000 |
ABI
ABI objects
Getter at block 21168425
ETH_BLK_MULTIPLIER() view returns (uint256)
1000
accountCost() view returns (address)
0x19350aa51f45965b783ec8e40538d4b88d24698a
amountEthToBuyBLK() view returns (uint256)
8753241028231423139330
contractBLK() view returns (address)
0x296ef409c3d266f40b2f8b1092596d7b5633d93d
contractBiLinkExchange() view returns (address)
0x4acbad9064c1a248ff73b1855613c16d9f5894b4
contractBiLinkLoan() view returns (address)
0xffd883e94f7a3700aaf81a411bd164ad27acc656
contractLoanLogic() view returns (address)
0xaea870ca4ad2ee820050124a7580e78176d9c806
contractMarketData() view returns (address)
0x611ce695290729805e138c9c14dbddf132e76de3
getRemainBuyBLKAmount() view returns (uint256)
8753241028231423139330
isLegacy() view returns (bool)
false
owner() view returns (address)
0xe4e3627034a97b75d899ee7525d446bf2d42ad66
priceBLK() view returns (uint256)
1000000000000000
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 account, 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.