BDT Token
Verified contract
Active on
Ethereum with 4,258 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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
BDT | ERC-20 | 10 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
STT | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17668652 | a year ago | | | 0 | 0.00066425913 | |
| 15248165 | 2 years ago | | | 0 | 0.00016278300 | |
| 14577250 | 3 years ago | | | 0 | 0.0033896368 | |
| 13103415 | 3 years ago | | | 0 | 0.0070187519 | |
| 12688244 | 3 years ago | | | 0 | 0.0015199800 | |
| 12688217 | 3 years ago | | | 0 | 0.0010613430 | |
| 12434230 | 4 years ago | | | 0 | 0.0079763670 | |
| 12341759 | 4 years ago | | | 0 | 0.0017335269 | |
| 12336739 | 4 years ago | | | 0 | 0.0074370450 | |
| 12335572 | 4 years ago | | | 0 | 0.0068670525 |
ABI
ABI objects
Getter at block 21257464
ICOactive() view returns (bool success)
false
ICOendtime() view returns (uint256)
1542204000
ICOstarttime() view returns (uint256)
1533128400
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
BDT Token
openPreSale() view returns (uint256)
308833008000000000000000
openSale() view returns (uint256)
97806494902000000000000000
owner() view returns (address)
0xc1ac898c9cce4288616bad3344f5be3dda5bd790
privatePreSale() view returns (uint256)
3685648860000000000000000
symbol() view returns (string)
BDT
totalSupply() view returns (uint256)
611664523230000000000000000
totalSupply_() view returns (uint256)
611664523230000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
freezeAccount(address target, bool freeze)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.