AutonomousPool
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
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 5 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "AutonomousPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AutonomousPool"
ABI
ABI objects
Getter at block 21160764 supplyRatePerBlock() view returns (uint256) token() view returns (address)
accountedBalance() view returns (uint256)
0
cToken() view returns (address)
0x0000000000000000000000000000000000000000
canCompleteAward() view returns (bool)
false
canLock() view returns (bool)
true
canStartAward() view returns (bool)
false
committedSupply() view returns (uint256)
0
comp() view returns (address)
0x0000000000000000000000000000000000000000
compRecipient() view returns (address)
0x0000000000000000000000000000000000000000
comptroller() view returns (address)
0x0000000000000000000000000000000000000000
cooldownDuration() view returns (uint256)
0
cooldownEndAt() view returns (uint256)
0
currentCommittedDrawId() view returns (uint256)
0
currentOpenDrawId() view returns (uint256)
0
elapsedTime() view returns (uint256)
1731283799
isLocked() view returns (bool)
false
isPrizePeriodEnded() view returns (bool)
true
lastAwardTimestamp() view returns (uint256)
0
lockDuration() view returns (uint256)
0
lockEndAt() view returns (uint256)
0
nextFeeBeneficiary() view returns (address)
0x0000000000000000000000000000000000000000
nextFeeFraction() view returns (uint256)
0
openSupply() view returns (uint256)
0
paused() view returns (bool)
false
poolToken() view returns (address)
0x0000000000000000000000000000000000000000
prizePeriodSeconds() view returns (uint256)
0
remainingTime() view returns (uint256)
0
saiPool() view returns (address)
0x0000000000000000000000000000000000000000
scdMcdMigration() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address _addr) view returns (uint256)
calculateWinner(bytes32 _entropy) view returns (address)
committedBalanceOf(address _addr) view returns (uint256)
estimatedInterestRate(uint256 _blocks) view returns (uint256)
getDraw(uint256 _drawId) view returns (uint256 feeFraction, address feeBeneficiary, uint256 openedBlock, bytes32 secretHash, bytes32 entropy, address winner, uint256 netWinnings, uint256 fee)
isAdmin(address _admin) view returns (bool)
openBalanceOf(address _addr) view returns (uint256)
sponsorshipAndFeeBalanceOf(address _sender) view returns (uint256)
totalBalanceOf(address _addr) view returns (uint256)
State-modifying
Events addAdmin(address _admin)
balance() returns (uint256)
claimAndTransferCOMP() returns (uint256)
completeAward()
daiToken() returns (address)
depositPool(uint256 _amount)
depositSponsorship(uint256 _amount)
init(address _owner, address _cToken, uint256 _feeFraction, address _feeBeneficiary, uint256 lockDuration, uint256 cooldownDuration)
initMCDAwarePool(uint256 lockDuration, uint256 cooldownDuration)
initMigration(address _scdMcdMigration, address _saiPool)
initialize()
initializeAutonomousPool(uint256 _prizePeriodSeconds, address _comp, address _comptroller)
lockTokens()
moveCommitted(address _from, address _to, uint256 _amount) returns (bool)
openNextDraw(bytes32 nextSecretHash)
pauseDeposits()
removeAdmin(address _admin)
reward(bytes32 _secret, bytes32 _salt)
rewardAndOpenNextDraw(bytes32 nextSecretHash, bytes32 lastSecret, bytes32 _salt)
rollover()
rolloverAndOpenNextDraw(bytes32 nextSecretHash)
saiToken() returns (address)
setCompRecipient(address _compRecipient)
setComptroller(address _comptroller)
setNextFeeBeneficiary(address _feeBeneficiary)
setNextFeeFraction(uint256 _feeFraction)
setPoolToken(address _poolToken)
setPrizePeriodSeconds(uint256 _prizePeriodSeconds)
startAward()
tokensReceived(address, address from, address, uint256 amount, bytes, bytes)
transferBalanceToSponsorship()
transferCOMP() returns (uint256)
unlockTokens()
unpauseDeposits()
withdraw()
withdraw(uint256 amount)
withdrawCommittedDeposit(uint256 _amount) returns (bool)
withdrawCommittedDepositFrom(address _from, uint256 _amount) returns (bool)
withdrawOpenDeposit(uint256 _amount)
withdrawSponsorshipAndFee(uint256 _amount)
AdminAdded(address indexed admin)
AdminRemoved(address indexed admin)
AwardCompleted()
AwardStarted()
Committed(uint256 indexed drawId)
CommittedDepositWithdrawn(address indexed sender, uint256 amount)
CompRecipientUpdated(address compRecipient)
ComptrollerUpdated(address comptroller)
Deposited(address indexed sender, uint256 amount)
DepositedAndCommitted(address indexed sender, uint256 amount)
DepositsPaused(address indexed sender)
DepositsUnpaused(address indexed sender)
FeeCollected(address indexed sender, uint256 amount, uint256 drawId)
NextFeeBeneficiaryChanged(address indexed feeBeneficiary)
NextFeeFractionChanged(uint256 feeFraction)
OpenDepositWithdrawn(address indexed sender, uint256 amount)
Opened(uint256 indexed drawId, address indexed feeBeneficiary, bytes32 secretHash, uint256 feeFraction)
PrizePeriodSecondsUpdated(uint256 prizePeriodSeconds)
RewardListenerFailed(uint256 indexed drawId, address indexed winner, address indexed impl)
Rewarded(uint256 indexed drawId, address indexed winner, bytes32 entropy, uint256 winnings, uint256 fee)
RolledOver(uint256 indexed drawId)
SponsorshipAndFeesWithdrawn(address indexed sender, uint256 amount)
SponsorshipDeposited(address indexed sender, uint256 amount)
TransferredComp(address indexed recipient, uint256 amount)
Withdrawn(address indexed sender, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.