PoSToken
Verified contract
Active on
Ethereum with 22,105 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.09)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
nCash | ERC-20 | 800 | $0.000107 |
$0.09 | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
EXRN | ERC-20 | 10M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
PLC | ERC-20 | 19.8K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
ETHC | ERC-20 | 1K | -- | -- | |
CTH | ERC-20 | 1K | -- | -- | |
PYB | ERC-20 | 400 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19806217 | 7 months ago | | | 0 | 0.00013548967 | |
| 15073444 | 2 years ago | | | 0 | 0.0013984939 | |
| 15073438 | 2 years ago | | | 0 | 0.0011991023 | |
| 15073434 | 2 years ago | | | 0 | 0.0016455468 | |
| 12840884 | 3 years ago | | | 0 | 0.0012132380 | |
| 12199147 | 4 years ago | | | 0 | 0.0026717040 | |
| 11014076 | 4 years ago | | | 0 | 0.0043240800 | |
| 10811340 | 4 years ago | | | 0 | 0.0043548480 | |
| 10424746 | 4 years ago | | | 0 | 0.0049621580 | |
| 10271507 | 4 years ago | | | 0 | 0.00057363834 |
ABI
ABI objects
Getter at block 21271827
annualInterest() pure returns (uint256 interest)
100000000000000000
chainStartBlockNumber() pure returns (uint256)
4273571
chainStartTime() pure returns (uint256)
1505404563
coinAge() pure returns (uint256 myCoinAge)
0
decimals() pure returns (uint256)
18
maxMintProofOfStake() pure returns (uint256)
100000000000000000
maxTotalSupply() pure returns (uint256)
10000000000000000000000000
name() pure returns (string)
PoSToken
owner() pure returns (address)
0x460fb14a5aed6f57290e89f4680b8dd4822d7591
stakeMaxAge() pure returns (uint256)
7776000
stakeMinAge() pure returns (uint256)
259200
stakeStartTime() pure returns (uint256)
1505404563
symbol() pure returns (string)
POS
totalInitialSupply() pure returns (uint256)
1000000000000000000000000
totalSupply() pure returns (uint256)
1245285969223790473590423
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
batchTransfer(address[] _recipients, uint256[] _values) returns (bool)
getBlockNumber() returns (uint256 blockNumber)
mint() returns (bool)
ownerBurnToken(uint256 _value)
ownerSetStakeStartTime(uint256 timestamp)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed _address, uint256 _reward)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.