TombshiGenesisRewardPool
Verified contract
Active on
Base with 1,842 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x348e…af43
Balances ($64,215.88)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOSHI | ERC-20 | 246.659714M | $0.00026 |
$64,151.26 | |
DOG | ERC-20 | 4.324618K | $0.006664 |
$28.82 | |
toby | ERC-20 | 591.550071M | $0.00 |
$27.8 | |
CAP | ERC-20 | 0.1 | $54.49 |
$5.45 | |
LOA | ERC-20 | 186 | $0.008171 |
$1.52 | |
BENTO | ERC-20 | 55.785328M | $0.00 |
$0.61 | |
LUNE | ERC-20 | 36 | $0.004579 |
$0.16 | |
WGC | ERC-20 | 200 | $0.000565 |
$0.11 | |
Bunny | ERC-20 | 270.7 | $0.000145 |
$0.04 | |
CTOSHI | ERC-20 | 1K | $0.000026 |
$0.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x746f7368 | 18322555 | 3 months ago | | | 0 | 0.000000073285226044 | |
0x2e0a0a2a | 17427225 | 4 months ago | | | 0 | 7.2047851e-7 | |
| 7513359 | a year ago | | | 0 | 0.000000082575246845 | |
| 2742045 | a year ago | | | 0 | 0.000000000009966096 | |
| 2742004 | a year ago | | | 0 | 0.000000000013357652 | |
| 2726204 | a year ago | | | 0 | 0.0000016188600 | |
| 2702125 | a year ago | | | 0 | 0.0000076168043 | |
| 2702118 | a year ago | | | 0 | 0.0000074435042 | |
| 2701722 | a year ago | | | 0 | 0.000010247206 | |
| 2701448 | a year ago | | | 0 | 0.000011308406 |
ABI
ABI objects
Getter at block 22747704
MAX_DEPOSIT_FEE() view returns (uint256)
50
TOTAL_REWARDS() view returns (uint256)
2501280000000000000000000000
devFund() view returns (address)
0x8a292b9dbd483465ec619dd4a7942b7a35b1a586
operator() view returns (address)
0x1a9583feef1859e3eb0902fde7030378c2e1fd01
poolEndTime() view returns (uint256)
1692050405
poolStartTime() view returns (uint256)
1691791205
runningTime() view returns (uint256)
259200
tombshi() view returns (address)
0x348e8292a85df2e629f541b58eadceec22c7af43
tombshiPerSecond() view returns (uint256)
9650000000000000000000
totalAllocPoint() view returns (uint256)
0
Read-only
getGeneratedReward(uint256 _fromTime, uint256 _toTime) view returns (uint256)
pendingTOMBSHI(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 lastRewardTime, uint256 accTombshiPerShare, 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)
setDevFund(address _devFund)
setOperator(address _operator)
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 _tombshi, uint256 _poolStartTime, address _devFund)
This contract contains no fallback and receive objects.
This contract contains no error objects.