Anonymous
Verified contract
Active on
Ethereum with 784 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Anonymous"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20787814 | 2 months ago | | | 0 | 0.00078910589 | |
| 19519001 | 8 months ago | | | 0 | 0.00080150987 | |
| 19153437 | 9 months ago | | | 0 | 0.00032204815 | |
| 15499885 | 2 years ago | | | 0 | 0.00074200615 | |
| 15267438 | 2 years ago | | | 0 | 0.00017039400 | |
| 13951326 | 3 years ago | | | 0 | 0.0023951329 | |
| 13804226 | 3 years ago | | | 0 | 0.0016945762 | |
| 13488583 | 3 years ago | | | 0 | 0.0045219521 | |
| 13066786 | 3 years ago | | | 0 | 0.00051518895 | |
| 13016993 | 3 years ago | | | 0 | 0.0019582920 |
ABI
ABI objects
Getter at block 21204394
_getMaxTxSize() view returns (uint256)
100000000000000000000
_getMaxWtSize() view returns (uint256)
100000000000000000000
_getTaxFee() view returns (uint256)
100
_marketingFee() view returns (uint256)
100
decimals() view returns (uint8)
8
marketingWallet() view returns (address)
0x990aad404b5eea860255285f4f1b445d1ee4c8ec
name() view returns (string)
Anonymous
owner() view returns (address)
0x990aad404b5eea860255285f4f1b445d1ee4c8ec
symbol() view returns (string)
ANON
totalBurn() view returns (uint256)
4908298198640905305
totalFees() view returns (uint256)
4908298198640905305
totalSupply() view returns (uint256)
95091701801359094695
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
enableTrading(bool _tradingEnabled)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBot(address blist) returns (bool)
setLiquidityAddress(address amount)
setMaxTxSize(uint256 amount)
setMaxWtSize(uint256 amount)
setmarketingWallet(address newWallet)
setmarketingfee(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.