Proof of EIF
Verified contract
Active on
Ethereum with 675 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,518.71)
Native
Value
$2,518.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.814655 | $3,091.75 |
$2,518.71 | |
FOR | ERC-20 | 2 | $0.002423 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16101511 | 2 years ago | | | 0 | 0.00072719593 | |
| 13101902 | 3 years ago | | | 0 | 0.0072748960 | |
| 9451621 | 5 years ago | | | 0 | 0.00056476800 | |
| 9451556 | 5 years ago | | | 0 | 0.00023658000 | |
| 9451555 | 5 years ago | | | 0 | 0.00022287500 | |
| 9185998 | 5 years ago | | | 0.001 | 0.00011960500 | |
| 9166094 | 5 years ago | | | 0.001 | 0.00011960500 | |
| 8198362 | 5 years ago | | | 0 | 0.000063604000 | |
| 8134875 | 5 years ago | | | 0 | 0.00014581200 | |
| 8134874 | 5 years ago | | | 0 | 0.00014581200 |
ABI
ABI objects
Getter at block 21208838
PoEIF() view returns (address)
0x7c76a64ac61d1eeafe2b8af6f7f0a6a1890418f3
ambassadorCount() view returns (uint256)
1
buyPrice() view returns (uint256)
14100000000000
decimals() view returns (uint8)
18
depositCount_() view returns (uint256)
23
exitFee() view returns (uint8)
8
giveEthFundAddress() view returns (address)
0x6594edbf239f718558d6cf52947b132282ca6858
isPremine() view returns (bool)
false
isStarted() view returns (bool)
true
maxEarlyStake() view returns (uint256)
5000000000000000000
myTokens() view returns (uint256)
0
name() view returns (string)
Proof of EIF
premineLimit() view returns (uint256)
500000000000000000
sellPrice() view returns (uint256)
10222500000000
stakingRequirement() view returns (uint256)
50000000000000000000
startTime() view returns (uint256)
1549843200
symbol() view returns (string)
EIF
totalEthFundCollected() view returns (uint256)
3110937332259727051
totalEthFundRecieved() view returns (uint256)
3110907050460841384
totalEthereumBalance() view returns (uint256)
814655118571902179
totalSupply() view returns (uint256)
1167097506430806433374
whaleBalanceLimit() view returns (uint256)
75000000000000000000
Read-only
administrators(address) view returns (bool)
ambassadors_(address) view returns (bool)
balanceOf(address _customerAddress) view returns (uint256)
calculateEthereumReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _ethereumToSpend) view returns (uint256)
canAcceptTokens_(address) view returns (bool)
dividendsOf(address _customerAddress) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
stickyRef(address) view returns (address)
State-modifying
Events addAdministrator(address addr) returns (bool success)
addAmbassador(address addr) returns (bool success)
buy(address _referredBy) payable
donateDivs() payable
exit()
payFund()
reinvest()
removeAdministrator(address addr) returns (bool success)
removeAmbassador(address addr) returns (bool success)
sell(uint256 _amountOfTokens)
setCanAcceptTokens(address _address, bool _value)
setEarlyLimits(uint256 _whaleBalanceLimit, uint256 _maxEarlyStake, uint256 _premineLimit)
setName(string _name)
setStakingRequirement(uint256 _amountOfTokens)
setStartTime(uint256 _startTime)
setSymbol(string _symbol)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool)
updateFundAddress(address _newAddress)
withdraw()
Transfer(address indexed from, address indexed to, uint256 tokens)
onReferralUse(address indexed referrer, uint8 indexed level, uint256 ethereumCollected, address indexed customerAddress, uint256 timestamp)
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.