Phantasma Energy
Verified contract
Active on
Ethereum with 5,481 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 |
---|---|---|---|---|---|
KCAL | ERC-20 | 4.909708K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20395670 | 4 months ago | | | 0 | 0.000024218000 | |
| 19953975 | 6 months ago | | | 0 | 0.00024333107 | |
| 19947524 | 6 months ago | | | 0 | 0.00028682235 | |
| 19917383 | 6 months ago | | | 0 | 0.00033074883 | |
| 19533336 | 8 months ago | | | 0 | 0.0015508748 | |
| 18916377 | a year ago | | | 0 | 0.00051257281 | |
| 18916375 | a year ago | | | 0 | 0.00053145689 | |
| 18916371 | a year ago | | | 0 | 0.00048002860 | |
| 18429866 | a year ago | | | 0 | 0.00060605000 | |
| 18236314 | a year ago | | | 0 | 0.00054357340 |
ABI
ABI objects
Getter at block 21247180
decimals() view returns (uint8)
10
name() view returns (string)
Phantasma Energy
paused() view returns (bool)
true
symbol() view returns (string)
KCAL
totalSupply() view returns (uint256)
535858972120308628
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address account) view returns (uint256)
State-modifying
Events addNodeAddress(address _address)
approve(address _spender, uint256 _value) returns (bool)
deleteNodeAddress(address _address)
pause()
swapIn(address source, address target, uint256 amount) returns (bool success)
swapInit(address newProducer) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unpause()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Paused(address account)
SwapInit(address indexed _from, address indexed _to)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unpaused(address account)
constructor(string name_, string symbol_, uint8 decimals_)
This contract contains no fallback and receive objects.
This contract contains no error objects.