PhantasmaToken
Verified contract
Active on
Ethereum with 10,480 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 2 | $0.999709 |
$2 | |
SOUL | ERC-20 | 19.450382K | -- | -- | |
LION | ERC-20 | 4.005658K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259116 | 2 days ago | | | 0 | 0.00050722279 | |
| 20791383 | 2 months ago | | | 0 | 0.00022359626 | |
| 20296136 | 4 months ago | | | 0 | 0.000047079526 | |
| 20296119 | 4 months ago | | | 0 | 0.000076628276 | |
| 20240541 | 5 months ago | | | 0 | 0.00020863493 | |
| 20077268 | 5 months ago | | | 0 | 0.00070396917 | |
| 19965457 | 6 months ago | | | 0 | 0.00030677356 | |
| 19942707 | 6 months ago | | | 0 | 0.00026463603 | |
| 19889797 | 6 months ago | | | 0 | 0.00060985855 | |
| 19820733 | 7 months ago | | | 0 | 0.00017759634 |
ABI
ABI objects
Getter at block 21274734
decimals() view returns (uint8)
8
name() view returns (string)
Phantasma Stake
paused() view returns (bool)
true
symbol() view returns (string)
SOUL
totalSupply() view returns (uint256)
511669330247499
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.