Bitdeal Coin
Verified contract
Active on
Ethereum with 4,172 txns
Balances ($0.00)
No balances found for "Bitdeal Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11517409 | 4 years ago | | | 0 | 0.0018492882 | |
| 11081629 | 4 years ago | | | 0 | 0.00078242005 | |
| 10919043 | 4 years ago | | | 0 | 0.0047712980 | |
| 10366543 | 4 years ago | | | 0 | 0.0035644513 | |
| 10366202 | 4 years ago | | | 0 | 0.0027954355 | |
| 10366126 | 4 years ago | | | 0 | 0.0027750350 | |
| 10366100 | 4 years ago | | | 0 | 0.0039563177 | |
| 10366051 | 4 years ago | | | 0 | 0.0030104690 | |
| 10358150 | 4 years ago | | | 0 | 0.0016658180 | |
| 10354763 | 4 years ago | | | 0 | 0.0013762144 |
ABI
ABI objects
Getter at block 21298333
INITIAL_SUPPLY() view returns (uint256)
300000000000000000000000000
adminAddr() view returns (address)
0xf7e0db67f58843b9d6e37bad0c80d83d818afb1f
decimals() view returns (uint8)
18
name() view returns (string)
Bitdeal Coin
owner() view returns (address)
0x69f4965e77dff568cf2f8877f2b39d636d581ae8
symbol() view returns (string)
BDC
totalSupply() view returns (uint256)
300000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.