TempleOfETH Token
Verified contract
Active on
Ethereum with 2,048 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,103.46)
Native
Value
$6,103.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.804791 | $3,381.81 |
$6,103.46 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17094647 | 2 years ago | | | 0 | 0.0018428590 | |
| 16694301 | 2 years ago | | | 0 | 0.0019343246 | |
| 14539924 | 3 years ago | | | 0 | 0.0048802567 | |
| 12599987 | 3 years ago | | | 0 | 0.00042128100 | |
| 10933419 | 4 years ago | | | 0 | 0.0027595580 | |
| 10079038 | 4 years ago | | | 0 | 0.00071400000 | |
| 10078983 | 4 years ago | | | 0 | 0.00071214400 | |
| 10078976 | 4 years ago | | | 0 | 0.00091558400 | |
| 10078879 | 4 years ago | | | 0 | 0.00071214400 | |
| 10078852 | 4 years ago | | | 0 | 0.00065413500 |
ABI
ABI objects
Getter at block 21169963
buyPrice() view returns (uint256)
76258000000000
decimals() view returns (uint8)
18
depositCount_() view returns (uint256)
2888
entryFee() view returns (uint8)
40
fuse() view returns (address)
0x556f99ff7d5f445f24437ce7c03a909fc8bb650c
isPremine() view returns (bool)
false
isStarted() view returns (bool)
true
maxEarlyStake() view returns (uint256)
2500000000000000000
myTokens() view returns (uint256)
0
name() view returns (string)
TempleOfETH Token
sellPrice() view returns (uint256)
46299500000000
stakingRequirement() view returns (uint256)
100000000000000000000
startCalled() view returns (bool)
true
startTime() view returns (uint256)
1543532400
symbol() view returns (string)
TMPL
totalEthereumBalance() view returns (uint256)
1804791230953644924
totalSupply() view returns (uint256)
5439147296033568085753
whaleBalanceLimit() view returns (uint256)
100000000000000000000
Read-only
balanceOf(address _customerAddress) view returns (uint256)
calculateEthereumReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _ethereumToSpend) view returns (uint256)
calculateUntaxedEthereumReceived(uint256 _tokensToSell) view returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
State-modifying
Events buy(address _referredBy) payable returns (uint256)
exit()
purchaseFor(address _referredBy, address _customerAddress) payable returns (uint256)
reinvest()
sell(uint256 _amountOfTokens)
setStartTime(uint256 _startTime)
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, uint256 timestamp, uint256 price)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 ethereumEarned, uint256 timestamp, uint256 price)
onWithdraw(address indexed customerAddress, uint256 ethereumWithdrawn)
constructor()
fallback()
This contract contains no error objects.