BlackSunToken
Verified contract
Active on
Ethereum with 65 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($389.85)
Native
Value
$389.85
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.105093 | $3,709.54 |
$389.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7855311 | 6 years ago | | | 0 | 0.0015242100 | |
| 7773048 | 6 years ago | | | 0 | 0.0017992231 | |
| 7760846 | 6 years ago | | | 0 | 0.00046240320 | |
| 7747162 | 6 years ago | | | 0 | 0.0016470110 | |
| 7747061 | 6 years ago | | | 0 | 0.0039470700 | |
| 7738492 | 6 years ago | | | 0 | 0.00046899370 | |
| 7656653 | 6 years ago | | | 0 | 0.00037074600 | |
| 7626744 | 6 years ago | | | 0 | 0.00027521500 | |
| 7626712 | 6 years ago | | | 0 | 0.0028153470 | |
| 7607221 | 6 years ago | | | 0 | 0.00040129440 |
ABI
ABI objects
Getter at block 21329417
decimals() view returns (uint8)
0
m_totalDividends() view returns (uint256)
11410000000000000000
m_totalHangingDividends() view returns (uint256)
2000000000000000
name() view returns (string)
BlackSunToken
owner() view returns (address)
0x82843b47d1db67970a99005ff12520abba9d8665
symbol() view returns (string)
BST
totalSupply() view returns (uint256)
1000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
m_emissions(uint256) view returns (uint256 totalSupply, uint256 totalBalanceWas)
m_lastAccountEmission(address) view returns (uint256)
m_lastDividends(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
requestDividends()
requestHangingDividends()
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)
Deposit(address indexed sender, uint256 value)
HangingDividend(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayDividend(address indexed to, uint256 amount)
PayHangingDividend(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.