DBChain Token
Verified contract
Active on
Ethereum with 271 txns
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 "DBChain Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12265351 | 4 years ago | | | 0 | 0.0024502000 | |
| 10883382 | 4 years ago | | | 0 | 0.010460986 | |
| 10883382 | 4 years ago | | | 0 | 0.010460986 | |
| 10883369 | 4 years ago | | | 0 | 0.010458670 | |
| 10839328 | 4 years ago | | | 0 | 0.011057208 | |
| 10837598 | 4 years ago | | | 0 | 0.0053342722 | |
| 10812510 | 4 years ago | | | 0 | 0.0059815779 | |
| 10812505 | 4 years ago | | | 0 | 0.0059815779 | |
| 10791688 | 4 years ago | | | 0 | 0.013062682 | |
| 10774223 | 4 years ago | | | 0 | 0.022878308 |
ABI
ABI objects
Getter at block 21304175
decimals() view returns (uint8)
18
getNowTime() view returns (uint256)
1733014103
name() view returns (string)
DBChain Token
newOwner() view returns (address)
0xec4bf16608f50b824a5a295a65bee830398072f9
owner() view returns (address)
0xec4bf16608f50b824a5a295a65bee830398072f9
paused() view returns (bool)
false
symbol() view returns (string)
DBSC
totalSupply() view returns (uint256)
2000000000000000000000000000
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.