SmartContractBot
Verified contract
Active on
Ethereum with 35 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.04)
Native
Value
$0.04
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00001 | $3,596.81 |
$0.04 | |
SmartContractBot | ERC-20 | 15.127506M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17926439 | a year ago | | | 0.00001 | 0.00037341099 | |
| 17926371 | a year ago | | | 0 | 0.00085726692 | |
| 17926368 | a year ago | | | 0 | 0.0010679644 | |
| 17926366 | a year ago | | | 0 | 0.00091021075 | |
| 17926361 | a year ago | | | 0 | 0.00094875403 | |
| 17926347 | a year ago | | | 0 | 0.00042405149 | |
| 17926345 | a year ago | | | 0 | 0.00058830500 | |
| 17926343 | a year ago | | | 0 | 0.00052567184 | |
| 17926343 | a year ago | | | 0 | 0.00095780244 | |
| 17926341 | a year ago | | | 0 | 0.00099618727 |
ABI
ABI objects
Getter at block 21324469
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
127505905973106580940541
mainAddress() view returns (address)
0x738b8a3809e7d6f8242329f0264ae2b7777b1333
maxBuyAmount() view returns (uint256)
80000000000000000000000000
maxSellAmount() view returns (uint256)
80000000000000000000000000
name() view returns (string)
SmartContractBot
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xe9324fd5fd41083636becc1388606bd968305d5a
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThreshold() view returns (uint256)
133700000000000000000000
symbol() view returns (string)
SmartContractBot
totalSupply() view returns (uint256)
80000000000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
mainFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events SetMaxBuyLimitAmount(uint256 _maxBuyAmount)
SetMaxSellLimitAmount(uint256 _maxSellAmount)
UpdateTradingFeatures(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mainAddressSetup(address _newAddress)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateSwapThreshold(uint256 _swapThreshold)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxSellAmountUpdated(uint256 maxSellAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint256 swapThreshold)
Transfer(address indexed from, address indexed to, uint256 value)
mainAddressUpdated(address mainAddress)
mainFeeSent(address recipient, uint256 amount)
mainFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.