Star Bit Token
Verified contract
Active on
Ethereum with 18,308 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 |
---|---|---|---|---|---|
SBT | ERC-20 | 101.24K | -- | -- | |
STT | ERC-20 | 1 | -- | -- | |
SHOCK | ERC-20 | 0.000001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19233183 | 9 months ago | | | 0 | 0.00055629530 | |
| 19233179 | 9 months ago | | | 0 | 0.00071431359 | |
| 19233159 | 9 months ago | | | 0 | 0.00063403017 | |
| 19233159 | 9 months ago | | | 0 | 0.00080840000 | |
| 19233074 | 9 months ago | | | 0 | 0.00072800152 | |
| 19175264 | 10 months ago | | | 0 | 0.00092771902 | |
| 19174264 | 10 months ago | | | 0 | 0.00075308714 | |
| 19173586 | 10 months ago | | | 0 | 0.0012240865 | |
| 19168280 | 10 months ago | | | 0 | 0.0019016469 | |
| 19168036 | 10 months ago | | | 0 | 0.00088079595 |
ABI
ABI objects
Getter at block 21284620
decimals() view returns (uint8)
18
isLocked() view returns (bool)
false
name() view returns (string)
Star Bit Token
owner() view returns (address)
0xd7f14519d634ef93283e64138a886fc0c6ad849c
symbol() view returns (string)
SBT
totalSupply() view returns (uint256)
100000000000000000000000000
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)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlock()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address starbitwallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.