HRDGCOIN
Verified contract
Active on
Ethereum with 2,529 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 "HRDGCOIN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21140230 | 3 days ago | | | 0 | 0.00042914345 | |
| 21140014 | 3 days ago | | | 0 | 0.00067338000 | |
| 21071682 | 12 days ago | | | 0 | 0.00072933900 | |
| 21058689 | 14 days ago | | | 0 | 0.00030111623 | |
| 21058491 | 14 days ago | | | 0 | 0.00041725416 | |
| 21057630 | 14 days ago | | | 0 | 0.00033811643 | |
| 21057594 | 14 days ago | | | 0 | 0.0010100700 | |
| 21057580 | 14 days ago | | | 0 | 0.00026059404 | |
| 21057545 | 14 days ago | | | 0 | 0.0010102860 | |
| 21057531 | 14 days ago | | | 0 | 0.00019481036 |
ABI
ABI objects
Getter at block 21160210
decimals() view returns (uint256)
12
name() view returns (string)
HRDGCOIN
owner() view returns (address)
0xc03d96bf2d0f2fa0bcc06f9a05b1648a35a6cc64
paused() view returns (bool)
false
symbol() view returns (string)
HRDG
totalSupply() view returns (uint256)
2000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _who) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool)
burnFrom(address _from, uint256 _value) returns (bool)
freeze(address _target) returns (bool)
multiFreeze(address[] _targets) returns (bool)
multiTransfer(address[] _recipients, uint256[] _values) returns (bool[])
multiUnfreeze(address[] _targets) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner) returns (bool)
unfreeze(address _target) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address indexed target)
MultiFreeze(address[] targets)
MultiTransfer(address[] recipients, uint256[] values, uint256 totalTransfered, bool[] result)
MultiUnfreeze(address[] targets)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed target)
Unpause()
constructor(uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.