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 |
---|---|---|---|---|---|
hiFIDENZA | ERC-20 | 20.71484K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21071064 | 18 days ago | | | 0 | 0.00045852697 | |
| 21056774 | 20 days ago | | | 0 | 0.00030735771 | |
| 20965873 | a month ago | | | 0 | 0.0013724486 | |
| 20823028 | 2 months ago | | | 0 | 0.0017502132 | |
| 20758812 | 2 months ago | | | 0 | 0.00012796064 | |
| 20733784 | 2 months ago | | | 0 | 0.00018052789 | |
| 20733616 | 2 months ago | | | 0 | 0.00016343107 | |
| 20666026 | 2 months ago | | | 0 | 0.00011474957 | |
| 20536084 | 3 months ago | | | 0 | 0.00050679759 | |
| 20526219 | 3 months ago | | | 0 | 0.00017765594 |
ABI
ABI objects
Getter at block 21199444
_factory() view returns (address)
0x3aec3113a09627af7c9039954d8592ff0bc20c25
decimals() view returns (uint8)
18
name() view returns (string)
hiGAZERS
pfVaultPercent() view returns (uint256)
0
symbol() view returns (string)
hiGAZERS
totalSupply() view returns (uint256)
2973000000000000000000000
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.