Crypto Hub
Verified contract
Active on
Ethereum with 294 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,161.06)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HUB | ERC-20 | 6.583348M | $0.00048 |
$3,161.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21296968 | 11 hours ago | | | 0 | 0.00028087791 | |
| 21259146 | 6 days ago | | | 0 | 0.00064150426 | |
| 21245288 | 8 days ago | | | 0 | 0.00067821023 | |
| 21226177 | 10 days ago | | | 0 | 0.00050421220 | |
| 21225970 | 10 days ago | | | 0 | 0.00037436300 | |
| 21225842 | 10 days ago | | | 0 | 0.00083881500 | |
| 21110862 | a month ago | | | 0 | 0.00015719195 | |
| 21031702 | a month ago | | | 0 | 0.00015273357 | |
| 21030904 | a month ago | | | 0 | 0.00048264219 | |
| 20985009 | a month ago | | | 0 | 0.00074775473 |
ABI
ABI objects
Getter at block 21300137
antiBotEnabled() view returns (bool)
true
decimals() view returns (uint8)
18
maxVolumePerPeriod() view returns (uint256)
1000000000000000000000000
name() view returns (string)
Crypto Hub
owner() view returns (address)
0xdd48fa33ab3e6a094b1ca89c1578b9ca96d0e563
symbol() view returns (string)
HUB
tax() view returns (uint8 buy, uint8 sell, uint8 transfer)
(buy=2, sell=2, transfer=0)
taxEnabled() view returns (bool)
true
totalSupply() view returns (uint256)
100000000000000000000000000
volumePeriod() view returns (uint256)
86400
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExemptFromMaxTx(address) view returns (bool)
isPair(address) view returns (bool)
ixExcludedFromTax(address) view returns (bool)
volume(address, uint256) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromTax(address _user, bool _isExempt)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAntiBotEnabled(bool _antiBotEnabled)
setExemptFromMaxTx(address _user, bool _isExempt)
setIsPair(address _pair, bool _isPair)
setMaxVolumePerPeriod(uint256 _maxVolumePerPeriod)
setTax(uint8 _buy, uint8 _sell, uint8 _transfer)
setTaxEnabled(bool _taxEnabled)
setVolumePeriod(uint256 _volumePeriod)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TaxCollected(address indexed from, uint8 indexed operation, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _multisig, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.