TheGarden
Verified contract
Active on
Ethereum with 510 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7138…8a2c
Balances ($1,647.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.199767 | $3,716.59 |
$742.45 | |
WBTC | ERC-20 | 0.004588 | $96,848.00 |
$444.31 | |
LIF3 | ERC-20 | 21.035022K | $0.017194 |
$361.67 | |
USDT | ERC-20 | 99 | $1.001 |
$99.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21110819 | a month ago | | | 0 | 0.00019225151 | |
| 20269427 | 5 months ago | | | 0 | 0.00038848708 | |
| 20269409 | 5 months ago | | | 0 | 0.00064563606 | |
| 19616141 | 8 months ago | | | 0 | 0.0040200300 | |
| 19549486 | 8 months ago | | | 0 | 0.0029904260 | |
| 19549472 | 8 months ago | | | 0 | 0.0024131245 | |
| 19493715 | 8 months ago | | | 0 | 0.0014853630 | |
| 19493715 | 8 months ago | | | 0 | 0.0017824356 | |
| 19493715 | 8 months ago | | | 0 | 0.0059414520 | |
| 19493715 | 8 months ago | | | 0 | 0.0029707260 |
ABI
ABI objects
Getter at block 21309667
feeCollector() view returns (address)
0x48e21642a38712f1966261825f39c328cdbaae18
isOperator() view returns (bool)
false
isOwnerOrOperator() view returns (bool)
false
operator() view returns (address)
0x2d9450c5f77e8c978786685530c8f30ea0f9937a
owner() view returns (address)
0x2d9450c5f77e8c978786685530c8f30ea0f9937a
poolStartTime() view returns (uint256)
1703462400
rewardToken() view returns (address)
0x7138eb0d563f3f6722500936a11dcae99d738a2c
rewardTokensPerSecond() view returns (uint256)
0
totalAllocPoint() view returns (uint256)
1
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 accRewardTokenPerShare, uint16 depositFee, bool isStarted)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _token, uint16 _depositFee, uint256 _lastRewardTime)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
governanceRecoverUnsupported(address _token, uint256 _amount, address _to)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFee)
setFeeCollector(address _feeCollector)
setRewardTokensPerSecond(uint256 _rewardTokensPerSecond)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
AddPool(address indexed user, uint256 indexed pid, uint256 allocPoint, uint256 totalAllocPoint, uint16 depositFee)
Deposit(address indexed user, uint256 indexed pid, uint256 amount, uint256 depositFee)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
ModifyPool(address indexed user, uint256 indexed pid, uint256 allocPoint, uint256 totalAllocPoint, uint16 depositFee)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RecoverUnsupported(address indexed user, address token, uint256 amount, address targetAddress)
RewardPaid(address indexed user, uint256 amount)
SetRewardTokensPerSecond(address indexed user, uint256 amount)
UpdateFeeCollector(address indexed user, address feeCollector)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _rewardToken, uint256 _poolStartTime, address _feeCollector)
This contract contains no fallback and receive objects.
This contract contains no error objects.