The Abyss
Verified contract
Active on
Ethereum with 659 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 1 additional slot
19 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ABYSS | ERC-20 | 2.337153M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20319228 | 4 months ago | | | 0 | 0.00022896460 | |
| 17639824 | a year ago | | | 0 | 0.00059690474 | |
| 17059714 | 2 years ago | | | 0 | 0.00058806819 | |
| 17011760 | 2 years ago | | | 0 | 0.00057957939 | |
| 16191999 | 2 years ago | | | 0 | 0.00075443653 | |
| 15882825 | 2 years ago | | | 0 | 0.0013501950 | |
| 15735408 | 2 years ago | | | 0 | 0.00039143214 | |
| 15679890 | 2 years ago | | | 0 | 0.00023614081 | |
| 15679334 | 2 years ago | | | 0 | 0.00039985994 | |
| 15679311 | 2 years ago | | | 0 | 0.00033179093 |
ABI
ABI objects
Getter at block 21102672
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
Fees() view returns (uint256 buyFee, uint256 sellFee, uint256 transferFee)
(buyFee=40, sellFee=40, transferFee=0)
Ratios() view returns (uint256 liquidity, uint256 developer)
(liquidity=5, developer=95)
_devWallet() view returns (address)
0xada523f3538489420d551588d4d192605683de8e
_hasLiqBeenAdded() view returns (bool)
true
_owner() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getOwner() view returns (address)
0x0000000000000000000000000000000000000000
lpPair() view returns (address)
0x06ad849e7dcc21bbac91a9a4bfc135e1cc287b80
maxFees() view returns (uint256 maxBuy, uint256 maxSell, uint256 maxTransfer)
(maxBuy=500, maxSell=500, maxTransfer=500)
name() view returns (string)
The Abyss
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
ABYSS
totalSupply() view returns (uint256)
666666666000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getFirstBuy(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxWalletRestrictions(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromWalletRestrictions(address excludedAddress)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch(string initName, string initSymbol, uint256 initSupply) payable
removeLimits()
renounceOwnership()
revokeExcludedFromWalletRestrictions(address excludedAddress)
setBlacklist(address[] blacklisted_, bool status_)
setExcludedFromFees(address account, bool enabled)
setMaxTxPercent(uint256 percent, uint256 divisor)
setMaxWalletSize(uint256 percent, uint256 divisor)
setRatios(uint256 _liquidity, uint256 _developer)
setSwapAndLiquifyEnabled(bool _enabled)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxes(uint256 _buyFee, uint256 _sellFee, uint256 _transferFee)
setWallets(address developerWallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.