GebLenderFirstResortRewardsVested
Verified contract
Active on
Ethereum with 1,717 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbed3…fa33
0x353e…ccb0
0x1280…dfca
0xcee6…0fce
3 additional
variables
Balances ($0.00)
No balances found for "GebLenderFirstResortRewardsVested"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21287532 | 5 days ago | | | 0 | 0.0020012874 | |
| 21279712 | 6 days ago | | | 0 | 0.0025564421 | |
| 21279706 | 6 days ago | | | 0 | 0.0017282106 | |
| 21224289 | 14 days ago | | | 0 | 0.0021896753 | |
| 21192016 | 18 days ago | | | 0 | 0.0035673414 | |
| 21110967 | a month ago | | | 0 | 0.00069565418 | |
| 21110955 | a month ago | | | 0 | 0.00076623111 | |
| 21106427 | a month ago | | | 0 | 0.00043395535 | |
| 21073605 | a month ago | | | 0 | 0.0029467575 | |
| 21073593 | a month ago | | | 0 | 0.0017434778 |
ABI
ABI objects
Getter at block 21321130 canAuctionTokens() view returns (bool) canPrintProtocolTokens() view returns (bool)
MAX_DELAY() view returns (uint256)
2419200
RAY() view returns (uint256)
1000000000000000000000000000
WAD() view returns (uint256)
1000000000000000000
accTokensPerShare() view returns (uint256)
10018093219348682934879716750
accountingEngine() view returns (address)
0xcee6aa1ab47d0fb0f24f51a3072ec16e20f90fce
ancestorPerDescendant() view returns (uint256)
1000000000000000000
ancestorPool() view returns (address)
0x82daf3b6fcd7d4b27cd9c6dbb6be93a7b38570ae
auctionHouse() view returns (address)
0x12806f5784ee31494f4b9cd81b5e2e397500dfca
bypassAuctions() view returns (bool)
true
canJoin() view returns (bool)
true
depositedAncestor() view returns (uint256)
1202743087294586674929
descendant() view returns (address)
0x353efac5cab823a41bc0d6228d7061e92cf9ccb0
descendantPerAncestor() view returns (uint256)
1000000000000000000
escrow() view returns (address)
0x8017f897aaaabd5701b63d819590062a87732ba0
escrowPaused() view returns (uint256)
1
exitDelay() view returns (uint256)
1814400
forcedExit() view returns (bool)
true
lastRewardBlock() view returns (uint256)
21287532
maxConcurrentAuctions() view returns (uint256)
5
minStakedTokensToKeep() view returns (uint256)
841920161106210672450
percentageVested() view returns (uint256)
75
protocolUnderwater() view returns (bool)
false
rewardDripper() view returns (address)
0x03da3d5e0b13b6f0917fa9bc3d65b46229d7ef47
rewardPool() view returns (address)
0xbed32d12625bc6d97f6c8777dd568e52e773fa33
rewardRate() view returns (uint256)
1154767716863
rewardsBalance() view returns (uint256)
8063213608196060035874
safeEngine() view returns (address)
0xcc88a9d330da1133df3a7bd823b95e52511a6962
stakedSupply() view returns (uint256)
1202743087294586674929
systemCoinsToRequest() view returns (uint256)
25000000000000000000000000000000000000000000000000
tokensToAuction() view returns (uint256)
100000000000000000000
Read-only
authorizedAccounts(address) view returns (uint256)
descendantBalanceOf(address) view returns (uint256)
exitPrice(uint256 wad) view returns (uint256)
exitRequests(address) view returns (uint256 deadline, uint256 lockedAmount)
joinPrice(uint256 wad) view returns (uint256)
pendingRewards(address user) view returns (uint256)
State-modifying
Events addAuthorization(address account)
auctionAncestorTokens()
exit()
getRewards()
join(uint256 wad)
modifyParameters(bytes32 parameter, address data)
modifyParameters(bytes32 parameter, uint256 data)
pullFunds()
removeAuthorization(address account)
requestExit(uint256 wad)
toggleBypassAuctions()
toggleForcedExit()
toggleJoin()
updatePool()
AddAuthorization(address account)
AuctionAncestorTokens(address auctionHouse, uint256 amountAuctioned, uint256 amountRequested)
EscrowRewards(address escrow, address who, uint256 amount)
Exit(address indexed account, uint256 price, uint256 amount)
FailEscrowRewards(bytes revertReason)
Join(address indexed account, uint256 price, uint256 amount)
ModifyParameters(bytes32 indexed parameter, address data)
ModifyParameters(bytes32 indexed parameter, uint256 data)
PoolUpdated(uint256 accTokensPerShare, uint256 stakedSupply)
RemoveAuthorization(address account)
RequestExit(address indexed account, uint256 deadline, uint256 amount)
RewardsPaid(address account, uint256 amount)
ToggleBypassAuctions(bool bypassAuctions)
ToggleForcedExit(bool forcedExit)
ToggleJoin(bool canJoin)
constructor(address ancestor_, address descendant_, address rewardToken_, address auctionHouse_, address accountingEngine_, address safeEngine_, address rewardDripper_, address escrow_, uint256 maxDelay_, uint256 exitDelay_, uint256 minStakedTokensToKeep_, uint256 tokensToAuction_, uint256 systemCoinsToRequest_, uint256 percentageVested_)
This contract contains no fallback and receive objects.
This contract contains no error objects.