Based Bunny
Verified contract
Active on
Base with 33,520 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($12.40)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BRETT | ERC-20 | 60 | $0.170448 |
$10.23 | |
Bunny | ERC-20 | 9.814099K | $0.000107 |
$1.05 | |
VOID | ERC-20 | 500 | $0.000951 |
$0.48 | |
HIGH | ERC-20 | 424.2 | $0.000895 |
$0.38 | |
WGC | ERC-20 | 500 | $0.000352 |
$0.18 | |
WARPIE | ERC-20 | 2.98834K | $0.000027 |
$0.08 | |
Boshi | ERC-20 | 8.28 | $0.000477 |
$0 | |
BOYS | ERC-20 | 0.4 | $0.009184 |
$0 | |
FPEPE | ERC-20 | 18 | $0.000133 |
$0 | |
kurbi | ERC-20 | 4.2069 | $0.000532 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22891232 | 4 hours ago | | | 0 | 0.0000011174538 | |
| 22888351 | 6 hours ago | | | 0 | 0.000000500628281061 | |
| 22887958 | 6 hours ago | | | 0 | 2.8773666e-7 | |
| 22887948 | 6 hours ago | | | 0 | 2.6639200e-7 | |
| 22887315 | 6 hours ago | | | 0 | 0.000000507899293605 | |
| 22887053 | 6 hours ago | | | 0 | 0.000000501797900000 | |
| 22886780 | 7 hours ago | | | 0 | 4.7192624e-7 | |
| 22881611 | 10 hours ago | | | 0 | 0.000000501012484905 | |
| 22881590 | 10 hours ago | | | 0 | 0.000000500628281061 | |
| 22876304 | 12 hours ago | | | 0 | 0.0000012174132 |
ABI
ABI objects
Getter at block 22898740
decimals() view returns (uint8)
18
name() view returns (string)
Based Bunny
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
Bunny
totalSupply() view returns (uint256)
777777777000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events airdrop(address[] recipients, uint256 amounts)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
depositForAirdrop(uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawTokens(address to, uint256 amount)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.