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 | -- | -- | |
BTCL | ERC-20 | 2.284K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18164443 | a year ago | | | 0 | 0.0014913736 | |
| 18047930 | a year ago | | | 0 | 0.00061261200 | |
| 16648079 | 2 years ago | | | 0 | 0.00092446038 | |
| 16648071 | 2 years ago | | | 0 | 0.00090866274 | |
| 16319641 | 2 years ago | | | 0 | 0.00073394345 | |
| 15202390 | 2 years ago | | | 0 | 0.0015495900 | |
| 14987318 | 2 years ago | | | 0 | 0.0044643572 | |
| 14979166 | 2 years ago | | | 0 | 0.0012365611 | |
| 14979014 | 2 years ago | | | 0 | 0.0011595556 | |
| 14967552 | 2 years ago | | | 0 | 0.0023166839 |
ABI
ABI objects
Getter at block 21203768
SUPPLY_CAP() pure returns (uint256)
2100000000000000
decimals() pure returns (uint8)
8
name() pure returns (string)
BTC LITE
note() pure returns (string)
Welcome to the future of BTC.
owner() pure returns (address)
0x56194dd83dbe275b73db24a5b301bdf129eed76c
symbol() pure returns (string)
BTCL
totalSupply() pure returns (uint256)
2100000000000000
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
drop(address[] addresses, uint256 amount)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
setNote(string note_)
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)
NoteChanged(string newNote)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PerformingDrop(uint256 count)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.