Presale EVE Tokens
Verified contract
Active on
Ethereum with 95 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb74c…8203
0x1e2f…f24e
Balances ($0.00)
No balances found for "Presale EVE Tokens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5060488 | 7 years ago | | | 0 | 0.00084973000 | |
| 5004397 | 7 years ago | | | 0 | 0.00048556000 | |
| 4994258 | 7 years ago | | | 0 | 0.00099539800 | |
| 4926304 | 7 years ago | | | 0 | 0.00047829600 | |
| 4926261 | 7 years ago | | | 0 | 0.00041000400 | |
| 4912960 | 7 years ago | | | 150 | 0.0048083420 | |
| 4910637 | 7 years ago | | | 0 | 0.00060179700 | |
| 4910468 | 7 years ago | | | 24 | 0.00097784000 | |
| 4910451 | 7 years ago | | | 62 | 0.0024105320 | |
| 4904656 | 7 years ago | | | 112 | 0.0027880560 |
ABI
ABI objects
Getter at block 21275962
START_DATE() view returns (uint256)
1513303200
TEST_CONTRIBUTION() view returns (uint256)
10000000000000000
_totalSupply() view returns (uint256)
4561764705882352941176
closed() view returns (bool)
true
contributedEth() view returns (uint256)
4561764705882352941176
contributedUsd() view returns (uint256)
3101997
decimals() view returns (uint8)
18
ethCap() view returns (uint256)
5882352941176470588235
ethMinContribution() view returns (uint256)
20000000000000000000
mintable() view returns (bool)
false
name() view returns (string)
Presale EVE Tokens
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x2f0b7563e440b732782a8a99ab7fbd1bc5bbfc4f
picopsCertifier() view returns (address)
0x1e2f058c43ac8965938f6e9ca286685a3e63f24e
symbol() view returns (string)
PREVE
totalSupply() view returns (uint256)
4561764705882352941176
transferable() view returns (bool)
false
usdCap() view returns (uint256)
4000000
usdPerKEther() view returns (uint256)
680000
wallet() view returns (address)
0x2f0b7563e440b732782a8a99ab7fbd1bc5bbfc4f
whitelist() view returns (address)
0xb74c2851d55cd01a43bdd0878fe6c0ff984a8203
Read-only
addressCanContribute(address _addr) view returns (bool)
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
closeSale()
enableTransfers()
setEthMinContribution(uint256 _ethMinContribution)
setPICOPSCertifier(address _picopsCertifier)
setUsdCap(uint256 _usdCap)
setUsdPerKEther(uint256 _usdPerKEther)
setWallet(address _wallet)
setWhitelist(address _whitelist)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Contributed(address indexed addr, uint256 ethAmount, uint256 ethRefund, uint256 usdAmount, uint256 contributedEth, uint256 contributedUsd)
EthMinContributionUpdated(uint256 oldEthMinContribution, uint256 newEthMinContribution)
MintingDisabled()
OwnershipTransferred(address indexed _from, address indexed _to)
PICOPSCertifierUpdated(address indexed oldPICOPSCertifier, address indexed newPICOPSCertifier)
Transfer(address indexed from, address indexed to, uint256 tokens)
TransfersEnabled()
UsdCapUpdated(uint256 oldUsdCap, uint256 newUsdCap)
UsdPerKEtherUpdated(uint256 oldUsdPerKEther, uint256 newUsdPerKEther)
WalletUpdated(address indexed oldWallet, address indexed newWallet)
WhitelistUpdated(address indexed oldWhitelist, address indexed newWhitelist)
constructor()
fallback()
This contract contains no error objects.