EIP173Proxy
Verified contract
Proxy
Active on
Ethereum with 1,967 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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
0x3d0c…b8fe
Balances ($0.00)
No balances found for "EIP173Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292560 | 10 hours ago | | | 0 | 0.0044215704 | |
| 21289157 | 21 hours ago | | | 0 | 0.0062064476 | |
| 21288973 | a day ago | | | 0 | 0.0014961303 | |
| 21288969 | a day ago | | | 0 | 0.0051099498 | |
| 21288969 | a day ago | | | 0 | 0.0079562186 | |
| 21276519 | 3 days ago | | | 0 | 0.0024514229 | |
| 21269502 | 4 days ago | | | 0 | 0.0039394700 | |
| 21262280 | 5 days ago | | | 0 | 0.0045979886 | |
| 21257034 | 5 days ago | | | 0 | 0.0016202481 | |
| 21257029 | 5 days ago | | | 0 | 0.018054441 |
ABI
ABI objects
Getter at block 21295442 totalMemberScores() view returns (uint256 eligibleTotal, uint256 nextEpochTotal)
owner() view returns (address)
0xbeb28978b2c755155f20fd3d09cb37e300a6981f
paused() view returns (bool)
false
Read-only
supportsInterface(bytes4 id) view returns (bool)
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 transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
collectRewards() returns (uint256)
deposit(struct Deposit depositData) returns (struct DepositResult result)
finalizeEpochs()
harvest(uint256[] capitalPositionIds)
initialize()
pause()
unpause()
withdraw(struct Withdrawal withdrawal)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyImplementationUpdated(address indexed previousImplementation, address indexed newImplementation)
Paused(address account)
Unpaused(address account)
constructor(address implementationAddress, address ownerAddress, bytes data)
fallback()
receive()
CannotOperateOnUnownedAsset(address nonOwner)
RequiresOperator(address resource, address accessor)
RequiresValidInput()
UnsupportedAssetAddress(address addr)
ZeroAddress()