IncentivesControllerV2
Verified contract
Active on
Ethereum with 1,787 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0a7b…0188
Balances ($0.00)
No balances found for "IncentivesControllerV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20280638 | 4 months ago | | | 0 | 0.0034025664 | |
| 20279515 | 4 months ago | | | 0 | 0.0026384860 | |
| 20272604 | 4 months ago | | | 0 | 0.0024696890 | |
| 20272596 | 4 months ago | | | 0 | 0.0021836854 | |
| 20269226 | 4 months ago | | | 0 | 0.0028609658 | |
| 20262631 | 4 months ago | | | 0 | 0.0084849560 | |
| 20261465 | 4 months ago | | | 0 | 0.0031397076 | |
| 20261024 | 4 months ago | | | 0 | 0.0031084791 | |
| 20260406 | 4 months ago | | | 0 | 0.0014650943 | |
| 20260140 | 4 months ago | | | 0 | 0.0012691950 |
ABI
ABI objects
Getter at block 21229053
incentivesController() view returns (address)
0x21953192664867e19f85e96e1d1dd79dc31cccdb
maxMintableTokens() view returns (uint256)
6975000000000000000000000
mintedTokens() view returns (uint256)
2522472396042877336863809
owner() view returns (address)
0xb8416eac2155e9636b5f728dd29810bf7e3bc20d
poolConfigurator() view returns (address)
0x408c9764993209dc772eb12ff641f4b55f5b005c
poolLength() view returns (uint256)
38
rewardMinter() view returns (address)
0x0a7b2a21027f92243c5e5e777aa30bb7969b0188
rewardsPerSecond() view returns (uint256)
63419583967529170
startTime() view returns (uint256)
1663608659
totalAllocPoint() view returns (uint256)
2000
Read-only
claimReceiver(address) view returns (address)
claimableReward(address _user, address[] _tokens) view returns (uint256[])
emissionSchedule(uint256) view returns (uint128 startTimeOffset, uint128 rewardsPerSecond)
poolInfo(address) view returns (uint256 totalSupply, uint256 allocPoint, uint256 lastRewardTime, uint256 accRewardPerShare, address onwardIncentives)
registeredTokens(uint256) view returns (address)
userBaseClaimable(address) view returns (uint256)
userInfo(address, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events addPool(address _token, uint256 _allocPoint)
batchUpdateAllocPoint(address[] _tokens, uint256[] _allocPoints)
claim(address _user, address[] _tokens)
handleAction(address _user, uint256 _balance, uint256 _totalSupply)
renounceOwnership()
setClaimReceiver(address _user, address _receiver)
setOnwardIncentives(address _token, address _incentives)
setup()
start()
transferOwnership(address newOwner)
BalanceUpdated(address indexed token, address indexed user, uint256 balance, uint256 totalSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint128[] _startTimeOffset, uint128[] _rewardsPerSecond, address _poolConfigurator, address _rewardMinter, uint256 _maxMintable, address _incentivesController)
This contract contains no fallback and receive objects.
This contract contains no error objects.