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 "SBECoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8247291 | 5 years ago | | | 0 | 0.00038589600 | |
| 8232574 | 5 years ago | | | 0 | 0.00038589600 | |
| 8225655 | 5 years ago | | | 0 | 0.00041350400 | |
| 8167158 | 5 years ago | | | 0 | 0.0015042080 | |
| 7361997 | 6 years ago | | | 0 | 0.00014700800 | |
| 7117222 | 6 years ago | | | 0 | 0.0015042080 | |
| 7090792 | 6 years ago | | | 0 | 0.00089183200 | |
| 7013927 | 6 years ago | | | 0 | 0.00089183200 | |
| 6942631 | 6 years ago | | | 0 | 0.00045679200 | |
| 6921264 | 6 years ago | | | 0 | 0.0025358880 |
ABI
ABI objects
Getter at block 21311105
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
SBECoin
owner() view returns (address)
0xd869b7f547aa1f986405d7e310e59beebe5ffc4a
symbol() view returns (string)
SBE
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.