ooTest

Verified contract

Active on Ethereum with 11 txns
Deployed by via 0x548a186e at 21304951
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x3eb14b7cdaa70a0ce8c7643cf6d81a422a5f65cdd647f3e493924e527ae8a11a
0x869e95a2c6cef7bd079156ccc7e6707741dcd2fb934cd97a00bd176b6473d6d1
0xf10b6ee7a3dc884742109f9d2ade8fa538bffe0b9b16a1be08ebd2a5790f3fe5
0xe01ed5ba540e847eee80b0d673370e04832caa85d0b32909a05a6a4e060950a5
0x8eb1974cb65782ae5316fc132f0efad4e79801cce2481430417726b42af333ae
0x2ffb50aaf689e42fa3b12d8c8a8f72a130e3c23e43159dcea9ac87e1eea7af8e
0x63b7e2174e5147986a8141205b852eb6810597b399e27f5da0a81ab81740f7f6
0xee5565cd6f6b05cc10b19d7e47f1bbf35be88cc8c7f367a16bb2d11ebe9f60d1
0xdffb9f6042f859c29229a58c9fb2b8eb7c3f16a52a56a5e841c3ed67863168d6
0xe2f286b9eca3c7f1d3d32936532abb890d792bdff216f3b47ae5b3e8aba55acb

Functions
Getter at block 21330939
buySellTax(view returns (uint256)
500
decimals(view returns (uint8)
18
ethFee(view returns (uint256)
5
liquidityFee(view returns (uint256)
0
marketingWallet(view returns (address)
0x6ad4f5ba12a4a8d1c11bcd2783248144e33fcfd5
name(view returns (string)
ooTest
owner(view returns (address)
0x6ad4f5ba12a4a8d1c11bcd2783248144e33fcfd5
purchaseLimit(view returns (uint256)
50
swapAndLiqThreshold(view returns (uint256)
300000000000000000000000
symbol(view returns (string)
TTSS
totalSupply(view returns (uint256)
100000000000000000000000000
tradingOpen(view returns (bool)
true
uniswapV2Pair(view returns (address)
0xab13ba4c7c5eafb1e00c0f674844e8b8b71edc7a
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
batchExcludeFromLimitation(address[] accountbool[] excluded
excludeFromLimitation(address accountbool excluded
renounceOwnership(
setPurchaseLimit(uint256 _limit
setSellBuyTax(uint256 forMarketingInPercentageuint256 forLiquidityInPercentage
setSwapThreshold(uint256 amount
setTradingOpen(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
withdrawERC20Token(address tokenaddress to
withdrawETH(address _to
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BatchExcludeFromLimitation(address[] accountbool[] isExcluded
ERC20Withdrawn(address indexed touint256 amount
ETHWithdrawn(address indexed touint256 amount
ExcludeFromLimitation(address indexed accountbool isExcluded
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PurchaseLimitUpdated(uint256 limitPercent
SwapAndLiqThresholdSet(uint256 amount
SwapAndLiquified(uint256 tokensSwappeduint256 tokensForLiquidityuint256 ethForLiquidityuint256 ethForMarketing
TaxUpdated(uint256 taxPercent
TradingStatusUpdated(bool status
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _marketingWallet
Fallback and receive
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