Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JBX | ERC-20 | 3K | -- | -- | |
HBB | ERC-20 | 10 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7514754 | 6 years ago | | | 0 | 0.00031098377 | |
| 7434592 | 6 years ago | | | 0 | 0.00019436000 | |
| 7421988 | 6 years ago | | | 0 | 0.00056486419 | |
| 7421937 | 6 years ago | | | 0 | 0.0012888176 | |
| 7421914 | 6 years ago | | | 0 | 0.0015250259 | |
| 7390771 | 6 years ago | | | 0 | 0.00019824720 | |
| 7386542 | 6 years ago | | | 0 | 0.00023323200 | |
| 7385528 | 6 years ago | | | 0 | 0.00015548800 | |
| 7378867 | 6 years ago | | | 0 | 0.00032323200 | |
| 7378344 | 6 years ago | | | 0 | 0.0010000000 |
ABI
ABI objects
Getter at block 21271481
decimals() view returns (uint8)
18
name() view returns (string)
STOCK
owner() view returns (address)
0xe85430a51bd131905219bb2460fb893f48236cef
symbol() view returns (string)
STO
tokenName() view returns (string)
STOCK
tokenSymbol() view returns (string)
STO
totalDecimals() view returns (uint8)
18
totalSupply() view returns (uint256)
3000000000000000000000000000
totalTokens() view returns (uint256)
3000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events _transfer(address _from, address _to, uint256 _value) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
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.