Primas Token
Verified contract
Active on
Ethereum with 75,790 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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
BTWIN | ERC-20 | 88.889K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
JBX | ERC-20 | 3K | -- | -- | |
Shell | ERC-20 | 300 | -- | -- | |
PST | ERC-20 | 250 | -- | -- | |
Only | ERC-20 | 20 | -- | -- | |
HIC | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21178872 | 10 days ago | | | 0 | 0.0011559431 | |
| 21128711 | 17 days ago | | | 0 | 0.00077416123 | |
| 21098868 | 21 days ago | | | 0 | 0.00024171272 | |
| 21097676 | 21 days ago | | | 0 | 0.00028081425 | |
| 21092904 | 22 days ago | | | 0 | 0.00043313955 | |
| 21092899 | 22 days ago | | | 0 | 0.00047253038 | |
| 21084522 | 23 days ago | | | 0 | 0.00033785478 | |
| 21083330 | 23 days ago | | | 0 | 0.00032004020 | |
| 21078558 | 24 days ago | | | 0 | 0.00042369391 | |
| 21077367 | 24 days ago | | | 0 | 0.00056215003 |
ABI
ABI objects
Getter at block 21248448
decimals() view returns (uint256)
18
getIncentivesPool() view returns (uint256)
0
name() view returns (string)
Primas Token
symbol() view returns (string)
PST
totalSupply() view returns (uint256)
127391780821917808219177675
version() view returns (string)
V2.0
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
checkRole(address addr, string roleName) view
hasRole(address addr, string roleName) view returns (bool)
State-modifying
Events addRole(address addr, string roleName)
approve(address _spender, uint256 _value) returns (bool success)
incentivesIn(address[] _users, uint256[] _values) returns (bool success)
incentivesOut(address[] _users, uint256[] _values) returns (bool success)
inflate() returns (uint256)
removeRole(address addr, string roleName)
tokenLock(address _userAddress, uint256 _amount)
tokenUnlock(address _userAddress, uint256 _amount, address _to, uint256 _toAmount)
transfer(address _to, uint256 _value) returns (bool success)
transferAndLock(address _userAddress, address _to, uint256 _amount)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Inflate(uint256 incentivesPoolValue)
Lock(address userAddress, uint256 amount)
RoleAdded(address addr, string roleName)
RoleRemoved(address addr, string roleName)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unlock(address userAddress, uint256 amount)
constructor(uint256 _previouslyInflatedAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.