BitScreenerToken
Verified contract
Active on
Ethereum with 5,361 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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252433 | 21 hours ago | | | 0 | 0.00033258325 | |
| 21252431 | 21 hours ago | | | 0 | 0.00028898084 | |
| 21192462 | 9 days ago | | | 0 | 0.00080395817 | |
| 21137341 | 17 days ago | | | 0 | 0.00094413978 | |
| 20395711 | 4 months ago | | | 0 | 0.000049631000 | |
| 20393492 | 4 months ago | | | 0 | 0.000063032489 | |
| 20393489 | 4 months ago | | | 0 | 0.000042062077 | |
| 20393486 | 4 months ago | | | 0 | 0.000071061153 | |
| 20293600 | 4 months ago | | | 0 | 0.000073455686 | |
| 20246645 | 5 months ago | | | 0 | 0.00011222465 |
ABI
ABI objects
Getter at block 21258595
allowTransfers() view returns (bool)
true
decimals() view returns (uint8)
18
getOwners() view returns (address[])
[0xB25B46681b7355aB50Bd71fCa7139281Bc21E3bd]
issuanceFinished() view returns (bool)
true
manager() view returns (address)
0x4db84fdbff9ad2eeb00e75d8c0c5e138760e0f1f
name() view returns (string)
BitScreenerToken
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BITX
totalSupply() view returns (uint256)
173882413511870470000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
ownerByAddress(address) view returns (bool)
owners(uint256) view returns (address)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _data) payable returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
decreaseApprovalAndCall(address _spender, uint256 _subtractedValue, bytes _data) payable returns (bool)
finishIssuance() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
increaseApprovalAndCall(address _spender, uint256 _addedValue, bytes _data) payable returns (bool)
issue(address _to, uint256 _value) returns (bool)
setAllowTransfers(bool _allowTransfers)
setOwners(address[] _owners)
transfer(address _to, uint256 _value) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) payable returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferFromAndCall(address _from, address _to, uint256 _value, bytes _data) payable returns (bool)
AllowTransfersChanged(bool _newState)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed _from, uint256 _value)
IssuanceFinished()
Issue(address indexed _to, uint256 _value)
SetOwners(address[] owners)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address[] _owners)
This contract contains no fallback and receive objects.
This contract contains no error objects.