PortalToken
Verified contract
Active on
Ethereum with 34,643 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 |
---|---|---|---|---|---|
DMTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.4 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20741487 | 2 months ago | | | 0 | 0.00011553859 | |
| 20502613 | 4 months ago | | | 0 | 0.00015918279 | |
| 20441183 | 4 months ago | | | 0 | 0.00031152501 | |
| 20226106 | 5 months ago | | | 0 | 0.00095329631 | |
| 20144832 | 5 months ago | | | 0 | 0.00021135579 | |
| 20004307 | 6 months ago | | | 0 | 0.00020603551 | |
| 20004301 | 6 months ago | | | 0 | 0.00035040696 | |
| 19993910 | 6 months ago | | | 0 | 0.00021476168 | |
| 19847299 | 7 months ago | | | 0 | 0.00023103313 | |
| 19847283 | 7 months ago | | | 0 | 0.00040809920 |
ABI
ABI objects
Getter at block 21285507
creationBlock() view returns (uint256)
5473212
creationTime() view returns (uint256)
1524213509
decimals() view returns (uint8)
18
initialOwner() view returns (address)
0x6f3fbd06bcdc041d7ddf5e475d960ce5b4ae30e0
name() view returns (string)
PortalToken
supply() view returns (uint256)
1000000000000000000000000000
symbol() view returns (string)
PORTAL
totalSupply() view returns (uint256)
1000000000000000000000000000
version() view returns (string)
v0.2
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _account) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.