Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "TweetN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20498678 | 3 months ago | | | 0 | 0.000044877437 | |
| 20498677 | 3 months ago | | | 0 | 0.000044772612 | |
| 19658784 | 7 months ago | | | 0 | 0.00018795987 | |
| 18916788 | a year ago | | | 0 | 0.00033171752 | |
| 17555382 | a year ago | | | 0 | 0.00056764586 | |
| 16926868 | 2 years ago | | | 0 | 0.00071964317 | |
| 16891616 | 2 years ago | | | 0 | 0.0010022432 | |
| 16561301 | 2 years ago | | | 0 | 0.00074649886 | |
| 16546096 | 2 years ago | | | 0 | 0.0012596040 | |
| 16516454 | 2 years ago | | | 0 | 0.00077092223 |
ABI
ABI objects
Getter at block 21226051
buyFee() view returns (uint256)
0
decimals() view returns (uint8)
18
devFee() view returns (uint256)
200
devWallet() view returns (address)
0x6fbe85069fa4fb28cedc6581bd6df524280e86d0
doubleDevFee() view returns (uint256)
400
doubleMarketingFee() view returns (uint256)
400
doubleSellFee() view returns (uint256)
1600
doubleTaxPeriod() view returns (uint256)
86400
doubleTreasuryFee() view returns (uint256)
800
marketingFee() view returns (uint256)
200
marketingWallet() view returns (address)
0x17d03658ab0e322457a1fb3ea4dc7af4705edc0c
maxWalletBalance() view returns (uint256)
100000000000000000000000000
name() view returns (string)
TweetN
owner() view returns (address)
0x226508367f59f809df567aefad27213857374ed4
pair() view returns (address)
0xce147d7378cf8b3986762f9bb045916798e6545d
paused() view returns (bool)
false
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellFee() view returns (uint256)
800
smartSellLimitPercentage() view returns (uint256)
0
symbol() view returns (string)
TweetN
totalSupply() view returns (uint256)
1000000000000000000000000000
treasuryFee() view returns (uint256)
400
treasuryWallet() view returns (address)
0x226508367f59f809df567aefad27213857374ed4
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
feeExempt(address) view returns (bool)
getSoldAmountToday(address _user) view returns (uint256)
supervisor(address) view returns (bool)
State-modifying
Events accountBurn(address _from, uint256 _amount)
accountMint(address _to, uint256 _amount)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableSupervisor(address _sup, bool _enable)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause(bool set)
renounceOwnership()
setPair(address _pair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateDoubleSellFee(uint256 _doubleSellFee, uint256 _doubleTreasuryFee, uint256 _doubleMarketingFee, uint256 _doubleDevFee)
updateDoubleTaxPeriod(uint256 _seconds)
updateFeeDistribution(uint256 _treasuryFee, uint256 _marketingFee, uint256 _devFee)
updateFeeExempt(address _addr, bool _exempt)
updateFeeValues(uint256 _sellFee, uint256 _buyFee)
updateFeeWallets(address _treasury, address _marketing, address _dev)
updateMaxWalletBalance(uint256 newMaxWalletBalance)
updateSmartSellLimitPercentage(uint256 _percentage)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SupervisorSet(address indexed supervisor, bool enable)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _routerAddress)
receive()
This contract contains no error objects.