Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HARAM | ERC-20 | 11.309766B | -- | -- | |
MAYC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21210609 | 2 days ago | | | 0 | 0.00048573522 | |
| 21199319 | 3 days ago | | | 0 | 0.00051449615 | |
| 21198987 | 3 days ago | | | 0 | 0.00059895936 | |
| 21162913 | 8 days ago | | | 0 | 0.00047886860 | |
| 21162913 | 8 days ago | | | 0 | 0.00083465882 | |
| 21161268 | 9 days ago | | | 0 | 0.00069885824 | |
| 21153665 | 10 days ago | | | 0 | 0.00053388409 | |
| 21127601 | 13 days ago | | | 0 | 0.0010356598 | |
| 21075784 | 21 days ago | | | 0 | 0.00052714076 | |
| 21068417 | 22 days ago | | | 0 | 0.00078957500 |
ABI
ABI objects
Getter at block 21223129
decimals() view returns (uint8)
9
limitOn() view returns (bool)
false
maxHoldingAmount() view returns (uint256)
0
name() view returns (string)
HARAM
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x1c3115b49a7e792c3e20eacca482339cdac12d05
sellingOn() view returns (bool)
true
symbol() view returns (string)
HARAM
totalSupply() view returns (uint256)
786000000000072000000000
tradingOn() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
haramlist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setHaramlist(address _address, bool _isHaram)
setRule(bool _tradingOn, bool _sellingOn, bool _limitOn, uint256 _maxHoldingAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.