Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7cbb…031d
4 additional
variables
Balances ($0.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GRG | ERC-20 | 0.1 | $1.25 |
$0.13 | |
USA | ERC-20 | 1 | $0.00075 |
$0 | |
CLOUD | ERC-20 | 75.8851K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11587604 | 8 months ago | | | 0 | 0.000000000600466792 | |
| 10327178 | 9 months ago | | | 0 | 0.000000004178822570 | |
| 10082744 | 10 months ago | | | 0 | 0.000000000374675671 | |
| 9884893 | 10 months ago | | | 0 | 0.000000005112489460 | |
| 9860811 | 10 months ago | | | 0 | 0.000010070954 | |
| 9813565 | 10 months ago | | | 0 | 0.000000006929417209 | |
| 8419711 | a year ago | | | 0 | 0.000000067077932727 | |
| 8396030 | a year ago | | | 0 | 0.000000081304842424 | |
| 8294998 | a year ago | | | 0 | 0.000000005280780970 | |
| 8249577 | a year ago | | | 0 | 0.000000071295779321 |
ABI
ABI objects
Getter at block 22765255
BASE_RATE() view returns (uint256)
100000
IsRefundedEndPoolSale() view returns (bool)
false
USDPerETH() view returns (uint256)
1900000000000000000000
checklist() view returns (bool isSetTime, bool isSetVestSchedule)
(isSetTime=true, isSetVestSchedule=true)
contractThis() view returns (address)
0x0db2a71d11287a82198bddf1fe6974458ad49446
endTimeOverflow() view returns (uint256)
1692280800
endTimeSale() view returns (uint256)
1692111600
exchangeRate() view returns (uint256)
13500000000000
getNumberOfVestingPeriods() view returns (uint256 periods)
3
owner() view returns (address)
0x838912bef2424e40919965dc7e0b02ba147e6744
paused() view returns (bool)
false
poolMaxCap() view returns (uint256)
135000000000000000000
poolOverflowInvestedAmount() view returns (uint256)
38756326500000000000
poolOverflowMaxAllocation() view returns (uint256)
108000000000000000
poolOverflowMaxCap() view returns (uint256)
81000000000000000000
poolSaleCounter() view returns (uint256)
366
poolSaleInvestedAmount() view returns (uint256)
8189842500000000000
poolSaleMaxCap() view returns (uint256)
54000000000000000000
refundCounter() view returns (uint256)
0
refundPercent() view returns (uint256)
1
registerContract() view returns (address)
0x7cbbfeb9e73254bc4a0ec56b6b760c4db2d8031d
sellingToken() view returns (address)
0x17d8217c0f4b4742aaace053281f42eb05ab211d
startTimeOverflow() view returns (uint256)
1692111601
startTimeSale() view returns (uint256)
1692108000
Read-only
getClaimableAmount(address beneficiary) view returns (uint256 tokenAmount)
getPoolOverflowInvestResult(address investor) view returns (uint256 ethAmount)
getRedundantInvestmentAmount(address investor) view returns (uint256)
getRemainingAmount(address beneficiary) view returns (uint256 tokenAmount)
getTotalCloudInvestResult(address investor) view returns (uint256 cloudAmount)
getTotalInvestResult(address investor) view returns (uint256 ethAmount)
getUnlockedAmount(address beneficiary) view returns (uint256 tokenAmount)
releasedAmount(address) view returns (uint256)
tierDetail(uint256) view returns (uint256 minCap, uint256 maxCap)
userDetail(address) view returns (uint256 tier, uint256 investedAmount, bool isRefunded)
userInvestAmountOverflowPool(address) view returns (uint256 investedAmount, bool isRefunded)
vestingSchedules(uint256) view returns (uint256 time, uint256 percent, uint256 accumulationPercent)
State-modifying
Events buyPoolOverflow() payable
buyPoolSale() payable
configPool(uint256 _poolSaleMaxCap, uint256 _poolOverflowMaxCap)
createVestingSchedule(struct SeedifyFundVestingScheduleInput[] _vestingSchedules)
depositETH() payable
pause()
refund()
refundRedundantInvestedAmountOverflow()
renounceOwnership()
setBaseRate(uint256 _baseRate)
setExchangeRate(uint256 _exchangeRate)
setMaxAllocationOverflow(uint256 _poolOverflowMaxAllocation)
setRefundPercent(uint256 _percent)
setRegisterContract(address _registerContract)
setSellingToken(address _sellingToken)
setTiers(uint256[] minCaps, uint256[] maxCaps)
setTime(uint256 _startTimeSale, uint256 _endTimeSale, uint256 _startTimeOverflow, uint256 _endTimeOverflow)
setUSDperETH(uint256 _USDPerETH)
transferOwnership(address newOwner)
unpause()
vest()
withdrawETH(address _reciever)
withdrawTokens(address _token, address _reciever)
BuyPoolOverflow(address sender, uint256 timestamp, uint256 usdAmount)
BuyPoolSale(address sender, uint256 timestamp, uint256 tier, uint256 ethAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Refund(address sender, uint256 timestamp, uint256 amount)
TransferRedundantInvestedOverflow(address sender, uint256 timestamp, uint256 amount)
Unpaused(address account)
Vest(address sender, uint256 timestamp, uint256 amount)
constructor(address _registerContract, address _sellingToken, uint256 _ETHperCloud, uint256 _USDperETH, uint256 _poolSaleMaxCap, uint256 _poolOverflowMaxCap)
This contract contains no fallback and receive objects.
This contract contains no error objects.