HA Diamond
Verified contract
Active on
Ethereum with 4,508 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 "HA Diamond"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20408467 | 4 months ago | | | 0 | 0.000037221000 | |
| 12608373 | 3 years ago | | | 0 | 0.00029902753 | |
| 11091973 | 4 years ago | | | 0 | 0.0027148831 | |
| 10321349 | 4 years ago | | | 0 | 0.0014537660 | |
| 10258923 | 4 years ago | | | 0 | 0.00050419769 | |
| 9624370 | 5 years ago | | | 0 | 0.00095612500 | |
| 9583308 | 5 years ago | | | 0 | 0.00095522500 | |
| 9578997 | 5 years ago | | | 0 | 0.00095552500 | |
| 9533425 | 5 years ago | | | 0 | 0.00095612500 | |
| 9533420 | 5 years ago | | | 0 | 0.00095582500 |
ABI
ABI objects
Getter at block 21210262
INITIAL_SUPPLY() view returns (uint256)
8000000000000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
HA Diamond
owner() view returns (address)
0xda95dc474971aca27f1f033be8ef29c91bd99f26
paused() view returns (bool)
false
symbol() view returns (string)
HA
totalSupply() view returns (uint256)
5000000000000000000000000000
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)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipRenounced(address indexed previousOwner)
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.