Tip-Top Block
Verified contract
Active on
Ethereum with 23,167 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 |
---|---|---|---|---|---|
MYOU | ERC-20 | 0.3 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453097 | 4 months ago | | | 0 | 0.000047753000 | |
| 11508970 | 4 years ago | | | 0 | 0.0057762640 | |
| 11230089 | 4 years ago | | | 0 | 0.0016221200 | |
| 11204780 | 4 years ago | | | 0 | 0.0010138250 | |
| 10903887 | 4 years ago | | | 0 | 0.0031770741 | |
| 10833067 | 4 years ago | | | 0 | 0.0076645170 | |
| 10464166 | 4 years ago | | | 0 | 0.0014181915 | |
| 10337159 | 4 years ago | | | 0 | 0.00066437800 | |
| 10336916 | 4 years ago | | | 0 | 0.00076659000 | |
| 10303223 | 4 years ago | | | 0 | 0.0012165900 |
ABI
ABI objects
Getter at block 21261159
decimals() view returns (uint8)
18
issueContractAddress() view returns (address)
0x6575bead52d5c6f0da004f281371bba204d8e383
name() view returns (string)
Tip-Top Block
owner() view returns (address)
0x9ed6b3fa272b8db5088c05b6c018f0dead14ccbb
symbol() view returns (string)
TTB
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events 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)
issue(uint256 amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Issue(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.