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 |
---|---|---|---|---|---|
STAKE | ERC-20 | 220.2K | -- | -- | |
STR | ERC-20 | 78.33 | -- | -- | |
STAKE | ERC-20 | 51 | -- | -- | |
ICC | ERC-20 | 6 | -- | -- | |
MGC | ERC-20 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18896213 | a year ago | | | 0 | 0.0016523999 | |
| 13868842 | 3 years ago | | | 0 | 0.0059238540 | |
| 12311357 | 4 years ago | | | 0 | 0.0033174740 | |
| 12311322 | 4 years ago | | | 0 | 0.0048901220 | |
| 12184593 | 4 years ago | | | 0 | 0.0085140851 | |
| 11950569 | 4 years ago | | | 0 | 0.0090767308 | |
| 11902302 | 4 years ago | | | 0 | 0.015858042 | |
| 11582677 | 4 years ago | | | 0 | 0.055909500 | |
| 10431496 | 4 years ago | | | 0 | 0.0037931080 | |
| 9799636 | 5 years ago | | | 0 | 0.00022504500 |
ABI
ABI objects
Getter at block 21248807
MintProofOfStake() view returns (uint256)
200000000
annualInterest() view returns (uint256 interest)
200000000
chainStartBlockNumber() view returns (uint256)
5677941
chainStartTime() view returns (uint256)
1527307458
coinAge() view returns (uint256 myCoinAge)
0
decimals() view returns (uint256)
8
getBlockNumber() view returns (uint256 blockNumber)
15570866
maxTotalSupply() view returns (uint256)
10000000000000000
name() view returns (string)
StakeIt
owner() view returns (address)
0x3758f0a2e0b344cb8f3eb9501d318dba7aa45ae5
stakeMaxAge() view returns (uint256)
7776000
stakeMinAge() view returns (uint256)
86400
stakeStartTime() view returns (uint256)
1527335569
symbol() view returns (string)
STAKE
totalInitialSupply() view returns (uint256)
500000000000000
totalSupply() view returns (uint256)
9607863997255246
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
batchTransfer(address[] _recipients, uint256[] _values) returns (bool)
changeRate(uint256 _rate)
mint() returns (bool)
ownerBurnToken(uint256 _value)
ownerSetStakeStartTime(uint256 timestamp)
renounceOwnership()
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)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.