ClaimsManager
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 46 additional slots
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "ClaimsManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ClaimsManager"
ABI
ABI objects
Getter at block 21158526 getCommunityPoolAddress() view returns (address) getDelegateManagerAddress() view returns (address) getFundingRoundBlockDiff() view returns (uint256) getFundsPerRound() view returns (uint256) getGovernanceAddress() view returns (address) getLastFundedBlock() view returns (uint256) getRecurringCommunityFundingAmount() view returns (uint256) getServiceProviderFactoryAddress() view returns (address) getStakingAddress() view returns (address) getTotalClaimedInRound() view returns (uint256)
audiusToken() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
claimPending(address _sp) view returns (bool)
State-modifying
Events initialize()
initialize(address _tokenAddress, address _governanceAddress)
initiateRound()
processClaim(address _claimer, uint256 _totalLockedForSP) returns (uint256)
setDelegateManagerAddress(address _delegateManagerAddress)
setGovernanceAddress(address _governanceAddress)
setServiceProviderFactoryAddress(address _serviceProviderFactoryAddress)
setStakingAddress(address _stakingAddress)
updateCommunityPoolAddress(address _newCommunityPoolAddress)
updateFundingAmount(uint256 _newAmount)
updateFundingRoundBlockDiff(uint256 _newFundingRoundBlockDiff)
updateRecurringCommunityFundingAmount(uint256 _newRecurringCommunityFundingAmount)
ClaimProcessed(address indexed _claimer, uint256 indexed _rewards, uint256 _oldTotal, uint256 indexed _newTotal)
CommunityPoolAddressUpdated(address indexed _newCommunityPoolAddress)
CommunityRewardsTransferred(address indexed _transferAddress, uint256 indexed _amount)
DelegateManagerAddressUpdated(address indexed _newDelegateManagerAddress)
FundingAmountUpdated(uint256 indexed _amount)
FundingRoundBlockDiffUpdated(uint256 indexed _blockDifference)
GovernanceAddressUpdated(address indexed _newGovernanceAddress)
RecurringCommunityFundingAmountUpdated(uint256 indexed _amount)
RoundInitiated(uint256 indexed _blockNumber, uint256 indexed _roundNumber, uint256 indexed _fundAmount)
ServiceProviderFactoryAddressUpdated(address indexed _newServiceProviderFactoryAddress)
StakingAddressUpdated(address indexed _newStakingAddress)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.