SteabitToken
Verified contract
Active on
Ethereum with 17,059 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.001876 |
$0 | |
BPX | ERC-20 | 13.171004M | -- | -- | |
SBT | ERC-20 | 13.171004M | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- | |
WDT | ERC-20 | 0.0001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16505724 | 2 years ago | | | 0 | 0.0010051646 | |
| 15162441 | 2 years ago | | | 0 | 0.00089477080 | |
| 13877559 | 3 years ago | | | 0 | 0.0016447008 | |
| 13637800 | 3 years ago | | | 0 | 0.0047527436 | |
| 13493824 | 3 years ago | | | 0 | 0.0034280180 | |
| 13493722 | 3 years ago | | | 0 | 0.0035093608 | |
| 13493682 | 3 years ago | | | 0 | 0.0043925112 | |
| 12584564 | 3 years ago | | | 0 | 0.00017430600 | |
| 12520205 | 3 years ago | | | 0 | 0.00087153000 | |
| 12456230 | 4 years ago | | | 0 | 0.0025089696 |
ABI
ABI objects
Getter at block 21275067
decimals() view returns (uint8)
18
name() view returns (string)
SteabitToken
owner() view returns (address)
0x9babb4485df59a4046c661da81343c7c14f6588b
symbol() view returns (string)
SBT
totalSupply() view returns (uint256)
40000000000000000000000000000
Read-only
LockList(address) view returns (bool)
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events LockMode(address Account) returns (bool mode)
UserLock(address Account, bool mode)
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burnFrom(address Account, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value)
transferOwnership(address newOwner)
ApprovedFunds(address target, bool approved)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.