Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15.35)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IHF | ERC-20 | 10.163744 | $1.49 |
$15.14 | |
USDC | ERC-20 | 0.1066 | $1.00 |
$0.11 | |
VOID | ERC-20 | 100 | $0.000951 |
$0.1 | |
BOYS | ERC-20 | 0.4 | $0.011323 |
$0 | |
FPEPE | ERC-20 | 18 | $0.000196 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000786 |
$0 | |
OHNO | ERC-20 | 13.670187K | -- | -- | |
ATN | ERC-20 | 10K | -- | -- | |
LZPZ | ERC-20 | 5.701K | -- | -- | |
| ERC-20 | 4.2K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22719903 | 3 hours ago | | | 0 | 0.000000068072616948 | |
| 22716390 | 5 hours ago | | | 0 | 0.0000044497986 | |
| 22715433 | 6 hours ago | | | 0 | 0.0000044497986 | |
| 22714441 | 6 hours ago | | | 0 | 0.0000044497986 | |
| 22713439 | 7 hours ago | | | 0 | 0.0000044497986 | |
| 22712418 | 7 hours ago | | | 0 | 0.0000044497986 | |
| 22711239 | 8 hours ago | | | 0 | 0.0000044497986 | |
| 22709650 | 9 hours ago | | | 0 | 0.0000044497986 | |
| 22708323 | 10 hours ago | | | 0 | 0.000000062274443425 | |
| 22706766 | 11 hours ago | | | 0 | 0.000000061414970730 |
ABI
ABI objects
Getter at block 22725711
DEBASE_COOLDOWN() view returns (uint256)
1800
DEBASE_PERCENTAGE() view returns (uint256)
5
INITIAL_DEBASE_PERCENTAGE() view returns (uint256)
1
decimals() view returns (uint8)
18
name() view returns (string)
IHF Smart Debase Token
owner() view returns (address)
0x4ee2acf64a2c0db6a1da0a4b534b08f036d0da41
symbol() view returns (string)
IHF
totalSupply() view returns (uint256)
496781187018343050721081
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
debaseExclusionList(address) view returns (bool)
getLastDebaseTime(address account) view returns (uint256)
isExcludedFromDebase(address account) view returns (bool)
lastDebaseTime(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
debase(address target)
excludeFromDebase(address account, bool exclude)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed account, uint256 amount)
Debased(address indexed target, uint256 amountBurned)
ExcludeFromDebase(address account, bool exclude)
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.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)