Secured On Blockchain

Verified contract

Active on Ethereum with 879 txns
Deployed by via 0xcec52237 at 19405296
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xbdc9af4fdd3b33432293f1e468df208ceb3f40fc479fb888a14f78941352afb9
0x6fdf834f5e090bb5ac897c70f45cfba2d0d2657ac049cf0d8381458a6e40a270
0xdb208bb8930b98fb1193ef20e8bf20d51cbb477fbf94b1575383029d1c5d0b1f
0x5b90fc8b56c96042a2b51cef0de0536595921a38e8b0c6715c8ce1b12b31c3c9
0x2575dfa195395c08ca9065decfedd6e36042b5e0f6ac07cbf088ed0a72ff462f
0x5ffffc3d6f6daefd2eb4442dd8686d05c3e1c37f955a66802de18a3c597a8d02
0xb4a242275dd3a3af02c87c44b243f0a4b11af354dcc4dd7a644e9f036dc535f8
0x7a70f56fb1828e4302e0cb358895095d017bf176fe53489c2066c79524f3c739
0x3a738b977e6d3d928381bd2017489238b6e43b37ffe45f7c5c70a7a8ab176487
0x69e65be25dd3e20d8653bd1a6c6335ab48b3c968388174149a6df24270718386

Functions
Getter at block 21309842
FEE_BASIS(view returns (uint256)
100
WETH(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
decimals(pure returns (uint8)
9
devPercent(view returns (uint8)
2
devWallet(view returns (address)
0x2fb70dd1b7677c29103bcd280cf061b81357b877
feeOnBuy(view returns (uint256)
0
feeOnSell(view returns (uint256)
0
marketingPercent(view returns (uint8)
8
marketingWallet(view returns (address)
0x430732094a39c4bda694121e4513041fab878cab
maxTxAmount(view returns (uint256)
20000000000000
name(view returns (string)
Secured On Blockchain
owner(view returns (address)
0x0000000000000000000000000000000000000000
router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThreshold(view returns (uint256)
200000000000
symbol(view returns (string)
SOB
totalPercent(view returns (uint8)
10
totalSupply(view returns (uint256)
1000000000000000
uniswapV2Pair(view returns (address)
0x33467096a619121cd3d64e0af206c157cf8aa500
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isExcludedFromFee(addressview returns (bool)
isExcludedFromLimit(addressview returns (bool)
isPair(addressview returns (bool)
State-modifying
addPair(address pair
approve(address spenderuint256 valuereturns (bool)
extractERC20(address token
extractETH(
manualSwapFees(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
updateBuyFee(uint256 _fee
updateDevWallet(address _devWallet
updateFeeSplit(uint8 _mktSharesuint8 _devShares
updateMarketingWallet(address _newMarketingWallet
updateMaxTx(uint256 _maxTx
updateSellFee(uint256 _fee
updateSwapThreshold(uint256 _threshold
updateV2Pair(address _uniswapV2Pair
updateV2Router(address _uniswapV2Router
updateWalletExcludeStatus(address walletbool status
updateWalletLimitStatus(address walletbool status
Events
Approval(address indexed owneraddress indexed spenderuint256 value
DevWalletUpdate(address indexed previousDevWalletaddress indexed newDevWallet
InvalidTransfer(address indexed touint256 ETHvalue
MarketingWalletUpdate(address indexed previousMarketingWalletaddress indexed newMarketingWallet
MaxTxUpdate(uint256 prevMaxTxuint256 newMaxTx
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PairUpdate(address indexed previousPairaddress indexed newPair
RouterUpdate(address indexed previousRouteraddress indexed newRouter
Transfer(address indexed fromaddress indexed touint256 value
UpdateBuyFee(uint256 prevFeeuint256 fee
UpdateExcludedStatus(address indexed walletbool status
UpdateFeeSplit(uint8 mktSharesuint8 devSharesuint8 totalShares
UpdateLimitStatus(address indexed walletbool status
UpdateSellFee(uint256 prevFeeuint256 fee
UpdateThreshold(uint256 prevThresholduint256 threshold
Constructor
constructor(address _ownerWalletaddress _mktWalletaddress _devWallet
Fallback and receive
fallback(
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SOB__CannotTransfer(uint8 code
SOB__InvalidFeeAmount(uint256 feeuint256 maxFee
SOB__InvalidMaxTxAmount(
SOB__InvalidPairAddress(address invalidPair
SOB__InvalidRouterAddress(address invalidRouter
SOB__InvalidSplit(uint8 errorTotal
SOB__InvalidWalletAddress(address invalidWallet
SOB__MaxTx(