TubeChief
Verified contract
Active on
Ethereum with 155,542 txns
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 |
---|---|---|---|---|---|
TUBE2 | ERC-20 | 827.497706 | -- | -- | |
ETUBE1 | ERC-20 | 194.976316 | -- | -- | |
TUBE2-LP | ERC-20 | 59.95139 | -- | -- | |
TUBE2-LP | ERC-20 | 32.263912 | -- | -- | |
TUBE2-LP | ERC-20 | 12.620276 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20870039 | a month ago | | | 0 | 0.00059721386 | |
| 20733254 | 2 months ago | | | 0 | 0.00012431483 | |
| 19968849 | 5 months ago | | | 0 | 0.0012083508 | |
| 17555097 | a year ago | | | 0 | 0.0016729629 | |
| 17555094 | a year ago | | | 0 | 0.0016729629 | |
| 17555082 | a year ago | | | 0 | 0.0013255651 | |
| 17498092 | a year ago | | | 0 | 0.00072822272 | |
| 16889420 | 2 years ago | | | 0 | 0.0014349134 | |
| 16889399 | 2 years ago | | | 0 | 0.0012016994 | |
| 15197955 | 2 years ago | | | 0 | 0.00019016807 |
ABI
ABI objects
Getter at block 21158023
devaddr() view returns (address)
0x638187c88f341488e9edff83750ad3a34c7ca636
lotaddr() view returns (address)
0x6ca45993fd7271bc44030bafc4ff1a575a03e4f2
owner() view returns (address)
0xbeccc99c38cdb6acf5ae43f6a1b4b0dc8d8c13d2
poolLength() view returns (uint256)
5
tube() view returns (address)
0xda86006036540822e0cd2861dbd2fd7ff9caa0e8
Read-only
getAccTokenInfo(uint256 poolId) view returns (uint256)
getExMintable(uint256 poolId, bool is_dev) view returns (uint256)
getPidByLpToken(address _lpTokenAddress) view returns (uint256[])
getUserReward(uint256 poolId) view returns (uint256, uint256, uint256, uint256, uint256)
pools(uint256) view returns (address lpTokenAddress, uint256 rewardPerBlock, uint256 lastBlockNo, uint256 lastDevBlockNo, uint256 lastLotBlockNo, uint256 accLpStaked, uint256 accLastBlockNo, uint256 multiplier, uint256 accTokenPerShare, bool locked, bool finished)
users(address, uint256) view returns (uint256 lpStaked, uint256 rewardDebt, uint256 lastClaimBlock)
State-modifying
Events claim(uint256 poolId, uint256 amount)
createPool(address _lpTokenAddress, uint256 _rewardPerBlock, uint256 _multiplier)
emergencyCollectEth(uint256 amount)
emergencyCollectToken(address token, uint256 amount)
stake(uint256 poolId, uint256 amount)
transferCompany(address new_owner)
transferDev(uint256 poolId)
transferLottery(uint256 poolId)
updateDevAddr(address _address)
updateLotAddr(address _address)
updatePool(uint256 poolId, uint256 _rewardPerBlock, uint256 _multiplier, bool _locked)
updatePoolFinish(uint256 poolId, bool _finished)
Claim(uint256 poolId, uint256 amount, uint256 claimable)
CreatePool(address lpTokenAddress, uint256 rewardPerBlock, uint256 poolId)
TransferCompany(address old_owner, address new_owner)
UpdatePool(uint256 poolId, uint256 rewardPerBlock, uint256 multiplier, bool locked)
constructor(address _tube, address _devaddr, address _lotaddr)
fallback()
This contract contains no error objects.