Precium Token
Verified contract
Active on
Ethereum with 17,223 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 |
---|---|---|---|---|---|
PCM | ERC-20 | 47.569719K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20187371 | 4 months ago | | | 0 | 0.00053041929 | |
| 19076560 | 10 months ago | | | 0 | 0.0016761496 | |
| 19073902 | 10 months ago | | | 0 | 0.00090187488 | |
| 16583155 | 2 years ago | | | 0 | 0.0016245105 | |
| 16526495 | 2 years ago | | | 0 | 0.0013058924 | |
| 16503367 | 2 years ago | | | 0 | 0.00098897600 | |
| 16418360 | 2 years ago | | | 0 | 0.0012445550 | |
| 15171589 | 2 years ago | | | 0 | 0.00063774724 | |
| 14864384 | 2 years ago | | | 0 | 0.00067678596 | |
| 14864317 | 2 years ago | | | 0 | 0.00069541612 |
ABI
ABI objects
Getter at block 21157771
decimals() view returns (uint256)
18
getNowTime() view returns (uint256 res)
1731247751
name() view returns (string)
Precium Token
owner() view returns (address)
0x3e654b8784c579e8358cea798f4f9da2b1f1e30e
symbol() view returns (string)
PCM
totalSupply() view returns (uint256)
750000000000000000000000000
totalSupply_() view returns (uint256)
750000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
allowed_(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balances_(address) view returns (uint256)
getFreezingInfo(address _owner) view returns (bool res)
getLockCount(address _owner) view returns (uint256 res)
getLockInfo(address _owner, uint256 _index) view returns (uint256, uint256)
getLockStatus(address _owner) view returns (bool res)
getUnlockQuantity(address _owner) view returns (uint256 res)
lockStatus(address) view returns (bool)
tokenLockInfo(address, uint256) view returns (uint256 lockQuantity, uint256 lockPeriod)
unlockQuantity(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _amount)
changeLockPeriod(address _owner, uint256 _index, uint256 _newLockPeriod)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
freezingWallet(address _owner)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferAndLock(address _to, uint256 _value, uint256 _lockPeriod)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unfreezingWallet(address _owner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, uint256 decimalsToken, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.