MembershipOrchestrator
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
40
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "MembershipOrchestrator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MembershipOrchestrator"
ABI
ABI objects
Getter at block 21295442 totalMemberScores() view returns (uint256 eligibleTotal, uint256 nextEpochTotal)
paused() view returns (bool)
false
Read-only
calculateMemberScore(uint256 gfi, uint256 capital) view returns (uint256)
claimableRewards(address addr) view returns (uint256)
estimateMemberScore(address memberAddress, int256 gfi, int256 capital) view returns (uint256 score)
estimateRewardsFor(uint256 epoch) view returns (uint256)
memberScoreOf(address addr) view returns (uint256 eligibleScore, uint256 totalScore)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
totalCapitalHeldBy(address addr) view returns (uint256 eligibleAmount, uint256 totalAmount)
totalGFIHeldBy(address addr) view returns (uint256 eligibleAmount, uint256 totalAmount)
votingPower(address addr) view returns (uint256)
State-modifying
Events collectRewards() returns (uint256)
deposit(struct Deposit depositData) returns (struct DepositResult result)
finalizeEpochs()
harvest(uint256[] capitalPositionIds)
initialize()
pause()
unpause()
withdraw(struct Withdrawal withdrawal)
Paused(address account)
Unpaused(address account)
constructor(address _context)
This contract contains no fallback and receive objects.
CannotOperateOnUnownedAsset(address nonOwner)
RequiresOperator(address resource, address accessor)
RequiresValidInput()
UnsupportedAssetAddress(address addr)
ZeroAddress()