Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Tube"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9189578 | 5 years ago | | | 0 | 0.000047898000 | |
| 7593051 | 6 years ago | | | 0 | 0.00063909826 | |
| 7029925 | 6 years ago | | | 0 | 0.00018963500 | |
| 7020690 | 6 years ago | | | 0 | 0.000033021724 | |
| 7020615 | 6 years ago | | | 0 | 0.000039805486 | |
| 7020439 | 6 years ago | | | 0 | 0.000042216723 | |
| 6967704 | 6 years ago | | | 0 | 0.00010858990 | |
| 6950193 | 6 years ago | | | 0 | 0.00026859066 | |
| 6732335 | 6 years ago | | | 0 | 0.00016048900 | |
| 6732259 | 6 years ago | | | 0 | 0.00016048900 |
ABI
ABI objects
Getter at block 21169872
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
Tube
owner() view returns (address)
0xda65942a13060a6881789866bdda1e71a85b3f76
ownerCandidate() view returns (address)
0x0000000000000000000000000000000000000000
sellPrice() view returns (uint256)
0
symbol() view returns (string)
TUBE
totalSupply() view returns (uint256)
20000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events acceptOwnerTransfer()
approve(address _spender, uint256 _value) returns (bool success)
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)
proposeNewOwner(address newOwner)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
OwnerTransfer(address originalOwner, address currentOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.