IDOInitializable
Verified contract
Active on
Base with 938 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4b9c…f211
-
variable spans 21 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000761 |
$0 | |
BEG | ERC-20 | 40.21482M | -- | -- | |
BASS | ERC-20 | 0.631411 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13997192 | 7 months ago | | | 0 | 0.0000015433403 | |
| 9205890 | 10 months ago | | | 0 | 0.000000009577121736 | |
| 9155810 | 10 months ago | | | 0 | 0.000000000967505064 | |
| 8489339 | a year ago | | | 0 | 0.000000081941638428 | |
| 7400804 | a year ago | | | 0 | 0.0000084474052 | |
| 4695324 | a year ago | | | 0 | 0.0000049577133 | |
| 4442660 | a year ago | | | 0 | 1.2246751e-7 | |
| 4172778 | a year ago | | | 0 | 0.0000013085328 | |
| 3933669 | a year ago | | | 0 | 0.000011376288 | |
| 3898068 | a year ago | | | 0 | 0.0000017047758 |
ABI
ABI objects
Getter at block 22756622
BEAGLE_FACTORY() view returns (address)
0xb037000261e350d5851f525c6cb3067a2cbb212f
MAX_BUFFER_BLOCKS() view returns (uint256)
604800
NUMBER_POOLS() view returns (uint8)
2
endBlock() view returns (uint256)
3523326
getVestingSchedulesCount() view returns (uint256)
0
getVestingSchedulesTotalAmount() view returns (uint256)
0
getWithdrawableOfferingTokenAmount() view returns (uint256)
40214820111228142557434146
isInitialized() view returns (bool)
true
offeringToken() view returns (address)
0x4b9c9b4e39d4e5026359b05a6287ee4d0737f211
owner() view returns (address)
0xd42b1a0ba3799defb1edb744e8073dcb7e94bdb4
raiseToken() view returns (address)
0x4200000000000000000000000000000000000006
startBlock() view returns (uint256)
3393726
totalTokensOffered() view returns (uint256)
600000000000000000000000000
vestingRevoked() view returns (bool)
false
vestingStartTime() view returns (uint256)
1693836011
Read-only
computeNextVestingScheduleIdForHolder(address _holder) view returns (bytes32)
computeReleasableAmount(bytes32 _vestingScheduleId) view returns (uint256)
computeVestingScheduleIdForAddressAndIndex(address _holder, uint256 _index) pure returns (bytes32)
computeVestingScheduleIdForAddressAndPid(address _holder, uint256 _pid) view returns (bytes32)
getVestingSchedule(bytes32 _vestingScheduleId) view returns (struct IDOInitializableVestingSchedule)
getVestingScheduleByAddressAndIndex(address _holder, uint256 _index) view returns (struct IDOInitializableVestingSchedule)
getVestingScheduleIdAtIndex(uint256 _index) view returns (bytes32)
getVestingSchedulesCountByBeneficiary(address _beneficiary) view returns (uint256)
isQualifiedWhitelist(address _user) view returns (bool)
isWhitelisted(address _user) view returns (bool)
viewPoolInformation(uint256 _pid) view returns (uint256, uint256, uint256, bool, uint256, uint256, bool)
viewPoolTaxRateOverflow(uint256 _pid) view returns (uint256)
viewPoolVestingInformation(uint256 _pid) view returns (uint256, uint256, uint256, uint256)
viewUserAllocationPools(address _user, uint8[] _pids) view returns (uint256[])
viewUserInfo(address _user, uint8[] _pids) view returns (uint256[], bool[])
viewUserOfferingAndRefundingAmountsForPools(address _user, uint8[] _pids) view returns (uint256[3][])
State-modifying
Events addAddressToWhitelist(address _user)
addAddressesToWhitelist(address[] _users)
depositPool(uint256 _amount, uint8 _pid)
finalWithdraw(uint256 _lpAmount, uint256 _offerAmount)
harvestPool(uint8 _pid)
initialize(address _raiseToken, address _offeringToken, uint256 _startBlock, uint256 _endBlock, uint256 _maxBufferBlocks, address _adminAddress)
recoverWrongTokens(address _tokenAddress, uint256 _tokenAmount)
release(bytes32 _vestingScheduleId)
removeAddressFromWhitelist(address _user)
removeAddressesFromWhitelist(address[] _users)
renounceOwnership()
revoke()
setPool(uint256 _offeringAmountPool, uint256 _raisingAmountPool, uint256 _limitPerUserInLP, bool _hasTax, uint8 _pid, bool _isSpecialSale, uint256 _vestingPercentage, uint256 _vestingCliff, uint256 _vestingDuration, uint256 _vestingSlicePeriodSeconds)
transferOwnership(address newOwner)
updateStartAndEndBlocks(uint256 _startBlock, uint256 _endBlock)
AdminTokenRecovery(address tokenAddress, uint256 amountTokens)
AdminWithdraw(uint256 amountLP, uint256 amountOfferingToken)
CreateVestingSchedule(address indexed user, uint256 offeringAmount, uint256 excessAmount, uint8 indexed pid)
Deposit(address indexed user, uint256 amount, uint8 indexed pid)
Harvest(address indexed user, uint256 offeringAmount, uint256 excessAmount, uint8 indexed pid)
NewStartAndEndBlocks(uint256 startBlock, uint256 endBlock)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolParametersSet(uint256 offeringAmountPool, uint256 raisingAmountPool, uint8 pid)
Released(address indexed beneficiary, uint256 amount)
Revoked()
WhitelistedAddressAdded(address indexed _user)
WhitelistedAddressRemoved(address indexed _user)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.