Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x29c7…09af
Balances ($3.30)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BSWAP | ERC-20 | 7.860934 | $0.377492 |
$2.97 | |
BENTO | ERC-20 | 17.761776M | $0.00 |
$0.2 | |
BSX | ERC-20 | 1.001428 | $0.062803 |
$0.06 | |
WETH | ERC-20 | 0.000015 | $3,290.70 |
$0.05 | |
USDbC | ERC-20 | 0.022211 | $0.999432 |
$0.02 | |
USA | ERC-20 | 1 | $0.000764 |
$0 | |
toby | ERC-20 | 777 | $0.00 |
$0 | |
SNICK | ERC-20 | 2.4M | -- | -- | |
TPEG | ERC-20 | 14.963759K | -- | -- | |
NUNU | ERC-20 | 420.777778 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6834604 | a year ago | | | 0 | 1.1517155e-7 | |
| 6834588 | a year ago | | | 0 | 1.1801463e-7 | |
| 6826103 | a year ago | | | 0 | 0.000000008234505984 | |
| 6813147 | a year ago | | | 0 | 0.000000006365210607 | |
| 6813123 | a year ago | | | 0 | 0.000000003900371373 | |
| 6813026 | a year ago | | | 0 | 0.000000008919233109 | |
| 6811156 | a year ago | | | 0 | 0.000000005872628736 | |
| 6806095 | a year ago | | | 0 | 0.000000000452292000 | |
| 6806066 | a year ago | | | 0 | 0.000000000503338158 | |
| 6805704 | a year ago | | | 0 | 0.000000000189506304 |
ABI
ABI objects
Getter at block 22755991
TOTAL_REWARDS() view returns (uint256)
15000000000000000000000
operator() view returns (address)
0x000000000000000000000000000000000000dead
poolEndTime() view returns (uint256)
1700416800
poolStartTime() view returns (uint256)
1700330400
runningTime() view returns (uint256)
86400
tSharePerSecond() view returns (uint256)
475646870000000
totalAllocPoint() view returns (uint256)
100
treasury() view returns (address)
0x18fa2051ee6dd9c700379c5193e9201978052cf1
tshare() view returns (address)
0x29c7de5e93ac882a6011173cb8ec85f52d5709af
Read-only
getGeneratedReward(uint256 _fromTime, uint256 _toTime) view returns (uint256)
pendingShare(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 lastRewardTime, uint256 accTSharePerShare, bool isStarted, uint256 depositFee)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _token, bool _withUpdate, uint256 _lastRewardTime, uint256 depositFee)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
set(uint256 _pid, uint256 _allocPoint, uint256 depositFee)
setOperator(address _operator)
setTreasury(address _treasury)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
RewardPaid(address indexed user, uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _tshare, uint256 _poolStartTime, address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.