EIP173Proxy

Verified contract

Proxy

Active on Ethereum with 1,908 txns
Deployed by via 0xaf766d1f at 15992877
Slot
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

No balances found for "EIP173Proxy"

0xcd253022353fd094aa5f4bf7c047c27e902f7771fd22d270db6b474670412855
0x86c02e009094d54fb83b4ab4efc2a4df113123c981ab4d0d80965a7ad65cbbb4
0xc997e9c616c1a0be25ab01b68bd9481cccbd3b1c64b55a3d09a76e9e2774d6a1
0x98a2917b923fe4c4f305b23e6d29c296f4a0a3865ac93e882c3d0c333d1d72c6
0x6eec5b892ae65880ab0d0846fb9629380b646664ef782924d7b5bd8baa704922
0x3b81a3e6bc734968896c6503291eb96d45955b5d9b08f62f4030df4b929c3be6
0x9848fff8c6c144e3c055506d175a63ef7e939ba48a6b4ad72d1d4ebb715fb385
0x3d1e60c94723b74e88cc12cdac988e51961992de5f06ef99b19796bcfcbf20ac
0xda4244ff5c3ed4029e0b2c9ece0c9ba3fa2062b0c0fff8c5655d710e66b653aa
0x3f5185f96a957e01b0af9ea3c26debd728975d3ac94fdd97bf32b4c4af46c43c

Functions
Getter at block 20961966
owner(view returns (address)
0xbeb28978b2c755155f20fd3d09cb37e300a6981f
paused(view returns (bool)
false
 
totalMemberScores(view returns (uint256 eligibleTotaluint256 nextEpochTotal)
Read-only
supportsInterface(bytes4 idview returns (bool)
calculateMemberScore(uint256 gfiuint256 capitalview returns (uint256)
claimableRewards(address addrview returns (uint256)
estimateMemberScore(address memberAddressint256 gfiint256 capitalview returns (uint256 score)
estimateRewardsFor(uint256 epochview returns (uint256)
memberScoreOf(address addrview returns (uint256 eligibleScoreuint256 totalScore)
onERC721Received(addressaddressuint256bytespure returns (bytes4)
totalCapitalHeldBy(address addrview returns (uint256 eligibleAmountuint256 totalAmount)
totalGFIHeldBy(address addrview returns (uint256 eligibleAmountuint256 totalAmount)
votingPower(address addrview returns (uint256)
State-modifying
transferOwnership(address newOwner
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
collectRewards(returns (uint256)
deposit(struct Deposit depositDatareturns (struct DepositResult result)
finalizeEpochs(
harvest(uint256[] capitalPositionIds
initialize(
pause(
unpause(
withdraw(struct Withdrawal withdrawal
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ProxyImplementationUpdated(address indexed previousImplementationaddress indexed newImplementation
Paused(address account
Unpaused(address account
Constructor
constructor(address implementationAddressaddress ownerAddressbytes data
Fallback and receive
fallback(
receive(
Errors
CannotOperateOnUnownedAsset(address nonOwner
RequiresOperator(address resourceaddress accessor
RequiresValidInput(
UnsupportedAssetAddress(address addr
ZeroAddress(