Happy Birth Day Coin
Verified contract
Active on
Ethereum with 221 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Happy Birth Day Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21070078 | a day ago | | | 0 | 0.00039084907 | |
| 20575145 | 2 months ago | | | 0 | 0.000045592875 | |
| 20475006 | 3 months ago | | | 0 | 0.000050422321 | |
| 20354333 | 3 months ago | | | 0 | 0.000053408650 | |
| 20195133 | 4 months ago | | | 0 | 0.000092892069 | |
| 20190702 | 4 months ago | | | 0 | 0.00016920408 | |
| 20122460 | 4 months ago | | | 0 | 0.00035231384 | |
| 19873022 | 6 months ago | | | 0 | 0.00022552025 | |
| 19839526 | 6 months ago | | | 0 | 0.00023517599 | |
| 19806554 | 6 months ago | | | 0 | 0.00025570756 |
ABI
ABI objects
Getter at block 21080550
decimals() view returns (uint8)
18
name() view returns (string)
Happy Birth Day Coin
owner_() view returns (address)
0x1c65808b1289c0b5afd252bd7fc45b984a96d8dc
symbol() view returns (string)
HBDC
totalSupply() view returns (uint256)
7700000000000000000000000000
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)
burn(uint256 value)
lock(address owner)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unlock(address owner)
withdrawTokens(address cont)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address company, uint256 amount)
This contract contains no fallback and receive objects.
This contract contains no error objects.