SmartHub
Verified contract
Active on
Ethereum with 1,450 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x771e…f2ef
-
variable spans 4 additional slots
-
variable spans 4 additional slots
-
variable spans 4 additional slots
7 additional
variables
Balances ($80.48)
Native
Value
$78.24
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02436 | $3,211.92 |
$78.24 | |
SMART | ERC-20 | 224.299644 | $0.009986 |
$2.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21140289 | 3 days ago | | | 0 | 0.00055332268 | |
| 21130674 | 4 days ago | | | 0 | 0.00073844495 | |
| 21107775 | 7 days ago | | | 0 | 0.00025608800 | |
| 21083747 | 10 days ago | | | 0 | 0.00023036317 | |
| 21083733 | 10 days ago | | | 0 | 0.00019513879 | |
| 21070853 | 12 days ago | | | 0 | 0.00046759730 | |
| 21044793 | 16 days ago | | | 0 | 0.00029457481 | |
| 21030015 | 18 days ago | | | 0 | 0.00061180274 | |
| 21028364 | 18 days ago | | | 0 | 0.00053878175 | |
| 21024627 | 19 days ago | | | 0 | 0.00026432070 |
ABI
ABI objects
Getter at block 21158674
antiSnipeEndBlock() view returns (uint256)
20634119
buyFees() view returns (uint256 main, uint256 secondary, uint256 liquidity, uint256 proof, uint256 total)
(main=3, secondary=2, liquidity=0, proof=0, total=5)
buyTaxesSettled() view returns (bool)
true
decimals() view returns (uint8)
9
feeTokens() view returns (uint256 main, uint256 secondary, uint256 liquidity, uint256 proof, uint256 total)
(main=134580031178, secondary=89720020785, liquidity=0, proof=1, total=224300055573)
getCirculatingSupply() view returns (uint256)
1000000000000000
initMaxWallet() view returns (uint256)
5
isAntiSnipeActive() view returns (bool)
false
isTradingEnabled() view returns (bool)
true
launchedAt() view returns (uint256)
1724932931
lockID() view returns (uint256)
22872
lockerAddress() view returns (address)
0xe2fe530c047f2d85298b07d9333c05737f1435fb
lpLockDuration() view returns (uint256)
31536000
mainWallet() view returns (address)
0x8dd870e2b708da2e3dde9c8e7c433260f17a6c98
maxTxAmount() view returns (uint256)
5000000000000
maxWallet() view returns (uint256)
20000000000000
maxWalletChanged() view returns (bool)
true
name() view returns (string)
SmartHub
owner() view returns (address)
0x8dd870e2b708da2e3dde9c8e7c433260f17a6c98
pair() view returns (address)
0x150c17c6c3b413cfe63b8d0108fa1a20a25017c9
proofFeeReduced() view returns (bool)
true
proofFeeRemoved() view returns (bool)
true
proofStaking() view returns (address)
0x377e168af6a06075423aede50856de177efaac3e
proofWallet() view returns (address)
0xe9b4d32f829951a3ce145d2caa84cf66af56ca5e
restingBuyTotal() view returns (uint256)
5
restingSellTotal() view returns (uint256)
5
restrictWhales() view returns (bool)
false
secondaryWallet() view returns (address)
0x771ec061cddabaef3a0eee24672d9e8864d2f2ef
sellFees() view returns (uint256 main, uint256 secondary, uint256 liquidity, uint256 proof, uint256 total)
(main=3, secondary=2, liquidity=0, proof=0, total=5)
sellTaxesSettled() view returns (bool)
true
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
1250000000000
swapping() view returns (uint256)
1
symbol() view returns (string)
SMART
totalSupply() view returns (uint256)
1000000000000000
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
version() pure returns (uint8)
1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
userInfo(address) view returns (bool isFeeExempt, bool isTxLimitExempt, uint256 lastTxBlock)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
cancel()
changeFees(uint256 liquidityBuy, uint256 mainBuy, uint256 secondaryBuy, uint256 liquiditySell, uint256 mainSell, uint256 secondarySell)
launch() payable
renounceOwnership()
setFeeExempt(address account, bool value)
setFeeExempt(address[] accounts)
setMainWallet(address newWallet)
setMaxTxAmount(uint256 _maxTxAmt)
setMaxWalletSize(uint256 _maxWalletSize)
setRestrictWhalesEnabled(bool _enabled)
setSecondaryWallet(address newWallet)
setSwapAndLiquifyEnabled(bool _enabled)
setSwapAtAmount(uint256 amount)
setTxLimitExempt(address account, bool value)
setTxLimitExempt(address[] accounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawStuckTokens()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensAutoLiq, uint256 ethAutoLiq)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _totalSupply, struct ITokenFeeInfo _buyFees, struct ITokenFeeInfo _sellFees, uint256 _percentToLP, uint256 _lpLockDuration, uint256 _initMaxWallet, address _mainWallet, address _secondaryWallet, struct ITokenProofInfo _addresses)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ExceedsMaxTxAmount()
ExceedsMaxWalletAmount()
InvalidConfiguration()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TradingNotEnabled()
TransferDelayEnabled(uint256 currentBlock, uint256 delayedUntil)