hiPUNKS
Verified contract
Active on
Ethereum with 1,583 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($25.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 25 | $1.001 |
$25.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276757 | 20 hours ago | | | 0 | 0.00054636781 | |
| 21272281 | a day ago | | | 0 | 0.00068221877 | |
| 21272167 | a day ago | | | 0 | 0.0016048549 | |
| 21267729 | 2 days ago | | | 0 | 0.00053022992 | |
| 21250364 | 5 days ago | | | 0 | 0.00053901757 | |
| 21198491 | 12 days ago | | | 0 | 0.00082307540 | |
| 21176972 | 15 days ago | | | 0 | 0.0010148621 | |
| 21130696 | 21 days ago | | | 0 | 0.00083505701 | |
| 21129245 | 21 days ago | | | 0 | 0.0015264357 | |
| 21082000 | a month ago | | | 0 | 0.00049765820 |
ABI
ABI objects
Getter at block 21282783
_factory() view returns (address)
0x3aec3113a09627af7c9039954d8592ff0bc20c25
decimals() view returns (uint8)
18
name() view returns (string)
hiPUNKS
pfVaultPercent() view returns (uint256)
0
symbol() view returns (string)
hiPUNKS
totalSupply() view returns (uint256)
1972000000000000000000000
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.