MoonSaleCustom
Verified contract
Active on
Ethereum with 1,148 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($18,757.28)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APP | ERC-20 | 4.419485M | $0.002929 |
$12,944.98 | |
USDT | ERC-20 | 5.8123K | $1.00 |
$5,812.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271879 | 5 hours ago | | | 0 | 0.00096530318 | |
| 21263035 | a day ago | | | 0 | 0.00053274792 | |
| 21262976 | a day ago | | | 0 | 0.00048413842 | |
| 21261490 | 2 days ago | | | 0 | 0.00066343630 | |
| 21260129 | 2 days ago | | | 0 | 0.00072757713 | |
| 21257088 | 2 days ago | | | 0 | 0.00076629482 | |
| 21257017 | 2 days ago | | | 0 | 0.00066802550 | |
| 21249161 | 3 days ago | | | 0 | 0.00082736413 | |
| 21245670 | 4 days ago | | | 0 | 0.0011882515 | |
| 21245668 | 4 days ago | | | 0 | 0.0011902607 |
ABI
ABI objects
Getter at block 21273361
BASE_POINTS() view returns (uint256)
10000
areClaimsPaused() view returns (bool)
false
claimTime() view returns (uint256)
1705053900
cliff() view returns (uint256)
7776000
endTime() view returns (uint256)
1704999600
getPaymentTokens() view returns (struct MoonSaleBasePaymentToken[])
[(0xdac17f958d2ee523a2206206994597c13d831ec7, 8000)]
getSaleData() view returns (address _rewardToken, uint256 _startTime, uint256 _endTime, uint256 _maxTotal, uint256 _total, uint256 _available, struct MoonSaleBasePaymentToken[] _paymentTokens)
(_rewardToken=0xc5d27f27f08d1fd1e3ebbaa50b3442e6c0d50439, _startTime=1704884400, _endTime=1704999600, _maxTotal=15625000000000000000000000, _total=11956315597125000000000000, _available=3668684402875000000000000, _paymentTokens=[(0xdac17f958d2ee523a2206206994597c13d831ec7, 8000)])
initialUnlock() view returns (uint256)
1000
maxTotal() view returns (uint256)
15625000000000000000000000
owner() view returns (address)
0x70127f2c6043fa9ed21f96e12c478fb34fe59b74
paused() view returns (bool)
false
rewardToken() view returns (address)
0xc5d27f27f08d1fd1e3ebbaa50b3442e6c0d50439
startTime() view returns (uint256)
1704884400
total() view returns (uint256)
11956315597125000000000000
totalAvailableAfter() view returns (uint256)
1765361100
totalRewards() view returns (uint256)
11956315597125000000000000
totalWithdrawn() view returns (uint256)
1580515400160526315789421
treasury() view returns (address)
0xb64e395cbfcdc46c993ed9f181e0161e4aa8798a
vesting() view returns (uint256)
52531200
vestingInterval() view returns (uint256)
3600
Read-only
allocations(address) view returns (uint256)
getAvailableAllocation(address _address) view returns (uint256)
getMaxAllocation(address _address) view returns (uint256)
getPriceInToken(address paymentToken) view returns (uint256)
getTokenAmount(address paymentToken, uint256 paymentAmount) view returns (uint256)
getUserData(address _address) view returns (uint256 _allocation, uint256 _reward, uint256 _available)
getWithdrawableAmount(address _user) view returns (uint256)
paymentTokens(uint256) view returns (address token, uint256 price)
userInfo(address) view returns (uint256 reward, uint256 withdrawn)
State-modifying
Events addClaimants(address[] _claimants, uint256[] _claimAmounts)
addPaymentToken(address _token, uint256 _price)
buy(address paymentToken, uint256 paymentAmount)
claim()
emergencyWithdrawToken(address tokenAddress)
freezeRewards(address[] _claimants)
pauseClaims()
removePaymentToken(address _token)
renounceOwnership()
resetPaymentTokens(address[] _tokens, uint256[] _prices)
setAllocations(address[] _addresses, uint256[] _allocations)
setEndTime(uint256 _endTime)
setMaxTotal(uint256 _maxTotal)
setStartTime(uint256 _startTime)
setTreasury(address _treasury)
setUserInfo(address[] _users, uint256[] _rewards, uint256[] _withdrawns)
transferOwnership(address newOwner)
unPauseClaims()
updateClaimTimestamp(uint256 _claimTime)
withdrawRewardAmount()
Bought(address indexed by, address indexed paymentToken, uint256 paymentAmount, uint256 buyAmount)
ClaimantsAdded(address[] indexed claimants, uint256[] indexed amounts)
ClaimsPaused()
ClaimsUnpaused()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PaymentTokenUpdated(address token, uint256 price)
PaymentTokensReset()
RewardClaimed(address indexed user, uint256 indexed withdrawAmount, uint256 totalWithdrawn)
RewardsFrozen(address[] indexed claimants)
Unpaused(address account)
constructor(address _saleToken, uint256 _price, address _defaultPaymentToken, uint256 _startTime, uint256 _endTime, uint256 _claimTime, uint256 _maxTotal, address _treasury, uint256[4] _vestingData)
This contract contains no fallback and receive objects.
This contract contains no error objects.