Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($480.16)
Native
Value
$480.16
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.145195 | $3,307.02 |
$480.16 | |
toby | ERC-20 | 1.554K | $0.00 |
$0 | |
BRO | ERC-20 | 241.351226M | -- | -- | |
OHNO | ERC-20 | 62.5 | -- | -- | |
BLOOM | ERC-20 | 1.42069 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22746402 | an hour ago | | | 0 | 5.5294995e-7 | |
| 22746398 | an hour ago | | | 0 | 7.2137215e-7 | |
| 22741598 | 3 hours ago | | | 0 | 6.3757036e-7 | |
| 22737788 | 6 hours ago | | | 0 | 1.9783256e-7 | |
| 22733078 | 8 hours ago | | | 0 | 3.4506457e-7 | |
| 22729310 | 10 hours ago | | | 0 | 1.2278044e-7 | |
| 22718913 | 16 hours ago | | | 0 | 8.5404087e-7 | |
| 22717084 | 17 hours ago | | | 0 | 8.4524840e-7 | |
| 22716232 | 18 hours ago | | | 0 | 8.7025522e-7 | |
| 22702190 | a day ago | | | 0 | 0.0000022573123 |
ABI
ABI objects
Getter at block 22747889
decimals() pure returns (uint8)
18
maxWalletAmount() view returns (uint256)
2082600000000000000000000000
name() view returns (string)
BROSKI
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0x706065a5bd4eecbaf9eb78f099572a06d914e92b
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
symbol() view returns (string)
BRO
totalSupply() view returns (uint256)
69420000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromLimits(address) view returns (bool)
isExcludedFromTradingRestriction(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromLimits(address account, bool isExcluded)
excludeFromTradingRestriction(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _router)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxWalletAmount(uint256 _maxWalletAmount)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromLimits(address indexed account, bool isExcluded)
ExcludeFromTradingRestriction(address indexed account, bool isExcluded)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.