Bogdanoff
Verified contract
Active on
Ethereum with 3,840 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8,979.88)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BOG | ERC-20 | 8.979884T | $0.00 |
$8,979.88 | |
BAOZOU | ERC-20 | 200K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21261993 | 6 hours ago | | | 0 | 0.00040698909 | |
| 21260879 | 9 hours ago | | | 0 | 0.00032517238 | |
| 21260067 | 12 hours ago | | | 0 | 0.00047885935 | |
| 21256295 | a day ago | | | 0 | 0.00043719170 | |
| 21254567 | a day ago | | | 0 | 0.00068248723 | |
| 21252858 | 2 days ago | | | 0 | 0.00077811790 | |
| 21252366 | 2 days ago | | | 0 | 0.00064277341 | |
| 21251127 | 2 days ago | | | 0 | 0.0013212006 | |
| 21250413 | 2 days ago | | | 0 | 0.00057497918 | |
| 21250402 | 2 days ago | | | 0 | 0.00096212207 |
ABI
ABI objects
Getter at block 21263681
decimals() view returns (uint8)
18
deployTimestamp() view returns (uint256)
1682431559
limited() view returns (bool)
false
maxHoldingAmount() view returns (uint256)
300000000000000000000000000000
minHoldingAmount() view returns (uint256)
0
name() view returns (string)
Bogdanoff
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xf3da3eed31852a09aa9bc13fee9d716fcaf1af27
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
BOG
taxPercentage() view returns (uint256)
2
totalSupply() view returns (uint256)
300000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _address, bool _isBlacklisting)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
doAddLp() payable
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRule(bool _limited, uint256 _maxHoldingAmount, uint256 _minHoldingAmount)
setTaxation(uint256 _taxPercentage)
setUniswap(address _pair, address _router)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.