birdbytePresaleV2
Verified contract
Active on
Ethereum with 801 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd4c8…ab11
0x5f4e…8419
0xdd45…64e5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BIRDB | ERC-20 | 37.566297M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20161850 | 5 months ago | | | 0 | 0.00086078594 | |
| 20157973 | 5 months ago | | | 0 | 0.00024319157 | |
| 20157888 | 5 months ago | | | 0 | 0.00033338554 | |
| 20157528 | 5 months ago | | | 0 | 0.00027920484 | |
| 20156999 | 5 months ago | | | 0 | 0.00049142494 | |
| 20156884 | 5 months ago | | | 0 | 0.00049358745 | |
| 20156633 | 5 months ago | | | 0 | 0.00027266423 | |
| 20156571 | 5 months ago | | | 0 | 0.00031101953 | |
| 20156114 | 5 months ago | | | 0 | 0.00038194155 | |
| 20155592 | 5 months ago | | | 0 | 0.0010832411 |
ABI
ABI objects
Getter at block 21268024
USDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
USDT() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
activePhaseInd() view returns (uint256)
6
amountRaised() view returns (uint256)
207199726145429352106
amountRaisedUSDC() view returns (uint256)
30077713906
amountRaisedUSDT() view returns (uint256)
84277274184
claimStartTime() view returns (uint256)
1718913527
currentStage() view returns (uint256)
5
fundReceiver() view returns (address)
0xdd45e11f1540ac2100acc9fef292369b91df64e5
getLatestPrice() view returns (uint256)
344969818000
isPresaleEnded() view returns (bool)
true
mainToken() view returns (address)
0xd4c8e80643711bea53f1930d2c85e4900f48ab11
owner() view returns (address)
0x69690fd1567c1c739e9a3a29db36331fe0f03ccb
presaleStatus() view returns (bool)
true
priceFeed() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
soldToken() view returns (uint256)
41584149866206319800000000
totalStages() view returns (uint256)
5
totalUsers() view returns (uint256)
418
vestingDuration() view returns (uint256)
200
vestingPercentage() view returns (uint256)
50
Read-only
UsersAddresses(uint256) view returns (address)
calculateClaimableTokens(address _usr) view returns (uint256)
getPhaseDetail(uint256 phaseInd) view returns (uint256 tokenToSell, uint256 soldTokens, uint256 priceUsd, uint256 duration)
nativeToToken(uint256 _amount, uint256 phaseId) view returns (uint256)
oldBuyer(address) view returns (bool)
phases(uint256) view returns (uint256 endTime, uint256 tokensToSell, uint256 totalSoldTokens, uint256 tokenPerUsdPrice)
usdtToToken(uint256 _amount, uint256 phaseId) view returns (uint256)
users(address) view returns (uint256 native_balance, uint256 usdt_balance, uint256 usdc_balance, uint256 token_balance, uint256 claimed_tokens, uint256 last_claimed_at)
State-modifying
Events AdvanceStage(uint256 _currentStage)
buyToken() payable
buyTokenUSDC(uint256 amount)
buyTokenUSDT(uint256 amount)
changeFundReciever(address _addr)
claimTokens()
endPresale()
initiateTransfer(uint256 _value)
renounceOwnership()
setPresaleStatus(bool _status)
transferOwnership(address newOwner)
transferTokens(address token, uint256 _value)
updateInfos(uint256 _sold, uint256 _raised, uint256 _raisedInUsdt, uint256 _raisedInUsdc)
updatePriceFeed(address _priceFeed)
updateStableTokens(address _USDT, address _USDC)
updateToken(address _token)
updateVestingDetail(uint256 _vestingDuration, uint256 _vestingPercentage)
BuyToken(address indexed _user, uint256 indexed _amount)
ClaimToken(address indexed _user, uint256 indexed _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdatePrice(uint256 _oldPrice, uint256 _newPrice)
constructor(address _token, address _fundReceiver, uint256[] tokensToSell, uint256[] endTimestamps, uint256[] tokenPerUsdPrice)
This contract contains no fallback and receive objects.
This contract contains no error objects.