Blockchain To Application
Verified contract
Active on
Ethereum with 3,817 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 |
---|---|---|---|---|---|
BTA | ERC-20 | 944.82157 | -- | -- | |
BZC | ERC-20 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7787081 | 6 years ago | | | 0 | 0.00011352300 | |
| 7624795 | 6 years ago | | | 0 | 0.00074774862 | |
| 7624720 | 6 years ago | | | 0 | 0.00044732228 | |
| 7622083 | 6 years ago | | | 0 | 0.00043156598 | |
| 7621114 | 6 years ago | | | 0 | 0.00031781400 | |
| 7583874 | 6 years ago | | | 0 | 0.00076910261 | |
| 7583798 | 6 years ago | | | 0 | 0.00029132950 | |
| 7565477 | 6 years ago | | | 0 | 0.00073357244 | |
| 7565447 | 6 years ago | | | 0 | 0.00062328703 | |
| 7556281 | 6 years ago | | | 0 | 0.00016255478 |
ABI
ABI objects
Getter at block 21284962
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
Blockchain To Application
owner() view returns (address)
0xa64b3591cb18b59a6f1cfc221233425b991b051b
sellPrice() view returns (uint256)
0
symbol() view returns (string)
BTA
totalSupply() view returns (uint256)
1300000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approve(address _spender, uint256 _value, bytes _data) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy() payable
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value, bytes _data) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.