Presearch
Verified contract
Active on
Ethereum with 30,293 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($630.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRE | ERC-20 | 51.29671K | $0.012295 |
$630.7 | |
XLAB | ERC-20 | 50 | $0.000002 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
PRE | ERC-20 | 15.115K | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
XCEL | ERC-20 | 50 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20319484 | 4 months ago | | | 0 | 0.00021961440 | |
| 20188197 | 5 months ago | | | 0 | 0.00030780000 | |
| 20175140 | 5 months ago | | | 0 | 0.00030120267 | |
| 19369099 | 9 months ago | | | 0 | 0.0033608613 | |
| 19365523 | 9 months ago | | | 0 | 0.0021685626 | |
| 18951752 | a year ago | | | 0 | 0.0016740240 | |
| 18752542 | a year ago | | | 0 | 0.0010834560 | |
| 18482200 | a year ago | | | 0 | 0.00096862648 | |
| 18433399 | a year ago | | | 0 | 0.0010067806 | |
| 17846146 | a year ago | | | 0 | 0.00095656995 |
ABI
ABI objects
Getter at block 21257171
crowdsaleAddress() view returns (address)
0x16fa565b6b61248a5807c3af14f0005b383c4214
decimals() view returns (uint8)
18
initialSupply() view returns (uint256)
250000000000000000000000000
maxSupply() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
Presearch
owner() view returns (address)
0xabb57c05ba81b5dc0b089daaddbce5c9973d5072
symbol() view returns (string)
PRE
totalSupply() view returns (uint256)
1000000000000000000000000000
unlockDate() view returns (uint256)
1512018000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _amount)
mint(uint256 _amount)
setCrowdsaleAddress(address newCrowdsaleAddress)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
updateUnlockDate(uint256 _newDate)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.