TokenSale
Verified contract
Active on
Ethereum with 634 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
Balances ($1,122,359.79)
Native
Value
$1,122,359.79
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 358.642133 | $3,129.47 |
$1,122,359.79 | |
PSY | ERC-20 | 6.133035M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21203268 | an hour ago | | | 0 | 0.00074556466 | |
| 21203268 | an hour ago | | | 0 | 0.00078594063 | |
| 21203251 | an hour ago | | | 0 | 0.00067573058 | |
| 21202720 | 3 hours ago | | | 0 | 0.00075760558 | |
| 21202702 | 3 hours ago | | | 0 | 0.00078777708 | |
| 21202620 | 3 hours ago | | | 0 | 0.00079630254 | |
| 21202465 | 4 hours ago | | | 0 | 0.00078113696 | |
| 21202432 | 4 hours ago | | | 0 | 0.0020099160 | |
| 21202427 | 4 hours ago | | | 0 | 0.0020099160 | |
| 21202404 | 4 hours ago | | | 0 | 0.00080246388 |
ABI
ABI objects
Getter at block 21203631
dataFeed() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
owner() view returns (address)
0xb253a1ab24b612c2af37f8fc935b40c7304650e5
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
psyToken() view returns (address)
0x2196b84eace74867b73fb003aff93c11fce1d47a
saleActive() view returns (bool)
false
tokenPriceInDollar() view returns (uint256)
1000000000000000
tokensLocked() view returns (bool)
false
totalTokensForSale() view returns (uint256)
0
Read-only
userBalances(address) view returns (uint256)
State-modifying
Events acceptOwnership()
buyTokens(uint256 _amountOfPsyTokens) payable
calculateEthAmountPerPsyToken() returns (uint256)
depositPsyTokensForSale(uint256 _amountToDeposit)
pauseSale()
renounceOwnership()
resumeSale()
setTokenPrice(uint256 _newPrice)
transferOwnership(address newOwner)
unlockToken()
updateChainlinkPriceFeed(address _newPriceFeed)
withdrawFunds(address _receiver)
withdrawTokens()
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SalePaused()
SaleResumed()
TokenUnlocked()
TokensBought(address buyer, uint256 amount)
TokensWithdrawn(address withdrawer, uint256 amount)
constructor(address _psyToken, address _chainlinkPriceFeed, uint256 _tokenPrice)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)