Base Baboon
Verified contract
Active on
Base with 5,649 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x92ed…61ce
0x6bde…7891
Balances ($5,279.03)
Native
Value
$0.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000003 | $2,513.49 |
$0.01 | |
$BOON | ERC-20 | 25.877551B | $0.00 |
$5,279.02 | |
USA | ERC-20 | 1 | $0.001629 |
$0 | |
BROGE | ERC-20 | 9.999K | -- | -- | |
V | ERC-20 | 50K | -- | -- | |
OHNO | ERC-20 | 31.30303 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21621927 | 5 days ago | | | 0 | 4.7979416e-7 | |
| 21585629 | 6 days ago | | | 0 | 1.8673569e-7 | |
| 21585611 | 6 days ago | | | 0 | 9.8147652e-7 | |
| 21429664 | 10 days ago | | | 0 | 1.3208130e-7 | |
| 21422141 | 10 days ago | | | 0 | 0.000000074968855335 | |
| 21371478 | 11 days ago | | | 0 | 1.4166386e-7 | |
| 21343288 | 12 days ago | | | 0 | 0.000000080970925335 | |
| 21343283 | 12 days ago | | | 0 | 0.000000080790863235 | |
| 21343266 | 12 days ago | | | 0 | 0.000000074968855335 | |
| 21343258 | 12 days ago | | | 0 | 0.000000074788793235 |
ABI
ABI objects
Getter at block 21858767
buySellCount() view returns (uint256)
8206
decimals() view returns (uint8)
18
name() view returns (string)
Base Baboon
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
$BOON
totalSupply() view returns (uint256)
403351901168254227678558978974
tradingOpen() view returns (bool)
true
uniswapV2Router() view returns (address)
0x6bded42c6da8fbf0d2ba55b2fa120c5e0c8d7891
Read-only
allowance(address owner, address spender) view returns (uint256)
antiSniper(address) view returns (bool)
balanceOf(address account) view returns (uint256)
State-modifying
Events addAntiSniper(address[] accounts)
approve(address spender, uint256 value) returns (bool)
openTrading(address _uniswapV2Router)
renounceOwnership()
setAntiSniperCount(uint256 count)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 initialSupply_, address teamWallet_)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)