LiquidityMiningManager
Verified contract
Active on
Ethereum with 490 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "LiquidityMiningManager"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19825428 | 6 months ago | | | 0 | 0.00090101599 | |
| 17464061 | a year ago | | | 0 | 0.0027334440 | |
| 17300724 | a year ago | | | 0 | 0.0050225428 | |
| 17251137 | a year ago | | | 0 | 0.0065586075 | |
| 17208746 | 2 years ago | | | 0 | 0.012182826 | |
| 17187388 | 2 years ago | | | 0 | 0.010859613 | |
| 17180278 | 2 years ago | | | 0 | 0.010059246 | |
| 17173171 | 2 years ago | | | 0 | 0.012090692 | |
| 17166064 | 2 years ago | | | 0 | 0.0097752125 | |
| 17158945 | 2 years ago | | | 0 | 0.0054990921 |
ABI
ABI objects
Getter at block 21159759
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GOV_ROLE() view returns (bytes32)
0x0603f2636f0ca34ae3ea5a23bb826e2bd2ffd59fb1c01edc1ba10fba2899d1ba
MAX_POOL_COUNT() view returns (uint256)
10
REWARD_DISTRIBUTOR_ROLE() view returns (bytes32)
0xb814ff4a26ea3ec5cd1fa579daad86324826254265f3acfec78303a19845b449
TOKEN_SAVER_ROLE() view returns (bytes32)
0xd9d917c4034cff8a8c5fa1e40f9fbaf906b827c33ae3ab1fcabbb616cb8ef24d
getPools() view returns (struct LiquidityMiningManagerPool[] result)
[(0xc10047eab602cf141c6d7e9b827141642b361b4a, 200000000000000000), (0x162ce5530aba30583ccaf79dd72650cfeb050a23, 800000000000000000)]
lastDistribution() view returns (uint256)
1715172335
rewardPerSecond() view returns (uint256)
3170979198376458650
totalWeight() view returns (uint256)
1000000000000000000
Read-only
getPoolAdded(address pool) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
poolAdded(address) view returns (bool)
pools(uint256) view returns (address poolContract, uint256 weight)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addPool(address _poolContract, uint256 _weight)
adjustWeight(uint256 _poolId, uint256 _newWeight)
distributeRewards()
grantRole(bytes32 role, address account)
removePool(uint256 _poolId)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
saveToken(address _token, address _receiver, uint256 _amount)
setRewardPerSecond(uint256 _rewardPerSecond)
setSFNCEnabled(uint256 _poolId, bool _sFNCEnabled)
PoolAdded(address indexed pool, uint256 weight)
PoolRemoved(uint256 indexed poolId, address indexed pool)
RewardsDistributed(address _from, uint256 indexed _amount)
RewardsPerSecondSet(uint256 rewardsPerSecond)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SFNCRewardsEnabled(address indexed pool, bool enabled)
TokenSaved(address indexed by, address indexed receiver, address indexed token, uint256 amount)
WeightAdjusted(uint256 indexed poolId, address indexed pool, uint256 newWeight)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.