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 |
---|---|---|---|---|---|
LC4 | ERC-20 | 148 | -- | -- | |
BTU | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20555732 | 2 months ago | | | 0 | 0.00018786000 | |
| 20555670 | 2 months ago | | | 0 | 0.00010826000 | |
| 19897582 | 5 months ago | | | 0 | 0.00026732583 | |
| 19462810 | 7 months ago | | | 0 | 0.0018311670 | |
| 18636370 | a year ago | | | 0 | 0.0017078490 | |
| 18635091 | a year ago | | | 0 | 0.0021134250 | |
| 17621798 | a year ago | | | 0 | 0.00048318000 | |
| 17621794 | a year ago | | | 0 | 0.00098626500 | |
| 16782848 | 2 years ago | | | 0 | 0.00098081013 | |
| 15492680 | 2 years ago | | | 0 | 0.0011171029 |
ABI
ABI objects
Getter at block 21086534
decimals() view returns (uint8)
8
isOwner() view returns (bool)
false
name() view returns (string)
BITTUP
owner() view returns (address)
0x0671858acb444123170803173736efb06ed69fc6
symbol() view returns (string)
BTU
totalSupply() view returns (uint256)
2100000000000000
Read-only
allowance(address owner, address delegate) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256)
State-modifying
Events approve(address delegate, uint256 numTokens) returns (bool)
changeName(string _name)
changeSymbol(string _symbol)
transfer(address receiver, uint256 numTokens) returns (bool)
transferFrom(address owner, address buyer, uint256 numTokens) returns (bool)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
NameChanged(string newName, address by)
SymbolChanged(string newName, address by)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.