STK Token
Verified contract
Active on
Ethereum with 28,284 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($81,506.15)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 5.613371K | $14.52 |
$81,506.15 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
STK | ERC-20 | 667.143951K | -- | -- | |
SANC | ERC-20 | 9K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
草泥马币 | ERC-20 | 2K | -- | -- | |
CFTY | ERC-20 | 1K | -- | -- | |
SGCC | ERC-20 | 400 | -- | -- | |
PTT | ERC-20 | 288 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19694520 | 7 months ago | | | 0 | 0.00041056790 | |
| 19457430 | 8 months ago | | | 0 | 0.0010820202 | |
| 18626934 | a year ago | | | 0 | 0.0016727746 | |
| 18220051 | a year ago | | | 0 | 0.00063247431 | |
| 18219941 | a year ago | | | 0 | 0.00050740778 | |
| 18219805 | a year ago | | | 0 | 0.00050207762 | |
| 18218686 | a year ago | | | 0 | 0.00045401079 | |
| 18210463 | a year ago | | | 0 | 0.00044195791 | |
| 17911910 | a year ago | | | 0 | 0.00088619257 | |
| 17311824 | a year ago | | | 0 | 0.0015424987 |
ABI
ABI objects
Getter at block 21158213
BURN_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
canUpgrade() view returns (bool)
true
decimals() view returns (uint256)
18
getUpgradeState() view returns (uint8)
2
isToken() view returns (bool weAre)
true
name() view returns (string)
STK Token
releaseFinalizationDate() view returns (uint256)
1527872400
released() view returns (bool)
true
symbol() view returns (string)
STK
totalSupply() view returns (uint256)
500000000000000000000000000
totalUpgraded() view returns (uint256)
0
upgradeAgent() view returns (address)
0x0000000000000000000000000000000000000000
upgradeMaster() view returns (address)
0x202b8fc5a5e8cb447b78c9af16ce4ce3d91414a3
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)
burn(uint256 burnAmount)
releaseTokenTransfer()
setTokenInformation(string _name, string _symbol)
setUpgradeAgent(address agent)
setUpgradeMaster(address master)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
upgrade(uint256 value)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(address burner, uint256 burnedAmount)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedTokenInformation(string newName, string newSymbol)
Upgrade(address indexed _from, address indexed _to, uint256 _value)
UpgradeAgentSet(address agent)
constructor(address _owner, string _name, string _symbol, uint256 _totalSupply, uint256 _decimals, uint256 _releaseFinalizationDate)
This contract contains no fallback and receive objects.
This contract contains no error objects.