GamechainPresale
Verified contract
Active on
Ethereum with 77 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
Balances ($0.00)
No balances found for "GamechainPresale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21060657 | 19 days ago | | | 4.999 | 0.0011301288 | |
| 21060641 | 19 days ago | | | 4.9981 | 0.0014317499 | |
| 21011329 | a month ago | | | 6.398 | 0.0013677999 | |
| 21011308 | a month ago | | | 4.999 | 0.0011365709 | |
| 20989518 | a month ago | | | 6.996 | 0.0030867876 | |
| 20968063 | a month ago | | | 5.99648 | 0.0029219133 | |
| 20961535 | a month ago | | | 5.896 | 0.0023334283 | |
| 20961508 | a month ago | | | 6.708 | 0.0015647774 | |
| 20961015 | a month ago | | | 5.9972 | 0.0020491066 | |
| 20960774 | a month ago | | | 3.385 | 0.0018721779 |
ABI
ABI objects
Getter at block 21200062
ETH_MULTIPLIER() view returns (uint256)
1000000000000000000
USDTInterface() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
USDT_MULTIPLIER() view returns (uint256)
1000000
currentRound() view returns (uint256)
5
fundReceiver() view returns (address)
0xc0a471a4bcc54826e81fd4f7c839ce182890e819
getLatestPrice() view returns (uint256)
3165627500000000000000
owner() view returns (address)
0xc0a471a4bcc54826e81fd4f7c839ce182890e819
presaleId() view returns (uint256)
10
saleToken() view returns (address)
0x0000000000000000000000000000000000000000
totalRaised() view returns (uint256)
583801254238
uniqueInvestors() view returns (uint256)
12
Read-only
claimableAmount(address user) view returns (uint256)
ethToTokens(uint256 _id, uint256 amount) view returns (uint256)
investorRound(address, uint256) view returns (uint256 totalAmount, uint256 claimedAmount, uint256 claimStart)
investors(address) view returns (uint256 totalAmount, uint256 claimedAmount, uint256 claimStart)
paused(uint256) view returns (bool)
presaleRound(uint256) view returns (uint256 startTime, uint256 endTime, uint256 price, uint256 nextRoundPrice, uint256 tokensToSell, uint256 baseDecimals, uint256 inSale, uint256 amountRaised, uint256 vestingStartTime, uint256 vestingCliff)
usdtToTokens(uint256 _id, uint256 amount) view returns (uint256)
State-modifying
Events buyWithEth(uint256 _id) payable returns (bool)
buyWithUSDT(uint256 _id, uint256 usdAmount) returns (bool)
changeClaimAddress(address _oldAddress, address _newAddress)
changeClaimStart(address[] _address, uint256[] _claimStart)
changeFundWallet(address _wallet)
changeOracleAddress(address _oracle)
changePrice(uint256 _id, uint256 _price, uint256 _nextRoundPrice, uint256 _tokensToSell)
changeSaleTimes(uint256 _id, uint256 _startTime, uint256 _endTime)
changeSaleToken(address _newAddress)
changeUSDTToken(address _usdt)
changeVestingStartTime(uint256 _id, uint256 _vestingStartTime)
claim(address user) returns (bool)
claimMultiple(address[] users) returns (bool)
createPresale(uint256 _startTime, uint256 _endTime, uint256 _price, uint256 _nextRoundPrice, uint256 _tokensToSell, uint256 _baseDecimals, uint256 _vestingStartTime, uint256 _vestingCliff)
pausePresale(uint256 _id)
renounceOwnership()
transferOwnership(address newOwner)
unPausePresale(uint256 _id)
withdrawFunds(uint256 amount)
withdrawTokens(address _token, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PresaleCreated(uint256 indexed _id, uint256 _totalTokens, uint256 _startTime, uint256 _endTime)
PresalePaused(uint256 indexed id, uint256 timestamp)
PresaleTokenAddressUpdated(address indexed prevValue, address indexed newValue, uint256 timestamp)
PresaleUnpaused(uint256 indexed id, uint256 timestamp)
PresaleUpdated(bytes32 indexed key, uint256 prevValue, uint256 newValue, uint256 timestamp)
TokensBought(address indexed user, uint256 indexed id, address indexed purchaseToken, uint256 tokensBought, uint256 amountPaid, uint256 timestamp)
TokensClaimed(address indexed user, uint256 amount, uint256 timestamp)
constructor(address _oracle, address _usdt)
receive()
This contract contains no error objects.