LiquidityMiningManager

Verified contract

Active on Ethereum with 490 txns
Deployed by via 0x9782f2a3 at 13823694
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LiquidityMiningManager"

0xc96f09a444475faa5a6fe0f1efa294b88d128fd8c0d9f4c9aa535f5b1223d6aa
0x8ea4ae9611696c75fd25afb5dcf266d18303453ac4f107eaa1542f6c7dbc8e6a
0x7de7a2d75c35b4afb6850a3f93537c060f50f0c5851414a44e988c32008c9352
0x33f00110cd0ac7ba3c9f5adbde2a1cfb63f5fc178c69c16d0a036a2bc30964cf
0x84c28e935a4c3c668c81c8b1560626d8ac879ee679cb4f4d120d786d792e12fb
0x7da56a4b9eb818005b872a0eabcb1ba5e13b5e83abc99ffe428dc6a9bce22a54
0x40d15ddc78bf7ff365c39cadddf8138a97e2935374550a14faaf0792c7c6e2cb
0x80795a876c8031c47c30c88b45f97bc6e72df977dbbfadc46eab405fdd7b4cf1
0x8c9f6a6d9f54ae7ba14abad9f86c498376cdcbff9e55190591dc739cd5a63a55
0x849ec0e1d3597445fbb622564d2468f7621f4bdd3f591005cf9428af6d32c521

Functions
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 poolview returns (bool)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
poolAdded(addressview returns (bool)
pools(uint256view returns (address poolContractuint256 weight)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
addPool(address _poolContractuint256 _weight
adjustWeight(uint256 _poolIduint256 _newWeight
distributeRewards(
grantRole(bytes32 roleaddress account
removePool(uint256 _poolId
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
saveToken(address _tokenaddress _receiveruint256 _amount
setRewardPerSecond(uint256 _rewardPerSecond
setSFNCEnabled(uint256 _poolIdbool _sFNCEnabled
Events
PoolAdded(address indexed pooluint256 weight
PoolRemoved(uint256 indexed poolIdaddress indexed pool
RewardsDistributed(address _fromuint256 indexed _amount
RewardsPerSecondSet(uint256 rewardsPerSecond
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SFNCRewardsEnabled(address indexed poolbool enabled
TokenSaved(address indexed byaddress indexed receiveraddress indexed tokenuint256 amount
WeightAdjusted(uint256 indexed poolIdaddress indexed pooluint256 newWeight
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.