CastleOfBlackwater
Verified contract
Proxy
Active on
Base with 75 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb286…247d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COBE | ERC-20 | 46.579536M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12969338 | 7 months ago | | | 0 | 0.000000703838365821 | |
| 12762455 | 8 months ago | | | 0 | 4.1884387e-7 | |
| 12762412 | 8 months ago | | | 0 | 5.6107494e-7 | |
| 12762380 | 8 months ago | | | 0 | 2.2995589e-7 | |
| 12762337 | 8 months ago | | | 0 | 2.5720043e-7 | |
| 12762305 | 8 months ago | | | 0 | 2.5051802e-7 | |
| 12762292 | 8 months ago | | | 0 | 0.0000059147952 | |
| 12762243 | 8 months ago | | | 0 | 0.0000059147952 | |
| 12762203 | 8 months ago | | | 0 | 0.00023328592 | |
| 12762195 | 8 months ago | | | 0 | 0.000094418695 |
ABI
ABI objects
Getter at block 22832131
buyTax() view returns (uint256)
1
cobWallet() view returns (address)
0xc59f16426761ce668b6ead210d2eeeef59d905f1
decimals() view returns (uint8)
18
name() view returns (string)
Castle Of Blackwater
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256)
99
symbol() view returns (string)
COBE
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0xb2865c7847449e2b326f224ede8e9b86d08a247d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromTax(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
openTrading(address router) payable returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateTaxWallet(address wallet) returns (bool)
withdrawETH() returns (bool)
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()
receive()
AddressInsufficientBalance(address account)