Jie Yue Token
Verified contract
Active on
Ethereum with 492 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$9,747.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.160745 | $3,083.99 |
$9,747.71 | |
GSE | ERC-20 | 24 | $0.00003 |
$0 | |
EBK | ERC-20 | 31.371409 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13195611 | 3 years ago | | | 0 | 0.0026978858 | |
| 12581037 | 3 years ago | | | 0 | 0.00047089900 | |
| 12581023 | 3 years ago | | | 0 | 0.00056542200 | |
| 11563329 | 4 years ago | | | 0 | 0.0026705400 | |
| 11563323 | 4 years ago | | | 0 | 0.0014397000 | |
| 11563323 | 4 years ago | | | 0 | 0.0043492966 | |
| 11563298 | 4 years ago | | | 0 | 0.0030266120 | |
| 10007205 | 5 years ago | | | 0 | 0.00030418700 | |
| 10007140 | 5 years ago | | | 0 | 0.00048959900 | |
| 10007125 | 5 years ago | | | 0 | 0.00065575400 |
ABI
ABI objects
Getter at block 21209303
buyPrice() view returns (uint256)
182400000000000
decimals() view returns (uint8)
18
funderBalance_() view returns (uint256)
0
myTokens() view returns (uint256)
0
name() view returns (string)
Jie Yue Token
onlyAmbassadors() view returns (bool)
false
sellPrice() view returns (uint256)
121600000000000
stakingRequirement() view returns (uint256)
5000000000000000000
symbol() view returns (string)
JYT
totalEthereumBalance() view returns (uint256)
3160745399726819046
totalSupply() view returns (uint256)
15192078562779824677107
Read-only
administrators(bytes32) view returns (bool)
balanceOf(address _customerAddress) view returns (uint256)
calculateEthereumReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _ethereumToSpend) view returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
State-modifying
Events batchTransfer(address[] _receivers, uint256 _value) returns (bool)
buy(address _referredBy) payable returns (uint256)
disableInitialStage()
exit()
funderWithdraw()
reinvest()
sell(uint256 _amountOfTokens)
setAdministrator(bytes32 _identifier, bool _status)
setName(string _name)
setStakingRequirement(uint256 _amountOfTokens)
setSymbol(string _symbol)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
withdraw()
Transfer(address indexed from, address indexed to, uint256 tokens)
onReinvestment(address indexed customerAddress, uint256 ethereumReinvested, uint256 tokensMinted)
onTokenPurchase(address indexed customerAddress, uint256 incomingEthereum, uint256 tokensMinted, address indexed referredBy)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 ethereumEarned)
onWithdraw(address indexed customerAddress, uint256 ethereumWithdrawn)
constructor()
fallback()
This contract contains no error objects.