MetacadePresaleV2
Verified contract
Active on
Ethereum with 31,883 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
-
variable spans 8 additional slots
0x5f4e…8419
Balances ($179.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 166.163731 | $1.001 |
$166.33 | |
0x431a…dbe0 | ERC-20 | 222 | $0.034364 |
$7.63 | |
MEMAGX | ERC-20 | 3.036K | $0.001767 |
$5.36 | |
MCADE | ERC-20 | 33.039727M | -- | -- | |
MEMAG | ERC-20 | 3.036K | -- | -- | |
WERX | ERC-20 | 1 | -- | -- | |
EGGT | ERC-20 | 0.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21168963 | 4 days ago | | | 0 | 0.0020014744 | |
| 21058919 | 20 days ago | | | 0 | 0.00070089164 | |
| 21032142 | 23 days ago | | | 0 | 0.00062830574 | |
| 21031708 | 24 days ago | | | 0 | 0.00021127614 | |
| 21031706 | 24 days ago | | | 0 | 0.00067065442 | |
| 21009774 | a month ago | | | 0 | 0.00067631140 | |
| 21007042 | a month ago | | | 0 | 0.0015848103 | |
| 20876946 | a month ago | | | 0 | 0.00069631023 | |
| 20776720 | 2 months ago | | | 0 | 0.0011593751 | |
| 20771528 | 2 months ago | | | 0 | 0.0023784888 |
ABI
ABI objects
Getter at block 21200507 totalSoldPrice() view returns (uint256)
USDTInterface() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
aggregatorInterface() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
betaPresale() view returns (address)
0x5f95fe0dbd6cbd03afa160f4d9aead9d44cf9ce6
claimStart() view returns (uint256)
1680807600
currentStep() view returns (uint256)
8
endTime() view returns (uint256)
1680332340
getCurrentPrice() view returns (uint256)
20000000000000000
getLatestPrice() view returns (uint256)
3185705800000000000000
getSoldOnCurrentStage() view returns (uint256 soldOnCurrentStage)
200000000
getTotalPresaleAmount() view returns (uint256)
1155000000
owner() view returns (address)
0xa539e86e09037be64c4f6e34b4278a32c809cab2
paused() view returns (bool)
false
previousPresale() view returns (address)
0x455866667b9843d622aabf7459eaad858b55b2d0
saleToken() view returns (address)
0xed328e9c1179a30ddc1e7595e036aed8760c22af
startTime() view returns (uint256)
1669676929
totalTokensSold() view returns (uint256)
1155000000
Read-only
blacklist(address) view returns (bool)
calculatePrice(uint256 _amount) view returns (uint256)
ethBuyHelper(uint256 _amount) view returns (uint256 ethAmount)
hasClaimed(address) view returns (bool)
token_amount(uint256) view returns (uint256)
token_price(uint256) view returns (uint256)
usdtBuyHelper(uint256 _amount) view returns (uint256 usdtPrice)
userDeposits(address _user) view returns (uint256)
State-modifying
Events addToBlacklist(address[] _users)
buyWithEth(uint256 _amount) payable returns (bool)
buyWithUSDT(uint256 _amount) returns (bool)
changeSaleTimes(uint256 _startTime, uint256 _endTime)
claim()
configureClaim(uint256 _claimStart) returns (bool)
pause()
removeFromBlacklist(address[] _users)
renounceOwnership()
resqueERC20(address _tokenAddress, uint256 _amount)
sync()
transferOwnership(address newOwner)
unpause()
ClaimStartUpdated(uint256 prevValue, uint256 newValue, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SaleTimeSet(uint256 _start, uint256 _end, uint256 timestamp)
TokensBought(address indexed user, uint256 indexed tokensBought, uint256 amountPaid, uint256 timestamp)
TokensClaimed(address indexed user, uint256 amount, uint256 timestamp)
Unpaused(address account)
constructor(address _previousPresale, address _betaPresale, address _saleToken, address _aggregatorInterface, address _USDTInterface, uint256[9] _token_amount, uint256[9] _token_price, uint256 _startTime, uint256 _endTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.