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 "hiSAND33"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21073271 | 6 days ago | | | 0 | 0.00080108296 | |
| 20965859 | 21 days ago | | | 0 | 0.0014957105 | |
| 20922530 | a month ago | | | 0 | 0.0016108584 | |
| 20823078 | a month ago | | | 0 | 0.0014472487 | |
| 20734708 | 2 months ago | | | 0 | 0.00019075245 | |
| 20733780 | 2 months ago | | | 0 | 0.00017668913 | |
| 20665983 | 2 months ago | | | 0 | 0.00012308689 | |
| 20620511 | 2 months ago | | | 0 | 0.00025914464 | |
| 20536046 | 3 months ago | | | 0 | 0.00043484655 | |
| 20529149 | 3 months ago | | | 0 | 0.00045884100 |
ABI
ABI objects
Getter at block 21119372
_factory() view returns (address)
0x3aec3113a09627af7c9039954d8592ff0bc20c25
decimals() view returns (uint8)
18
name() view returns (string)
hiSAND33
pfVaultPercent() view returns (uint256)
0
symbol() view returns (string)
hiSAND33
totalSupply() view returns (uint256)
12944000000000000000000000
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.