EIP173Proxy

Verified contract

Proxy

Active on Ethereum with 1,967 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"

0xbce4983dacf4a844e5d2e5f0ad39b88881c50ba14fb1e402804ca61b10b1dd67
0x444470003643b7838b75f0c483761805f8fa6d28d120de350a505da73796f115
0xcbd9476e300e8d52bfdd484af6e30f1342c06e4b8f058d434926797daaaeea78
0x3d46cae8f8ac8e7633b640ecfe83caeaebfedefcd4f86377c0110de5fe39bfec
0xbe97f9511a8b968c5f33b975f7ff79ca25b40f9e2002e902889642c0585746fe
0xe8e1df51669aa49b36856361258efbebf6d5e91cc212f387f1ae066107b992ef
0xc6bad20cb89333595baff91e89869b8cfba6e5b47840c575abbca56b79503b31
0x159f4d00cc5d0c411838eaea36aad2d2cddbac57fd769affff6ce95c854b27cd
0xb3a3c9fb1c57dcfe3a89d13dd78814daf034614d8edf46b7d4693d379d88d564
0xbc31b87c968ab1c74d60b71a1ff98bf3e4b0360232e9c0cd8a6ff85fb87c3b6d

Functions
Getter at block 21295442
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(