D-Bank Token
Verified contract
Active on
Ethereum with 29,310 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 |
---|---|---|---|---|---|
DBM | ERC-20 | 0.002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12653508 | 3 years ago | | | 0 | 0.0012332001 | |
| 10957230 | 4 years ago | | | 0 | 0.0027437480 | |
| 10336799 | 4 years ago | | | 0 | 0.0015634432 | |
| 10258531 | 4 years ago | | | 0 | 0.00037740000 | |
| 10219187 | 4 years ago | | | 0 | 0.0011168525 | |
| 10057881 | 5 years ago | | | 0 | 0.00097741601 | |
| 9571582 | 5 years ago | | | 0 | 0.00029452000 | |
| 9571511 | 5 years ago | | | 0 | 0.00040884800 | |
| 9550270 | 5 years ago | | | 0 | 0.0013339200 | |
| 9550101 | 5 years ago | | | 0 | 0.0017832000 |
ABI
ABI objects
Getter at block 21264254
decimals() view returns (uint8)
12
isPausedTransfer() view returns (bool)
false
name() view returns (string)
D-Bank Token
owner() view returns (address)
0xf06dc1d081d8da22b3dad95e6dd0ca62018c6e97
symbol() view returns (string)
DBM
totalSupply() view returns (uint256)
5000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
balancefrozen(address) view returns (uint256)
balancefrozenTime(address) view returns (uint256)
frozeTimeValue(address, uint256, uint256) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events accountNoneFrozenAvailable(address target) returns (uint256)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
decreaseFreezeValue(address target, uint256 value)
freezeAccount(address target, bool freeze)
freezeAccountTimeAndValue(address target, uint256[] times, uint256[] values)
freezeByValue(address target, uint256 value)
increaseFreezeValue(address target, uint256 value)
mintToken(address target, uint256 mintedAmount)
pauseTransfer(bool ispause)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unfreezeAccountTimeAndValue(address target)
Approved(address indexed from, address spender, uint256 value)
Burn(address indexed from, uint256 value)
FronzeTimeValue(address target, uint256 value)
FronzeValue(address target, uint256 value)
FrozenFunds(address target, bool frozen)
PauseChanged(bool ispause)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.