Politismos
Verified contract
Active on
Ethereum with 345 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Politismos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15011713 | 2 years ago | | | 0 | 0.00065701669 | |
| 13326272 | 3 years ago | | | 0 | 0.0033769719 | |
| 12054712 | 4 years ago | | | 0 | 0.0030253200 | |
| 12054524 | 4 years ago | | | 0 | 0.0072986265 | |
| 11495491 | 4 years ago | | | 0 | 0.0013971375 | |
| 11470622 | 4 years ago | | | 0 | 0.0031298906 | |
| 11470073 | 4 years ago | | | 0 | 0.0075250081 | |
| 11469839 | 4 years ago | | | 0 | 0.0031298906 | |
| 11469075 | 4 years ago | | | 0 | 0.0052779571 | |
| 11468218 | 4 years ago | | | 0 | 0.0025039125 |
ABI
ABI objects
Getter at block 21265483
_totalSupply() view returns (uint256)
5000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Politismos
owner() view returns (address)
0xb86ba8da1d2122945cec7f44f73a15f6742021eb
symbol() view returns (string)
PTS
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address _tokenOwner, address _spender) view returns (uint256 remaining)
balanceOf(address _tokenOwner) view returns (uint256 balance)
freezeOf(address _tokenOwner) view returns (uint256)
safeAdd(uint256 a, uint256 b) pure returns (uint256)
safeSub(uint256 a, uint256 b) pure returns (uint256)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
burn(uint256 tokens) returns (bool success)
extendTotalSupply(uint256 tokens) returns (bool success)
freeze(uint256 tokens) returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
unfreeze(uint256 tokens) returns (bool success)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed from, uint256 value)
Freeze(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 tokens)
Unfreeze(address indexed from, uint256 value)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol)
fallback()
This contract contains no error objects.