TwitterRules
Verified contract
Active on
Ethereum with 26 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RULES | ERC-20 | 55.268908K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15943744 | 2 years ago | | | 0 | 0.0012078008 | |
| 15920867 | 2 years ago | | | 0 | 0.00081767177 | |
| 15920855 | 2 years ago | | | 0 | 0.00079748099 | |
| 15919918 | 2 years ago | | | 0 | 0.0010311182 | |
| 15918548 | 2 years ago | | | 0 | 0.0016311750 | |
| 15918509 | 2 years ago | | | 0 | 0.0022441111 | |
| 15918499 | 2 years ago | | | 0 | 0.0018326573 | |
| 15918494 | 2 years ago | | | 0 | 0.0017203106 | |
| 15918489 | 2 years ago | | | 0 | 0.0015312143 | |
| 15918488 | 2 years ago | | | 0 | 0.0015057560 |
ABI
ABI objects
Getter at block 21177417
decimals() view returns (uint8)
18
name() view returns (string)
Twitter Rules
symbol() view returns (string)
RULES
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events EnableTrade()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay() returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualBurnLiquidityPairTokens(uint256 percent) returns (bool)
removeLimits() returns (bool)
renounceOwnership()
renounceOwnership(uint256 _taxreceiverFee, uint256 _liquidityFee, uint256 _devFee)
setAutoLPBurnSettings(uint256 _frequencyInSeconds, uint256 _percent, bool _Enabled)
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _taxreceiverFee, uint256 _liquidityFee, uint256 _devFee)
updateDevWallet(address newWallet)
updateMarketingWallet(address newMarketingWallet)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoNukeLP()
BoughtEarly(address indexed sniper)
ExcludeFromFees(address indexed account, bool isExcluded)
ManualNukeLP()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
devWalletUpdated(address indexed newWallet, address indexed oldWallet)
marketingWalletUpdated(address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.