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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000764 |
$0 | |
vLS2-LEET/WETH | ERC-20 | 3,826,385,771,093,877,000,000,000T | -- | -- | |
vLS2-WETH/axlUSDC | ERC-20 | 69,836.432701T | -- | -- | |
vLS2-LEET/BRIAN | ERC-20 | 18,135.712489T | -- | -- | |
vLS2-LEET/axlUSDC | ERC-20 | 9.977627M | -- | -- | |
LEET | ERC-20 | 1.061985M | -- | -- | |
vLS2-LEET/BALD | ERC-20 | 176.10451K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21725267 | 24 days ago | | | 0 | 0.0000010641641 | |
| 21725251 | 24 days ago | | | 0 | 0.0000010641641 | |
| 21424128 | a month ago | | | 0 | 5.8588810e-7 | |
| 21424119 | a month ago | | | 0 | 5.8588810e-7 | |
| 20198415 | 2 months ago | | | 0 | 0.0000018332733 | |
| 20198411 | 2 months ago | | | 0 | 0.0000018772333 | |
| 20198399 | 2 months ago | | | 0 | 0.0000018772333 | |
| 18653562 | 3 months ago | | | 0 | 9.9242270e-7 | |
| 18190700 | 3 months ago | | | 0 | 8.2502610e-7 | |
| 18044995 | 4 months ago | | | 0 | 0.0000016615872 |
ABI
ABI objects
Getter at block 22755757
PRIMARY_TOKEN() view returns (address)
0x0963a1abaf36ca88c21032b82e479353126a1c4b
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xd40846a19fdc9c8255dccd18bcbb261bdbf5e4db
poolLength() view returns (uint256 pools)
5
primaryTokenPerSecond() view returns (uint256)
3000000000000000
totalAllocPoint() view returns (uint256)
1455
Read-only
addedTokens(address) view returns (bool)
lpToken(uint256) view returns (address)
pendingPrimaryToken(uint256 _pid, address _user) view returns (uint256 pending)
poolInfo(uint256) view returns (uint256 accPrimaryTokenPerShare, uint256 lastRewardTime, uint256 allocPoint)
rewarder(uint256) view returns (address)
userInfo(uint256, address) view returns (uint256 amount, int256 rewardDebt)
State-modifying
Events add(uint256 allocPoint, address _lpToken, address _rewarder)
claimAllLPFees()
claimLPFees(uint256 pid)
deposit(uint256 pid, uint256 amount, address to)
emergencyWithdraw(uint256 pid, address to)
harvest(uint256 pid, address to)
massUpdatePools()
massUpdatePools(uint256[] pids)
migrate(uint256 _pid)
reclaimPrimaryToken(uint256 amount)
reclaimTokens(address token, uint256 amount, address to)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, address _rewarder, bool overwrite, bool _withUpdate)
setMigrator(address _migrator)
setPrimaryTokenPerSecond(uint256 _primaryTokenPerSecond, bool _withUpdate)
transferOwnership(address newOwner)
updatePool(uint256 pid) returns (struct LeetChefV1PoolInfo pool)
withdraw(uint256 pid, uint256 amount, address to)
withdrawAndHarvest(uint256 pid, uint256 amount, address to)
Deposit(address indexed user, uint256 indexed pid, uint256 amount, address indexed to)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount, address indexed to)
Harvest(address indexed user, uint256 indexed pid, uint256 amount)
LogPoolAddition(uint256 indexed pid, uint256 allocPoint, address indexed lpToken, address indexed rewarder)
LogPrimaryTokenPerSecond(uint256 primaryTokenPerSecond)
LogSetPool(uint256 indexed pid, uint256 allocPoint, address indexed rewarder, bool overwrite)
LogUpdatePool(uint256 indexed pid, uint256 lastRewardTime, uint256 lpSupply, uint256 accPrimaryTokenPerShare)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount, address indexed to)
constructor(address _primaryToken)
This contract contains no fallback and receive objects.
MigratedBalanceUnmatch()
MigratorNotSet()
ReclaimingRewardToken()
TokenAlreadyAdded()