Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "STPC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12333370 | 4 years ago | | | 0 | 0.00090712903 | |
| 12321313 | 4 years ago | | | 0 | 0.00090712903 | |
| 12321272 | 4 years ago | | | 0 | 0.0010051970 | |
| 11338015 | 4 years ago | | | 0 | 0.00088270200 | |
| 11338012 | 4 years ago | | | 0 | 0.00067364100 | |
| 9258588 | 5 years ago | | | 0 | 0.00018564000 | |
| 9258560 | 5 years ago | | | 0 | 0.000023205000 | |
| 9220575 | 5 years ago | | | 0 | 0.00046482000 | |
| 9188974 | 5 years ago | | | 0 | 0.00046434000 | |
| 9173524 | 5 years ago | | | 0 | 0.00046434000 |
ABI
ABI objects
Getter at block 21258045
controller() view returns (address)
0x16325861200b3df219d808d3572394b036efad82
decimals() view returns (uint256)
18
name() view returns (string)
STPC
owner() view returns (address)
0x12d36d353805d8c32d7b40c083423d37f7cf53ac
paused() view returns (bool)
true
symbol() view returns (string)
STPC
totalSupply() view returns (uint256)
36054432000000000015029321000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
frozenAccount(address) view returns (bool)
isFrozenAccount(address target) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address target, bool freeze)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
pause()
renounceController()
renounceOwnership()
setController(address _controller)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
renounceControl(address indexed controller)
setControl(address indexed newController)
constructor(string name, string symbol, uint256 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.