HB Wallet Infinity Token
Verified contract
Active on
Ethereum with 1,375 txns
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 "HB Wallet Infinity Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17319685 | a year ago | | | 0 | 0.076927290 | |
| 11658141 | 4 years ago | | | 0 | 0.096621280 | |
| 11105521 | 4 years ago | | | 0 | 0.096405360 | |
| 11028424 | 4 years ago | | | 0 | 0.0015915063 | |
| 11028420 | 4 years ago | | | 0 | 0.0028039863 | |
| 10945197 | 4 years ago | | | 0 | 0.11817228 | |
| 10750858 | 4 years ago | | | 0 | 0.095971600 | |
| 10437448 | 4 years ago | | | 0 | 0.0024743014 | |
| 10421062 | 4 years ago | | | 0 | 0.0010303484 | |
| 10328848 | 4 years ago | | | 0 | 0.071608165 |
ABI
ABI objects
Getter at block 21211810
decimals() view returns (uint8)
2
isOwner() view returns (bool)
false
locked() view returns (bool)
false
name() view returns (string)
HB Wallet Infinity Token
owner() view returns (address)
0x8f00561e2c03f333d3f8bbf8f2310aa1a39ce8cc
symbol() view returns (string)
HBWALLET
totalSupply() view returns (uint256)
60000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
sendERC20Token(address _tokenAddress, address _to, uint256 _amount)
sendEther(address _to, uint256 _amount)
setLocked(bool _locked)
splitStock(uint256 splitNumber)
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)
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.
This contract contains no error objects.