philosafe token
Verified contract
Active on
Ethereum with 16,174 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.001889 |
$0 | |
PLST | ERC-20 | 221 | -- | -- | |
WDT | ERC-20 | 0.0005 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13886291 | 3 years ago | | | 0 | 0.0032530110 | |
| 13408774 | 3 years ago | | | 0 | 0.0051892447 | |
| 12446065 | 4 years ago | | | 0 | 0.0019942780 | |
| 12423591 | 4 years ago | | | 0 | 0.0064430521 | |
| 12423460 | 4 years ago | | | 0 | 0.0058858047 | |
| 10746990 | 4 years ago | | | 0 | 0.0024937715 | |
| 10746990 | 4 years ago | | | 0 | 0.0024937715 | |
| 10746983 | 4 years ago | | | 0 | 0.0014872715 | |
| 10746918 | 4 years ago | | | 0 | 0.0033855085 | |
| 10467402 | 4 years ago | | | 0 | 0.0010402840 |
ABI
ABI objects
Getter at block 21289105
INITIAL_SUPPLY() view returns (uint256)
100000000000
amountRaised() view returns (uint256)
0
buyPrice() view returns (uint256)
50000
crowdsaleClosed() view returns (bool)
false
decimals() view returns (uint8)
2
name() view returns (string)
philosafe token
owner() view returns (address)
0xb926e18aecc15dff628653e49e506ac05c5cc424
symbol() view returns (string)
PLST
totalSupply() view returns (uint256)
100000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
batchTransfer(address[] _recipients, uint256[] _values) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
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.