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 "TBC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21162761 | 9 hours ago | | | 0 | 0.00047467980 | |
| 21162753 | 9 hours ago | | | 0 | 0.00069680024 | |
| 21162667 | 10 hours ago | | | 0 | 0.00046095682 | |
| 21162659 | 10 hours ago | | | 0 | 0.00079026139 | |
| 21160560 | 17 hours ago | | | 0 | 0.00050881351 | |
| 21160553 | 17 hours ago | | | 0 | 0.00086866564 | |
| 21160389 | 17 hours ago | | | 0 | 0.00050436093 | |
| 21160379 | 17 hours ago | | | 0 | 0.00087369589 | |
| 21144005 | 3 days ago | | | 0 | 0.00099410347 | |
| 21143997 | 3 days ago | | | 0 | 0.0015148679 |
ABI
ABI objects
Getter at block 21165515
INITIAL_SUPPLY() view returns (uint256)
3000000000000000000000000000
decimals() view returns (uint256)
18
distributionContract() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
TBC
owner() view returns (address)
0x2dfdabc3384aca8c51fd0059561629d0f9d86c90
paused() view returns (bool)
false
symbol() view returns (string)
TBC
totalSupply() view returns (uint256)
3000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
frozen(address _target) view returns (bool)
frozenAccounts(address) view returns (bool)
releasetime(address _target) view returns (uint256)
timelockAccounts(address) view returns (uint256)
State-modifying
Events addDistributionContract(address _contract)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
freezeAccount(address target)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
timelockAccount(address target, uint256 releasetime)
timeunlockAccount(address target)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unFreezeAccount(address target)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
TimeLockFunds(address target, uint256 releasetime)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.