BTEcoin
Verified contract
Active on
Ethereum with 195,492 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 |
---|---|---|---|---|---|
BTE | ERC-20 | 10.442677 | -- | -- | |
BER | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21150180 | 17 days ago | | | 0 | 0.00052525200 | |
| 20752578 | 2 months ago | | | 0 | 0.000093385938 | |
| 20346766 | 4 months ago | | | 0 | 0.00013804938 | |
| 19903021 | 6 months ago | | | 0 | 0.00011102150 | |
| 19854323 | 6 months ago | | | 0 | 0.00024372207 | |
| 19752965 | 7 months ago | | | 0 | 0.00026717865 | |
| 19702219 | 7 months ago | | | 0 | 0.00029516704 | |
| 19702205 | 7 months ago | | | 0 | 0.00019540178 | |
| 19702190 | 7 months ago | | | 0 | 0.00019397130 | |
| 19702185 | 7 months ago | | | 0 | 0.00029075137 |
ABI
ABI objects
Getter at block 21271163
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
BTEcoin
owner() view returns (address)
0xc7d3f63db1141b20401efc9e549f6985c417cd84
symbol() view returns (string)
BTE
totalSupply() view returns (uint256)
18000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
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.