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 "TBIZ Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7712326 | 6 years ago | | | 0 | 0.00018869000 | |
| 7712324 | 6 years ago | | | 0 | 0.00018869000 | |
| 7712321 | 6 years ago | | | 0 | 0.00018869000 | |
| 7712261 | 6 years ago | | | 0 | 0.00018869000 | |
| 7712253 | 6 years ago | | | 0 | 0.00018869000 | |
| 7712253 | 6 years ago | | | 0 | 0.00011369000 | |
| 7712134 | 6 years ago | | | 0 | 0.00018869000 | |
| 7712129 | 6 years ago | | | 0 | 0.00018869000 | |
| 7712125 | 6 years ago | | | 0 | 0.00018869000 | |
| 7712121 | 6 years ago | | | 0 | 0.00026416600 |
ABI
ABI objects
Getter at block 21402029
decimals() view returns (uint8)
18
getNowTime() view returns (uint256)
1734194711
name() view returns (string)
TBIZ Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x7c615adf663ac3dfea9936611802b9157a02a215
paused() view returns (bool)
false
symbol() view returns (string)
TBIZ
totalSupply() view returns (uint256)
2900008000000000000000000000
Read-only
allowance(address _holder, address _spender) view returns (uint256)
balanceOf(address _holder) view returns (uint256 balance)
frozen(address) view returns (bool)
State-modifying
Events acceptOwnership() returns (bool)
approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
claimToken(address token, address _to, uint256 _value) returns (bool)
freezeAccount(address _holder) returns (bool)
mint(uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unfreezeAccount(address _holder) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed owner, uint256 value)
Freeze(address indexed holder)
Mint(uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed holder)
Unpause()
constructor()
fallback()
This contract contains no error objects.