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 "hiBAKC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20846295 | 2 months ago | | | 0 | 0.00029184639 | |
| 20842893 | 2 months ago | | | 0 | 0.0010560097 | |
| 20842023 | 2 months ago | | | 0 | 0.00050481219 | |
| 20841415 | 2 months ago | | | 0 | 0.00039139660 | |
| 20840690 | 2 months ago | | | 0 | 0.00037873906 | |
| 20840188 | 2 months ago | | | 0 | 0.00077987800 | |
| 20840006 | 2 months ago | | | 0 | 0.00087986000 | |
| 20814904 | 2 months ago | | | 0 | 0.0012232173 | |
| 20804564 | 2 months ago | | | 0 | 0.00077678020 | |
| 20800789 | 2 months ago | | | 0 | 0.00076452532 |
ABI
ABI objects
Getter at block 21209042
_factory() view returns (address)
0x3aec3113a09627af7c9039954d8592ff0bc20c25
decimals() view returns (uint8)
18
name() view returns (string)
hiBAKC
pfVaultPercent() view returns (uint256)
0
symbol() view returns (string)
hiBAKC
totalSupply() view returns (uint256)
28853000000000000000000000
vaultPercent() view returns (uint256)
20
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
cut(uint256 value, uint256 percent) pure returns (uint256)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
batchExcludeFromFee(address[] accounts) returns (bool)
burnFrom(address from, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account) returns (bool)
includeInFee(address account) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
swapmint(uint256 amount, address to) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
updateFee(uint256 vaultPercent_, uint256 pfVaultPercent_) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
SetPercent(uint256 vaultPercent, uint256 pfVaultPercent)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.