Smart Wallet Security
Verified contract
Active on
Ethereum with 15 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SMART | ERC-20 | 5.975837M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15516172 | 2 years ago | | | 0 | 0.00085830943 | |
| 15514766 | 2 years ago | | | 0 | 0.0013163751 | |
| 15514765 | 2 years ago | | | 0 | 0.00058385912 | |
| 15514765 | 2 years ago | | | 0 | 0.00058385912 | |
| 15514764 | 2 years ago | | | 0 | 0.00045358961 | |
| 15514764 | 2 years ago | | | 0 | 0.0015026746 | |
| 15514763 | 2 years ago | | | 0 | 0.00040229259 | |
| 15514763 | 2 years ago | | | 0 | 0.00040229259 | |
| 15514763 | 2 years ago | | | 0 | 0.00042560559 | |
| 15514763 | 2 years ago | | | 0 | 0.00063542259 |
ABI
ABI objects
Getter at block 21091286
burnWallet() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
feeDivisor() view returns (uint256)
1000
limitsInEffect() view returns (bool)
true
liquidityActiveBlock() view returns (uint256)
0
marketingBuyFee() view returns (uint256)
30
marketingSellFee() view returns (uint256)
30
marketingWallet() view returns (address)
0xb7d385e591cddb227cc438f370874e6f4b59d4c3
maxTransactionAmount() view returns (uint256)
10000000000000000000000000
maxWallet() view returns (uint256)
30000000000000000000000000
name() view returns (string)
Smart Wallet Security
owner() view returns (address)
0xb7d385e591cddb227cc438f370874e6f4b59d4c3
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
100000000000000000000000
symbol() view returns (string)
SMART
tokensForFees() view returns (uint256)
5975836771614766421757957
tokensForMarketing() view returns (uint256)
5975836771614766421757957
totalBuyFees() view returns (uint256)
30
totalSellFees() view returns (uint256)
30
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
15514762
transferDelayEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xa0cae2bf81d6befe3024e4d89418efda4571c5ef
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_earlyBuyer(address) view returns (uint256)
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
flagBot(address[] bots_, bool status)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeAllLimits()
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFee(uint256 _marketingBuyFee)
updateMaxTxAmount(uint256 newNum)
updateMaxWallAmount(uint256 newNum)
updateSellFee(uint256 _marketingSellFee)
updateSwapEnabled(bool enabled)
withdrawStuckEths()
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.