CastleOfBlackwaterToken
Verified contract
Active on
Ethereum with 4,289 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($38.10)
Native
Value
$3.21
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,205.23 |
$3.21 | |
COBE | ERC-20 | 502.133437 | $0.0695 |
$34.9 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157413 | an hour ago | | | 0 | 0.0010729578 | |
| 21155052 | 9 hours ago | | | 0 | 0.00062173899 | |
| 21154923 | 9 hours ago | | | 0 | 0.00073480395 | |
| 21152779 | 16 hours ago | | | 0 | 0.00082531948 | |
| 21152760 | 17 hours ago | | | 0 | 0.00069638537 | |
| 21152059 | 19 hours ago | | | 0 | 0.00067943268 | |
| 21151012 | a day ago | | | 0 | 0.00037127535 | |
| 21150491 | a day ago | | | 0 | 0.00056979589 | |
| 21149857 | a day ago | | | 0 | 0.00048786711 | |
| 21149479 | a day ago | | | 0 | 0.00043098398 |
ABI
ABI objects
Getter at block 21157696
DEAD_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
FEES_PERCENT_DENOMINATOR() view returns (uint256)
10000
MAX_BUY_FEE() view returns (uint256)
500
MAX_SELL_FEE() view returns (uint256)
500
MAX_TRANSACTION_PERCENT_DENOMINATOR() view returns (uint256)
1000000
MAX_WALLET_PERCENT_DENOMINATOR() view returns (uint256)
100000
ZERO_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
buyFees() view returns (uint256)
0
decimals() view returns (uint8)
18
launchBlock() view returns (uint256)
19540445
launchTime() view returns (uint256)
1711724843
launched() view returns (bool)
true
limitsEnabled() view returns (bool)
false
maxTransaction() view returns (uint256)
99966489537235645807609727
maxWallet() view returns (uint256)
99966489537235645807609727
migrated() view returns (bool)
true
name() view returns (string)
Castle of Blackwater
owner() view returns (address)
0x6666499c19d593a6fa044320ce60ac01868c3cc0
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
sellFees() view returns (uint256)
0
symbol() view returns (string)
COBE
taxesEnabled() view returns (bool)
false
totalSupply() view returns (uint256)
99966489537235645807609727
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
uniswapV3Router() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairsV2(address) view returns (bool)
automatedMarketMakerPairsV3(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isBot(address) view returns (bool)
isExcludedFromFees(address) view returns (bool)
isExcludedMaxTransactionAmount(address) view returns (bool)
State-modifying
Events acceptOwnership()
airdrop(address[] accounts, uint256[] amounts)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address[] accounts, bool value)
excludeFromMaxTransaction(address[] accounts, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch() payable
prepareForMigration()
renounceOwnership()
setAutomatedMarketMakerPairV2(address account, bool value)
setAutomatedMarketMakerPairV3(address account, bool value)
setBots(address[] accounts, bool value)
setBuyFees(uint256 _buyFees)
setLimitsEnabled(bool value)
setMaxTransaction(uint256 _maxTransaction)
setMaxWallet(uint256 _maxWallet)
setSellFees(uint256 _sellFees)
setTaxesEnabled(bool value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawStuckTokens(address tkn)
Airdrop(address account, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromMaxTransaction(address indexed account, bool isExcluded)
Launch()
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrepareForMigration()
SetAutomatedMarketMakerPairV2(address indexed pair, bool indexed value)
SetAutomatedMarketMakerPairV3(address indexed pair, bool indexed value)
SetBots(address indexed account, bool isExcluded)
SetBuyFees(uint256 oldValue, uint256 newValue)
SetLimitsEnabled(bool status)
SetMaxTransaction(uint256 oldValueMaxTransaction, uint256 newValueMaxTransaction)
SetMaxWallet(uint256 oldValueMaxWallet, uint256 newValueMaxWallet)
SetSellFees(uint256 oldValue, uint256 newValue)
SetTaxesEnabled(bool status)
Transfer(address indexed from, address indexed to, uint256 value)
WithdrawStuckTokens(address token, uint256 amount)
constructor(address _owner)
receive()
This contract contains no error objects.