EIP173Proxy
Verified contract
Proxy
Active on
Ethereum with 1,799 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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0xaa42…fda1
1 additional
variable
Balances ($1,498,452.63)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GFI | ERC-20 | 876.288089K | $1.71 |
$1,498,452.63 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21282921 | a day ago | | | 0 | 0.0016010010 | |
| 21274028 | 3 days ago | | | 0 | 0.0025716126 | |
| 21269891 | 3 days ago | | | 0 | 0.0010247693 | |
| 21269502 | 3 days ago | | | 0 | 0.00088944500 | |
| 21232178 | 8 days ago | | | 0 | 0.0092292239 | |
| 21232171 | 8 days ago | | | 0 | 0.0065670748 | |
| 21229659 | 9 days ago | | | 0 | 0.0028634556 | |
| 21219716 | 10 days ago | | | 0 | 0.0017060499 | |
| 21209979 | 11 days ago | | | 0 | 0.0018967752 | |
| 21199070 | 13 days ago | | | 0 | 0.0019386304 |
ABI
ABI objects
Getter at block 21292236
owner() view returns (address)
0xbeb28978b2c755155f20fd3d09cb37e300a6981f
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OWNER_ROLE() view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
config() view returns (address)
0xaa425f8bfe82cd18f634e2fe91e5ddeefd98fda1
isAdmin() view returns (bool)
false
maxInterestDollarsEligible() view returns (uint256)
34000000000000000000000000
paused() view returns (bool)
false
totalInterestReceived() view returns (uint256)
17345376707292
totalRewardPercentOfTotalGFI() view returns (uint256)
2416826092742074400
totalRewards() view returns (uint256)
2762086956228581976604607
Read-only
supportsInterface(bytes4 id) view returns (bool)
getBackerStakingRewardsPoolInfo(address pool) view returns (struct IBackerRewardsStakingRewardsPoolInfo)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getStakingRewardsTokenInfo(uint256 poolTokenId) view returns (struct IBackerRewardsStakingRewardsTokenInfo)
getTokenInfo(uint256 poolTokenId) view returns (struct IBackerRewardsBackerRewardsTokenInfo)
hasRole(bytes32 role, address account) view returns (bool)
poolStakingRewards(address) view returns (uint256 accumulatedRewardsPerTokenAtLastCheckpoint, uint256 lastUpdateTime)
poolTokenClaimableRewards(uint256 tokenId) view returns (uint256)
pools(address) view returns (uint256 accRewardsPerPrincipalDollar)
stakingRewardsClaimed(uint256 tokenId) view returns (uint256)
stakingRewardsEarnedSinceLastWithdraw(uint256 tokenId) view returns (uint256)
tokenStakingRewards(uint256) view returns (uint256 accumulatedRewardsPerTokenAtLastWithdraw)
tokens(uint256) view returns (uint256 rewardsClaimed, uint256 accRewardsPerPrincipalDollarAtMint)
State-modifying
Events transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__BaseUpgradeablePausable__init(address owner)
__PauserPausable__init()
__initialize__(address owner, address _config)
allocateRewards(uint256 _interestPaymentAmount)
clearTokenInfo(uint256 tokenId)
grantRole(bytes32 role, address account)
onTranchedPoolDrawdown(uint256 _sliceIndex)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBackerAndStakingRewardsTokenInfoOnSplit(struct IBackerRewardsBackerRewardsTokenInfo originalBackerRewardsTokenInfo, struct IBackerRewardsStakingRewardsTokenInfo originalStakingRewardsTokenInfo, uint256 newTokenId, uint256 newRewardsClaimed)
setMaxInterestDollarsEligible(uint256 _maxInterestDollarsEligible)
setPoolTokenAccRewardsPerPrincipalDollarAtMint(address poolAddress, uint256 tokenId)
setTotalInterestReceived(uint256 _totalInterestReceived)
setTotalRewards(uint256 _totalRewards)
unpause()
withdraw(uint256 tokenId) returns (uint256)
withdrawMultiple(uint256[] tokenIds)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyImplementationUpdated(address indexed previousImplementation, address indexed newImplementation)
BackerRewardsClaimed(address indexed owner, uint256 indexed tokenId, uint256 amountOfTranchedPoolRewards, uint256 amountOfSeniorPoolRewards)
BackerRewardsSetMaxInterestDollarsEligible(address indexed owner, uint256 maxInterestDollarsEligible)
BackerRewardsSetTotalInterestReceived(address indexed owner, uint256 totalInterestReceived)
BackerRewardsSetTotalRewards(address indexed owner, uint256 totalRewards, uint256 totalRewardPercentOfTotalGFI)
Paused(address account)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SafetyCheckTriggered()
Unpaused(address account)
constructor(address implementationAddress, address ownerAddress, bytes data)
fallback()
receive()
This contract contains no error objects.