StrikeCoin Token
Verified contract
Active on
Ethereum with 245 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 |
---|---|---|---|---|---|
PXC | ERC-20 | 5 | -- | -- | |
RBLX | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15528358 | 2 years ago | | | 0 | 0.00070913735 | |
| 13899706 | 3 years ago | | | 0 | 0.0026491360 | |
| 12629749 | 3 years ago | | | 0 | 0.00029299200 | |
| 12629707 | 3 years ago | | | 0 | 0.00024416000 | |
| 12334624 | 4 years ago | | | 0 | 0.0015870400 | |
| 12334615 | 4 years ago | | | 0 | 0.0014649600 | |
| 12334603 | 4 years ago | | | 0 | 0.0014649600 | |
| 11555858 | 4 years ago | | | 0 | 0.0023128000 | |
| 10891732 | 4 years ago | | | 0 | 0.0023980000 | |
| 9431033 | 5 years ago | | | 0 | 0.000083217600 |
ABI
ABI objects
Getter at block 21169919
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
StrikeCoin Token
owner() view returns (address)
0x8d040556214125f3fe7d8b22cf17c364603a6035
paused() view returns (bool)
true
symbol() view returns (string)
STC
totalSupply() view returns (uint256)
3438585063736764042632976
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
theList(address) view returns (bool inList, address next, address prev, uint256 val)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
changeOwner(address newOwner)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
pause() returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Ev(string message, address whom, uint256 val)
Mint(address indexed to, uint256 amount)
MintFinished()
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.