Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($68.99)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 68.987907 | $1.00 |
$68.99 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21213049 | 14 days ago | | | 0 | 0.00064065575 | |
| 21169070 | 20 days ago | | | 0 | 0.0010961336 | |
| 21020853 | a month ago | | | 0 | 0.00020374443 | |
| 20044106 | 6 months ago | | | 0 | 0.00033487101 | |
| 18199196 | a year ago | | | 0 | 0.00022339429 | |
| 17882432 | a year ago | | | 0 | 0.00058094911 | |
| 17460100 | a year ago | | | 0 | 0.00041483925 | |
| 17227202 | 2 years ago | | | 0 | 0.0020526639 | |
| 16612071 | 2 years ago | | | 0 | 0.00069584168 | |
| 16361549 | 2 years ago | | | 0 | 0.00068356172 |
ABI
ABI objects
Getter at block 21312359
decimals() view returns (uint8)
18
name() view returns (string)
TBCC
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000470d6e6e42f9e30de057ef54b2d399c01
running() view returns (bool)
true
symbol() view returns (string)
TBCC
totalSupply() view returns (uint256)
9557537000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
burnTokens(uint256 tokens) returns (bool success)
decreaseAllowance(address spender, uint256 subtractedTokens) returns (bool success)
increaseAllowance(address spender, uint256 addedTokens) returns (bool success)
multisend(address[] to, uint256[] values) returns (uint256)
startStop() returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address transferOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.