Blockchain Certified Data Token
Verified contract
Active on
Ethereum with 7,447 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BCDT | ERC-20 | 200 | $0.042717 |
$8.54 | |
C4Y | ERC-20 | 3.7K | -- | -- | |
BDG | ERC-20 | 1K | -- | -- | |
LINO | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21145604 | 2 days ago | | | 0 | 0.00092152062 | |
| 21140981 | 3 days ago | | | 0 | 0.00036308435 | |
| 21139116 | 3 days ago | | | 0 | 0.00061923357 | |
| 21123807 | 5 days ago | | | 0 | 0.00046216802 | |
| 21085977 | 11 days ago | | | 0 | 0.00054529807 | |
| 21074028 | 12 days ago | | | 0 | 0.00065630384 | |
| 21056413 | 15 days ago | | | 0 | 0.00034408358 | |
| 21054078 | 15 days ago | | | 0 | 0.000076027702 | |
| 21037894 | 17 days ago | | | 0 | 0.00060935441 | |
| 21037866 | 17 days ago | | | 0 | 0.00068931119 |
ABI
ABI objects
Getter at block 21162815 getBCDTRateForCurrentRound() view returns (uint256) getRemainingEthersForCurrentRound() view returns (uint256)
asideTokensHaveBeenMinted() view returns (bool)
true
asideTokensMintDate() view returns (uint256)
1516400016
communityAddress() view returns (address)
0x853999adeb1a87fcd3c99e4c6c63ad8b4152e34a
currentState() view returns (uint8)
6
decimals() view returns (uint256)
18
name() view returns (string)
Blockchain Certified Data Token
owner() view returns (address)
0x03869df967259b1f3eccd808d5f076e0945d66b7
presaleCap() view returns (uint256)
1800000000000000000000
rateETH_BCDT() view returns (uint256)
13000
reserveAddress() view returns (address)
0xaa0c005d49ea61aeb117205099713791a56476ef
round1Cap() view returns (uint256)
3600000000000000000000
softCap() view returns (uint256)
1800000000000000000000
symbol() view returns (string)
BCDT
tokensSold() view returns (uint256)
27232440406043294806696000
totalSupply() view returns (uint256)
40835044388861920562640652
vestedAddress() view returns (address)
0xd79637a8c7a633dd22c04eb0b1a497810c66753a
whiteLister() view returns (address)
0x817461f9ec9c4eb424397a39a23af40a84507d96
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256)
checkRegistrationStatus(address _address) view returns (uint8)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
changeRegistrationStatusForGoldWhiteList(address _address, bool _isRegistered)
changeRegistrationStatusForSilverWhiteList(address _address, bool _isRegistered)
massChangeRegistrationStatusForGoldWhiteList(address[] _targets, bool _isRegistered)
massChangeRegistrationStatusForSilverWhiteList(address[] _targets, bool _isRegistered)
mintAsideTokens()
setState(uint8 _newState)
setTokenAsideAddresses(address _reserveAddress, address _communityAddress, address _founderAddress)
setWhitelister(address _newWhiteLister)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
updateCapsAndRate(uint256 _presaleCapInETH, uint256 _round1CapInETH, uint256 _softCapInETH, uint256 _rateETH_BCDT)
withdraw()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
AsideTokensHaveBeenAllocated(address indexed to, uint256 amount)
GoldWhitelist(address indexed _address, bool _isRegistered)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetWhitelister(address indexed newWhiteLister)
SilverWhitelist(address indexed _address, bool _isRegistered)
StateChanged(uint256 timestamp, uint8 currentState)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Withdraw(address indexed to, uint256 amount)
constructor()
fallback()
This contract contains no error objects.