Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x508b…cedb
-
variable spans 6 additional slots
Balances ($0.00)
No balances found for "Presale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19737112 | 7 months ago | | | 0 | 0.00014970914 | |
| 19737102 | 7 months ago | | | 0 | 0.00015725235 | |
| 19737098 | 7 months ago | | | 0 | 0.00015728981 | |
| 19671930 | 7 months ago | | | 0 | 0.00054912951 | |
| 19664521 | 8 months ago | | | 0 | 0.00071338580 | |
| 19444377 | 9 months ago | | | 0 | 0.0027365505 | |
| 19126056 | 10 months ago | | | 0 | 0.0024297852 | |
| 19126053 | 10 months ago | | | 0 | 0.0020561540 | |
| 19126051 | 10 months ago | | | 0 | 0.0024427008 | |
| 19031348 | 10 months ago | | | 0 | 0.0027556668 |
ABI
ABI objects
Getter at block 21311352
UniswapV2Factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
UniswapV2Router02() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
coldTokenAmount() view returns (uint256)
1700000000000000000000000
ethRaised() view returns (uint256)
99947172999969075360
isDeposit() view returns (bool)
true
isFinish() view returns (bool)
true
isInit() view returns (bool)
true
isPaused() view returns (bool)
false
isRefund() view returns (bool)
false
owner() view returns (address result)
0x05048532ad80f94cbb320188c0706b85212998d4
pool() view returns (uint64 startTime, uint64 endTime, uint8 liquidityPortion, uint256 saleRate, uint256 totalSupply, uint256 hardCap, uint256 softCap, uint256 maxBuy, uint256 minBuy)
(startTime=1700617559, endTime=1702573223, liquidityPortion=52, saleRate=3400000, totalSupply=1000000000000000000000000000, hardCap=100000000000000000000, softCap=10000000000000000000, maxBuy=5000000000000000000, minBuy=250000000000000000)
presaleTokens() view returns (uint256)
179611800105143776000000
teamDrop() view returns (uint8)
2
teamWallet() view returns (address)
0xb5246b09fd409354f68ebb5f0569e612653ad76a
tokenInstance() view returns (address)
0x508b27902c6c14972a10a4e413b9cfa449e9cedb
Read-only
claimed(address) view returns (bool)
ethContribution(address) view returns (uint256)
hotClaimed(address) view returns (uint8)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events airdrop(address team1, address team2, address team3, address team4, address cex1, address cex2, address cex3, address cex4)
buyTokens(address _contributor) payable
cancelOwnershipHandover() payable
cancelSale()
claimColdTokens()
claimHotTokens()
completeOwnershipHandover(address pendingOwner) payable
confirmDeposit(address _token)
extendSale(uint64 timeAdd)
finishSale()
initSale(uint8 _liquidityPortion, uint256 _presalePortion, uint256 _totalSup, uint256 _hardCap, uint256 _softCap, uint256 _maxBuy, uint256 _minBuy)
lowerMinimum(uint256 newMin)
pauseSale()
refund()
renounceOwnership() payable
requestOwnershipHandover() payable
transferOwnership(address newOwner) payable
withrawTokens()
Airdrop(uint8 teamDrop)
Bought(address indexed _buyer, uint256 _tokenAmount)
BurntRemainder(address indexed _initiator, uint256 _amount)
Canceled(address indexed _inititator, address indexed _token, address indexed _presale)
Claimed(address indexed _participent, uint256 _tokenAmount)
Deposited(address indexed _initiator, uint256 _totalDeposit)
Liquified(address indexed _token, address indexed _router, address indexed _pair)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Refunded(address indexed _refunder, uint256 _tokenAmount)
RefundedRemainder(address indexed _initiator, uint256 _amount)
SaleExtended(uint64 newFinish)
SaleMinimumLowered(uint256 newMinimum)
SaleOpened()
SalePaused()
Withdraw(address indexed _creator, uint256 _amount)
constructor(address _uniswapv2Router, address _uniswapv2Factory, address _teamWallet)
receive()
AlreadyInitialized()
NewOwnerIsZeroAddress()
NoHandoverRequest()
ReentrancyGuardReentrantCall()
Unauthorized()
ps__cannotClaim()
ps__out()