DackiePadInitializableV5
Verified contract
Active on
Base with 14,216 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc2bc…617b
-
variable spans 21 additional slots
Balances ($2,263.93)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DACKIE | ERC-20 | 2.375748M | $0.000667 |
$1,584.39 | |
WETH | ERC-20 | 0.203555 | $3,336.32 |
$679.13 | |
AEROBUD | ERC-20 | 40 | $0.009194 |
$0.37 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
kurbi | ERC-20 | 1 | $0.000778 |
$0 | |
toby | ERC-20 | 777 | $0.00 |
$0 | |
DACKIE | ERC-20 | 50M | -- | -- | |
Cheems | ERC-20 | 10.134582M | -- | -- | |
BABYBASE | ERC-20 | 111 | -- | -- | |
BIU BULL | ERC-20 | 99 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22419625 | 7 days ago | | | 0 | 2.7771020e-7 | |
| 22419620 | 7 days ago | | | 0 | 5.5551710e-7 | |
| 21724095 | 24 days ago | | | 0 | 6.5551824e-7 | |
| 20939114 | a month ago | | | 0 | 5.4124460e-7 | |
| 20621682 | 2 months ago | | | 0 | 4.8788636e-7 | |
| 20494945 | 2 months ago | | | 0 | 5.2669230e-7 | |
| 20494908 | 2 months ago | | | 0 | 5.2669230e-7 | |
| 20233457 | 2 months ago | | | 0 | 5.9816259e-7 | |
| 19342845 | 3 months ago | | | 0 | 5.3047625e-7 | |
| 18266821 | 3 months ago | | | 0 | 3.6776899e-7 |
ABI
ABI objects
Getter at block 22742602
DACKIE_PAD_FACTORY() view returns (address)
0x05be204fb1bd781b7c74698275c88f429dc0e0fa
MAX_BUFFER_BLOCKS() view returns (uint256)
302400
NUMBER_POOLS() view returns (uint8)
2
endBlock() view returns (uint256)
2790730
getVestingSchedulesCount() view returns (uint256)
920
getVestingSchedulesTotalAmount() view returns (uint256)
1943454533838111966012118
getWithdrawableOfferingTokenAmount() view returns (uint256)
432293353736920680144118
isInitialized() view returns (bool)
true
offeringToken() view returns (address)
0xc2bc7a73613b9bd5f373fe10b55c59a69f4d617b
owner() view returns (address)
0xe1581c10ee235f0debb655ea365100bcbd84bad2
raiseToken() view returns (address)
0x4200000000000000000000000000000000000006
startBlock() view returns (uint256)
2704330
totalTokensOffered() view returns (uint256)
50000000000000000000000000
vestingRevoked() view returns (bool)
false
vestingStartTime() view returns (uint256)
1692370813
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 DackiePadInitializableV5VestingSchedule)
getVestingScheduleByAddressAndIndex(address _holder, uint256 _index) view returns (struct DackiePadInitializableV5VestingSchedule)
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.