PublicSale
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
17 additional
variables
Balances ($0.00)
No balances found for "PublicSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PublicSale"
ABI
ABI objects
Getter at block 21213960 totalOpenPurchasedAmount() view returns (uint256) totalOpenSaleAmount() view returns (uint256)
ADMIN_ROLE() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
BURNER_ROLE() view returns (bytes32)
0x9667e80708b6eeeb0053fa0cca44e028ff548e2a9f029edfeac87c118b08b7c8
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
adminWithdraw() view returns (bool)
false
claimFirst() view returns (uint256)
0
claimInterval() view returns (uint256)
0
claimPeriod() view returns (uint256)
0
endAddWhiteTime() view returns (uint256)
0
endDepositTime() view returns (uint256)
0
endExclusiveTime() view returns (uint256)
0
getToken() view returns (address)
0x0000000000000000000000000000000000000000
getTokenOwner() view returns (address)
0x0000000000000000000000000000000000000000
pauseProxy() view returns (bool)
false
payTokenPrice() view returns (uint256)
0
sTOS() view returns (address)
0x0000000000000000000000000000000000000000
saleToken() view returns (address)
0x0000000000000000000000000000000000000000
saleTokenPrice() view returns (uint256)
0
snapshot() view returns (uint256)
0
startAddWhiteTime() view returns (uint256)
0
startClaimTime() view returns (uint256)
0
startDepositTime() view returns (uint256)
0
startExclusiveTime() view returns (uint256)
0
totalDepositAmount() view returns (uint256)
0
totalExPurchasedAmount() view returns (uint256)
0
totalExSaleAmount() view returns (uint256)
0
totalExpectOpenSaleAmount() view returns (uint256)
0
totalExpectOpenSaleAmountView() view returns (uint256)
0
totalExpectSaleAmount() view returns (uint256)
0
totalRound1NonSaleAmount() view returns (uint256)
0
totalRound1Users() view returns (uint256)
0
totalRound2Users() view returns (uint256)
0
totalRound2UsersClaim() view returns (uint256)
0
totalUsers() view returns (uint256)
0
totalWhitelists() view returns (uint256)
0
wton() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
calculClaimAmount(address _account, uint256 _period) view returns (uint256 _reward, uint256 _totalClaim)
calculOpenSaleAmount(address _account, uint256 _amount) view returns (uint256)
calculPayToken(uint256 _amount) view returns (uint256)
calculSaleToken(uint256 _amount) view returns (uint256)
calculTier(address _address) view returns (uint256)
calculTierAmount(address _address) view returns (uint256)
depositors(uint256) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isAdmin(address account) view returns (bool)
openSaleUserAmount(address user) view returns (uint256 _realPayAmount, uint256 _realSaleAmount, uint256 _refundAmount)
tiers(uint256) view returns (uint256)
tiersAccount(uint256) view returns (uint256)
tiersExAccount(uint256) view returns (uint256)
tiersPercents(uint256) view returns (uint256)
totalSaleUserAmount(address user) view returns (uint256 _realPayAmount, uint256 _realSaleAmount, uint256 _refundAmount)
usersClaim(address) view returns (bool exec, uint256 claimAmount, uint256 refundAmount)
usersEx(address) view returns (bool join, uint256 tier, uint256 payAmount, uint256 saleAmount)
usersOpen(address) view returns (bool join, uint256 depositAmount, uint256 payAmount, uint256 saleAmount)
whitelists(uint256) view returns (address)
State-modifying
Events addAdmin(address account)
addWhiteList()
changeTONOwner(address _address)
claim()
deposit(uint256 _amount)
depositWithdraw()
exclusiveSale(uint256 _amount)
grantRole(bytes32 role, address account)
removeAdmin(address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAllAmount(uint256[2] _expectAmount, uint256[2] _priceAmount)
setAllTier(uint256[4] _tier, uint256[4] _tierPercent)
setAllValue(uint256 _snapshot, uint256[4] _exclusiveTime, uint256[2] _openSaleTime, uint256[4] _claimTime)
setClaim(uint256 _startClaimTime, uint256 _claimInterval, uint256 _claimPeriod, uint256 _claimFirst)
setExclusiveTime(uint256 _startAddWhiteTime, uint256 _endAddWhiteTime, uint256 _startExclusiveTime, uint256 _endExclusiveTime)
setOpenTime(uint256 _startDepositTime, uint256 _endDepositTime)
setSaleAmount(uint256 _totalExpectSaleAmount, uint256 _totalExpectOpenSaleAmount)
setSnapshot(uint256 _snapshot)
setTier(uint256 _tier1, uint256 _tier2, uint256 _tier3, uint256 _tier4)
setTierPercents(uint256 _tier1, uint256 _tier2, uint256 _tier3, uint256 _tier4)
setTokenPrice(uint256 _saleTokenPrice, uint256 _payTokenPrice)
transferAdmin(address newAdmin)
withdraw()
AddedWhiteList(address indexed from, uint256 tier)
Claimed(address indexed from, uint256 amount)
DepositWithdrawal(address indexed from, uint256 amount)
Deposited(address indexed from, uint256 amount)
ExclusiveSaled(address indexed from, uint256 amount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Withdrawal(address indexed from, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.