LiquidityBootstrapAuction
Verified contract
Active on
Ethereum with 7,143 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($77,154.78)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ASTO | ERC-20 | 1.472765M | $0.052385 |
$77,150.79 | |
USDC | ERC-20 | 4 | $0.999166 |
$4 | |
UNI-V2 | ERC-20 | 2.188202 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274786 | 2 days ago | | | 0 | 0.00057644792 | |
| 21210654 | 11 days ago | | | 0 | 0.00078441813 | |
| 21005273 | a month ago | | | 0 | 0.00058371591 | |
| 20132734 | 5 months ago | | | 0 | 0.0012529955 | |
| 20063898 | 6 months ago | | | 0 | 0.0019691251 | |
| 19956717 | 6 months ago | | | 0 | 0.00053692739 | |
| 19721605 | 7 months ago | | | 0 | 0.00075097439 | |
| 19675089 | 7 months ago | | | 0 | 0.0065178885 | |
| 19675080 | 7 months ago | | | 0 | 0.0067703323 | |
| 19625588 | 8 months ago | | | 0 | 0.0020404374 |
ABI
ABI objects
Getter at block 21287749
HOURS_PER_DAY() view returns (uint16)
24
REWARDS_RELEASE_DURATION_IN_WEEKS() view returns (uint16)
12
SECONDS_PER_DAY() view returns (uint256)
86400
SECONDS_PER_HOUR() view returns (uint256)
3600
asto() view returns (address)
0x823556202e86763853b40e9cde725f412e294689
astoDepositAllowed() view returns (bool)
false
astoDepositEndTime() view returns (uint256)
1648936800
astoRewardAmount() view returns (uint256)
17880000000000000000000000
auctionEndTime() view returns (uint256)
1649282400
auctionStartTime() view returns (uint256)
1648677600
currentTime() view returns (uint256)
1732815623
liquidityPair() view returns (address)
0x11181bd3baf5ce2a478e98361985d42625de35d1
lpTokenAmount() view returns (uint256)
15875576938143188887
lpTokenReleaseTime() view returns (uint256)
1656540000
owner() view returns (address)
0xd2a3d88f31315ea9442d7d25cd30871bed0044ff
timeline() view returns (struct LiquidityBootstrapAuctionTimeline)
(1648677600, 1648936800, 1649109600, 1649282400)
totalDepositedASTO() view returns (uint256)
26428594900000000000000000
totalDepositedUSDC() view returns (uint256)
9536411000000
totalRewardAmount() view returns (uint256)
23840000000000000000000000
usdc() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
usdcDepositAllowed() view returns (bool)
false
usdcDepositEndTime() view returns (uint256)
1649109600
usdcRewardAmount() view returns (uint256)
5960000000000000000000000
usdcWithdrawAllowed() view returns (bool)
false
usdcWithdrawLastDay() view returns (uint256)
1649196000
Read-only
calculateASTORewards(address recipient) view returns (uint256)
calculateRewards(address recipient) view returns (uint256)
calculateUSDCRewards(address recipient) view returns (uint256)
claimableLPAmount(address recipient) view returns (uint256)
claimableRewards(address recipient) view returns (uint16, uint256)
depositedASTO(address) view returns (uint256)
depositedUSDC(address) view returns (uint256)
lpClaimed(address) view returns (uint256)
rewardClaimed(address) view returns (uint256)
stats(address depositor) view returns (struct LiquidityBootstrapAuctionStats)
usdcWithdrawnOnDay6(address) view returns (bool)
usdcWithdrawnOnDay7(address) view returns (bool)
withdrawableUSDCAmount(address recipient) view returns (uint256)
State-modifying
Events addLiquidityToExchange(address router, address factory)
claimLPToken()
claimRewards(uint256 amount)
deposit(uint256 astoAmount, uint256 usdcAmount)
depositASTO(uint256 amount)
depositUSDC(uint256 amount)
renounceOwnership()
setStartTime(uint256 newStartTime)
transferOwnership(address newOwner)
withdrawToken(address token, uint256 amount)
withdrawUSDC(uint256 amount)
ASTODeposited(address indexed recipient, uint256 amount, struct LiquidityBootstrapAuctionStats stats)
LiquidityAdded(uint256 astoAmount, uint256 usdcAmount, uint256 lpTokenAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsClaimed(address indexed recipient, uint256 amount)
TokenWithdrawn(address indexed recipient, uint256 tokenAmount)
USDCDeposited(address indexed recipient, uint256 amount, struct LiquidityBootstrapAuctionStats stats)
USDCWithdrawn(address indexed recipient, uint256 amount, struct LiquidityBootstrapAuctionStats stats)
constructor(address multisig, address _asto, address _usdc, uint256 rewardAmount, uint256 startTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.