BitxmenStock
Verified contract
Active on
Ethereum with 55 txns
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 "BitxmenStock"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12114205 | 4 years ago | | | 0 | 0.0026532330 | |
| 12114185 | 4 years ago | | | 0 | 0.0027054918 | |
| 12114143 | 4 years ago | | | 0 | 0.0074233470 | |
| 11406676 | 4 years ago | | | 0 | 0.0014485960 | |
| 11406640 | 4 years ago | | | 0 | 0.0014212640 | |
| 11406633 | 4 years ago | | | 0 | 0.0014485960 | |
| 11406631 | 4 years ago | | | 0 | 0.0014485960 | |
| 11406613 | 4 years ago | | | 0 | 0.0014485960 | |
| 11406581 | 4 years ago | | | 0 | 0.0014759280 | |
| 11406264 | 4 years ago | | | 0 | 0.0012846040 |
ABI
ABI objects
Getter at block 21305115
decimals() view returns (uint8)
8
name() view returns (string)
BitxmenStock
symbol() view returns (string)
BXMS
totalSupply() view returns (uint256)
10000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
setSubOwner(address sub) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
withdrawAllToken(address[] list_sender) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 totalSupply, address sub)
This contract contains no fallback and receive objects.
This contract contains no error objects.