esoteric DAO
Verified contract
Active on
Ethereum with 193 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x77e7…7741
0xa6b7…12ad
8 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ESODAO | ERC-20 | 2.885536M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20537896 | 3 months ago | | | 0 | 0.00010115194 | |
| 15874612 | 2 years ago | | | 0 | 0.00048016813 | |
| 15813032 | 2 years ago | | | 0 | 0.00033653696 | |
| 15530321 | 2 years ago | | | 0 | 0.00019122274 | |
| 15467429 | 2 years ago | | | 0 | 0.00094478000 | |
| 15465879 | 2 years ago | | | 0 | 0.00040943952 | |
| 15465016 | 2 years ago | | | 0 | 0.00026870848 | |
| 15462871 | 2 years ago | | | 0 | 0.00079189498 | |
| 15462324 | 2 years ago | | | 0 | 0.00057444476 | |
| 15461929 | 2 years ago | | | 0 | 0.00039084762 |
ABI
ABI objects
Getter at block 21124409
decimals() pure returns (uint8)
9
name() pure returns (string)
esoteric DAO
owner() view returns (address)
0x09e5723c3c78b6213635ff69e7347ab077558e18
symbol() pure returns (string)
ESODAO
totalSupply() pure returns (uint256)
10000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
delBot(address notbot)
excludeFromFee(address account)
includeInFee(address account)
manualsend()
manualswap()
openTrading()
renounceOwnership()
setBlocksToBlacklist(uint256 blocks)
setBots(address[] bots_)
setBuyFee(uint256 buyMarketingFee, uint256 buyLiquidityFee)
setCooldownEnabled(bool onoff)
setLiquidityWallet(address liquidityWallet)
setMarketingWallet(address MarketingWallet)
setMaxBuyAmount(uint256 maxBuy)
setMaxSellAmount(uint256 maxSell)
setMaxWalletAmount(uint256 maxToken)
setSellFee(uint256 sellMarketingFee, uint256 sellLiquidityFee)
setSwapEnabled(bool onoff)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdrawStuckETH()
Approval(address indexed owner, address indexed spender, uint256 value)
MaxBuyAmountUpdated(uint256 _maxBuyAmount)
MaxSellAmountUpdated(uint256 _maxSellAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.