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 "Deepcave"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18629292 | a year ago | | | 0 | 0.0034572712 | |
| 18615410 | a year ago | | | 0 | 0.0064099450 | |
| 18613323 | a year ago | | | 0 | 0.0013228656 | |
| 18613046 | a year ago | | | 0 | 0.00070094555 | |
| 18613043 | a year ago | | | 0 | 0.00064828969 | |
| 18613032 | a year ago | | | 0 | 0.00062769864 | |
| 18569545 | a year ago | | | 0 | 0.0016392327 | |
| 18566250 | a year ago | | | 0 | 0.0015021502 | |
| 18566236 | a year ago | | | 0 | 0.0016409292 | |
| 18558119 | a year ago | | | 0 | 0.0015218678 |
ABI
ABI objects
Getter at block 21258779
buyTax() view returns (uint256)
3
decimals() view returns (uint8)
18
lpPair() view returns (address)
0x4f073d491dc3a839526e71acacca60fb5dd67536
name() view returns (string)
Deepcave
owner() view returns (address)
0xaab1175a153edb1264a1620e0a649145a8b0eeaa
sellTax() view returns (uint256)
3
symbol() view returns (string)
Cave
taxWallet() view returns (address)
0xaab1175a153edb1264a1620e0a649145a8b0eeaa
totalSupply() view returns (uint256)
98000000000000000000000000
walletToWalletTransferTax() view returns (uint256)
1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeTaxWallet(address _taxWallet)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyTax(uint256 _buyTax)
updateSellTax(uint256 _sellTax)
updateWalletToWalletTransferTax(uint256 _walletToWalletTransferTax)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TaxWalletChanged(address indexed taxWallet)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateBuyTax(uint256 buyTax)
UpdateSellTax(uint256 sellTax)
UpdateWalletToWalletTransferTax(uint256 walletToWalletTransferTax)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.