SHMUPresale
Verified contract
Active on
Ethereum with 8,459 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHMU | ERC-20 | 449.914496M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21045408 | 2 months ago | | | 0 | 0.00038876145 | |
| 20646394 | 3 months ago | | | 0 | 0.000016684800 | |
| 20646327 | 3 months ago | | | 0 | 0.000016684800 | |
| 20646288 | 3 months ago | | | 0 | 0.000054506400 | |
| 20219096 | 5 months ago | | | 0 | 0.00060279289 | |
| 20049395 | 6 months ago | | | 0 | 0.00093292100 | |
| 20020323 | 6 months ago | | | 0 | 0.0012524741 | |
| 20019713 | 6 months ago | | | 0 | 0.0016366111 | |
| 20018632 | 6 months ago | | | 0 | 0.0010446331 | |
| 20018632 | 6 months ago | | | 0 | 0.0010446331 |
ABI
ABI objects
Getter at block 21378018
claimStartTime() view returns (uint256)
1703887201
getCurrentPrice() view returns (uint256)
51175
getDaysPast() view returns (uint256 daysPast)
183
oracle() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
owner() view returns (address)
0x9bddb209be5229d9f864be5618b0bd9b26f0a132
paused() view returns (bool)
false
presaleAmount() view returns (uint256)
500000000
priceShift() view returns (uint256)
225
saleEndTime() view returns (uint256)
1703887200
saleStartTime() view returns (uint256)
1688058000
saleToken() view returns (address)
0x97d6e56d39c6add9186715795d371293d099d971
startPrice() view returns (uint256)
10000
totalSoldPrice() view returns (uint256)
2848909894875
totalTokensClaimed() view returns (uint256)
50085504
totalTokensSold() view returns (uint256)
126111123
usdToken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
Read-only
blacklist(address) view returns (bool)
getPrice(uint256 _amount) view returns (uint256 priceInNativeCoin, uint256 priceInUSD)
hasClaimed(address) view returns (bool)
purchasedTokens(address) view returns (uint256)
State-modifying
Events addToBlacklist(address[] _users)
buyWithNativeCoin(uint256 _amount, uint256 _referrerId) payable
buyWithUSD(uint256 _amount, uint256 _referrerId)
claim()
claimUnsold()
pause()
removeFromBlacklist(address[] _users)
renounceOwnership()
setPresaleAmount(uint256 _amount)
transferOwnership(address newOwner)
unpause()
AddedToBlacklist(address indexed user, uint256 timestamp)
ClaimTimeUpdated(uint256 claimStartTime, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PresaleAmountSet(uint256 amount, uint256 timestamp)
RemovedFromBlacklist(address indexed user, uint256 timestamp)
SaleTimeUpdated(uint256 saleStartTime, uint256 saleEndTime, uint256 timestamp)
TokensBought(address indexed user, bytes32 indexed purchaseMethod, uint256 amount, uint256 totalCostInUsd, uint256 totalCostInBNB, uint256 indexed referrerId, uint256 timestamp)
TokensClaimed(address indexed user, uint256 amount, uint256 timestamp)
Unpaused(address account)
UnsoldTokensClaimed(uint256 amount, uint256 timestamp)
constructor(address _saleToken, address _oracle, address _usdToken, uint256 _saleStartTime, uint256 _saleEndTime, uint256 _claimStartTime, uint256 _startPrice, uint256 _priceShift)
This contract contains no fallback and receive objects.
AddressBlacklisted()
AlreadyClaimed()
BuyAtLeastOneToken()
InvalidTimeframe()
NotEnoughAllowance(uint256 provided, uint256 expected)
NotEnoughNativeCoin(uint256 sent, uint256 expected)
NothingToClaim()
PresaleAmountExceeded(uint256 tokensRemains)
PresaleNotEnded()
ZeroAddress(string contractName)