LatticeStakingPool
Verified contract
Active on
Ethereum with 4,609 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,022.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LTX | ERC-20 | 153.187181K | $0.065425 |
$10,022.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17876748 | a year ago | | | 0 | 0.0019759502 | |
| 17785970 | a year ago | | | 0 | 0.0065375320 | |
| 16734030 | 2 years ago | | | 0 | 0.0026202583 | |
| 16329567 | 2 years ago | | | 0 | 0.0015945200 | |
| 16193360 | 2 years ago | | | 0 | 0.0015147940 | |
| 15298131 | 2 years ago | | | 0 | 0.00080424662 | |
| 15124932 | 2 years ago | | | 0 | 0.0012756160 | |
| 14984600 | 2 years ago | | | 0 | 0.0015685981 | |
| 14945630 | 2 years ago | | | 0 | 0.0018931615 | |
| 14945630 | 2 years ago | | | 0 | 0.0023805183 |
ABI
ABI objects
Getter at block 21245031
numberOfProjects() view returns (uint256)
13
stakingToken() view returns (address)
0xa393473d64d2f9f026b60b6df7859a689715d092
Read-only
didUserWithdrawFunds(uint256, uint256, address) view returns (bool)
getAmountStakedByUserInPool(uint256 _projectId, uint256 _poolId, address _address) view returns (uint256)
getPercentageAmountStakedByUserInPool(uint256 _projectId, uint256 _poolId, address _address) view returns (uint256)
getTotalAmountStakedInPool(uint256 _projectId, uint256 _poolId) view returns (uint256)
getTotalAmountStakedInProject(uint256 _projectId) view returns (uint256)
getTotalStakingInfoForProjectPerPool(uint256 _projectId, uint256 _poolId, uint256 _pageNumber, uint256 _pageSize) view returns (struct LatticeStakingPoolUserInfo[])
getWhitelistedAddressesForProject(uint256 _projectId) view returns (address[])
isAddressWhitelisted(uint256 _projectId, address _address) view returns (bool)
isProjectNameTaken(string) view returns (bool)
numberOfPools(uint256 _projectId) view returns (uint256)
projectIdToWhitelistedAddress(uint256, address) view returns (bool)
projectNameToProjectId(string) view returns (uint256)
projects(uint256) view returns (string name, uint256 totalAmountStaked, uint256 numberOfPools, uint256 startBlock, uint256 endBlock)
stakingPoolInfo(uint256, uint256) view returns (uint256 maxStakingAmountPerUser, uint256 totalAmountStaked)
userStakedAmount(uint256, uint256, address) view returns (uint256)
State-modifying
Events addProject(string _name, uint256 _startBlock, uint256 _endBlock)
addStakingPool(uint256 _projectId, uint256 _maxStakingAmountPerUser)
deposit(uint256 _projectId, uint256 _poolId, uint256 _amount)
disableProject(uint256 _projectId)
whitelistAddresses(uint256 _projectId, address[] _newAddressesToWhitelist)
withdraw(uint256 _projectId, uint256 _poolId)
Deposit(address indexed _user, uint256 indexed _projectId, uint256 indexed _poolId, uint256 _amount)
PoolAdded(uint256 indexed _projectId, uint256 indexed _poolId)
ProjectAdded(uint256 indexed _projectId, string _projectName)
ProjectDisabled(uint256 indexed _projectId)
Withdraw(address indexed _user, uint256 indexed _projectId, uint256 indexed _poolId, uint256 _amount)
constructor(address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.