HalalChain
Verified contract
Active on
Ethereum with 12,716 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19731331 | 7 months ago | | | 0 | 0.00066023407 | |
| 18426852 | a year ago | | | 0 | 0.00060706733 | |
| 18304490 | a year ago | | | 0 | 0.00026614924 | |
| 17539726 | a year ago | | | 0 | 0.00033767371 | |
| 17441919 | a year ago | | | 0 | 0.00088175748 | |
| 16814491 | 2 years ago | | | 0 | 0.0013009260 | |
| 16521098 | 2 years ago | | | 0 | 0.00097088392 | |
| 16475009 | 2 years ago | | | 0 | 0.00065580864 | |
| 15738649 | 2 years ago | | | 0 | 0.0012205440 | |
| 15650873 | 2 years ago | | | 0 | 0.00013083000 |
ABI
ABI objects
Getter at block 21159584
BURN_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
9
name() view returns (string)
HalalChain
symbol() view returns (string)
HLC
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 burnAmount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burned(address burner, uint256 burnedAmount)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address _owner, string _name, string _symbol, uint256 _totalSupply, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.