Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7d1b…1ac8
Balances ($738.36)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOSHI | ERC-20 | 2.763282M | $0.000249 |
$687.28 | |
DOG | ERC-20 | 4.324618K | $0.006094 |
$26.35 | |
toby | ERC-20 | 295.775424M | $0.00 |
$13.9 | |
USDbC | ERC-20 | 9.9 | $1.001 |
$9.91 | |
BENTO | ERC-20 | 46.90444M | $0.00 |
$0.42 | |
LUNE | ERC-20 | 36 | $0.003678 |
$0.13 | |
BASED | ERC-20 | 2.410644 | $0.047949 |
$0.12 | |
WGC | ERC-20 | 200 | $0.000329 |
$0.07 | |
BOOMER | ERC-20 | 6.9 | $0.009471 |
$0.07 | |
PEEZY | ERC-20 | 4.2 | $0.008001 |
$0.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x746f7368 | 18329139 | 3 months ago | | | 0 | 0.000000072472819946 | |
| 2964293 | a year ago | | | 0 | 0.000000000056557922 | |
| 2957059 | a year ago | | | 0 | 0.00013372048 | |
| 2957053 | a year ago | | | 0 | 0.00016779128 | |
| 2957048 | a year ago | | | 0 | 0.00012663424 | |
| 2957043 | a year ago | | | 0 | 0.00015947992 | |
| 2957037 | a year ago | | | 0 | 0.00015911208 | |
| 2939934 | a year ago | | | 0 | 0.000000000619411325 | |
| 2939922 | a year ago | | | 0 | 0.000000001129575387 | |
| 2873880 | a year ago | | | 0 | 0.0000020984200 |
ABI
ABI objects
Getter at block 22901176
TOTAL_REWARDS() view returns (uint256)
20100000000000000000000
operator() view returns (address)
0x0000000000000000000000000000000000000000
poolEndTime() view returns (uint256)
1692122400
poolStartTime() view returns (uint256)
1692036000
runningTime() view returns (uint256)
86400
tomb() view returns (address)
0x7d1b04f97dda1fddf0ad9ef5a606e4a956261ac8
tombPerSecond() view returns (uint256)
232638888888888900
totalAllocPoint() view returns (uint256)
10000
treasury() view returns (address)
0xfbea130bbcc141065c200e72ec095de3270d9e7c
Read-only
getGeneratedReward(uint256 _fromTime, uint256 _toTime) view returns (uint256)
pendingTOMB(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 lastRewardTime, uint256 accTombPerShare, 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)
governanceRecoverUnsupported(address _token, uint256 amount, address to)
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 _tomb, uint256 _poolStartTime, address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.