BackerRewards
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
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
Balances ($0.00)
No balances found for "BackerRewards"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BackerRewards"
ABI
ABI objects
Getter at block 21124651
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OWNER_ROLE() view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
config() view returns (address)
0x0000000000000000000000000000000000000000
isAdmin() view returns (bool)
false
maxInterestDollarsEligible() view returns (uint256)
0
paused() view returns (bool)
false
totalInterestReceived() view returns (uint256)
0
totalRewardPercentOfTotalGFI() view returns (uint256)
0
totalRewards() view returns (uint256)
0
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
poolTokenClaimableRewards(uint256 tokenId) view returns (uint256)
pools(address) view returns (uint256 accRewardsPerPrincipalDollar)
tokens(uint256) view returns (uint256 rewardsClaimed, uint256 accRewardsPerPrincipalDollarAtMint)
State-modifying
Events __BaseUpgradeablePausable__init(address owner)
__PauserPausable__init()
__initialize__(address owner, address _config)
allocateRewards(uint256 _interestPaymentAmount)
grantRole(bytes32 role, address account)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setMaxInterestDollarsEligible(uint256 _maxInterestDollarsEligible)
setPoolTokenAccRewardsPerPrincipalDollarAtMint(address poolAddress, uint256 tokenId)
setTotalInterestReceived(uint256 _totalInterestReceived)
setTotalRewards(uint256 _totalRewards)
unpause()
updateGoldfinchConfig()
withdraw(uint256 tokenId)
withdrawMultiple(uint256[] tokenIds)
BackerRewardsClaimed(address indexed owner, uint256 indexed tokenId, uint256 amount)
BackerRewardsSetMaxInterestDollarsEligible(address indexed owner, uint256 maxInterestDollarsEligible)
BackerRewardsSetTotalInterestReceived(address indexed owner, uint256 totalInterestReceived)
BackerRewardsSetTotalRewards(address indexed owner, uint256 totalRewards, uint256 totalRewardPercentOfTotalGFI)
GoldfinchConfigUpdated(address indexed who, address configAddress)
Paused(address account)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.