BitDegree Token
Verified contract
Active on
Ethereum with 49,588 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 2 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
BDG | ERC-20 | 212.52345K | -- | -- | |
EQL | ERC-20 | 61.936045K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
GSGC | ERC-20 | 5K | -- | -- | |
KCN | ERC-20 | 870 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
SCC | ERC-20 | 10 | -- | -- | |
HMC | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21239320 | 2 days ago | | | 0 | 0.00072275797 | |
| 21177886 | 11 days ago | | | 0 | 0.0010290243 | |
| 21070785 | a month ago | | | 0 | 0.00020149969 | |
| 20931178 | a month ago | | | 0 | 0.00048240844 | |
| 20924586 | 2 months ago | | | 0 | 0.0013058738 | |
| 20905787 | 2 months ago | | | 0 | 0.00026645925 | |
| 20863565 | 2 months ago | | | 0 | 0.00038296351 | |
| 20845269 | 2 months ago | | | 0 | 0.00040749547 | |
| 20808324 | 2 months ago | | | 0 | 0.00051275168 | |
| 20726464 | 2 months ago | | | 0 | 0.00013475256 |
ABI
ABI objects
Getter at block 21255086
advisorLock() view returns (uint256 amount, uint256 duration, bool withdrawn)
(amount=13200000000000000000000000, duration=13824000, withdrawn=false)
crowdsaleAddress() view returns (address)
0xa9b2d2be17f3472f9dfb626531f3821080c00159
decimals() view returns (uint8)
18
foundationLock() view returns (uint256 amount, uint256 duration, bool withdrawn)
(amount=66000000000000000000000000, duration=31104000, withdrawn=false)
name() view returns (string)
BitDegree Token
owner() view returns (address)
0xe259ece17feef05bdead9689c6f1bc8e778c517b
paused() view returns (bool)
false
publicAmount() view returns (uint256)
336600000000000000000000000
startTime() view returns (uint256)
1515697799
symbol() view returns (string)
BDG
teamLock() view returns (uint256 amount, uint256 duration, bool withdrawn)
(amount=66000000000000000000000000, duration=62208000, withdrawn=false)
totalSupply() view returns (uint256)
660000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
setCrowdsaleAddress(address _crowdsaleAddress)
setStartTime(uint256 _startTime)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
withdrawLocked()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.