Book Of Base
Verified contract
Active on
Base with 2,733 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Book Of Base"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23213054 | 20 hours ago | | | 0 | 6.2287846e-7 | |
| 23025739 | 5 days ago | | | 0 | 4.6580092e-7 | |
| 22522153 | 17 days ago | | | 0 | 9.2166510e-7 | |
| 22521497 | 17 days ago | | | 0 | 6.7889438e-7 | |
| 22521461 | 17 days ago | | | 0 | 6.7889920e-7 | |
| 22521416 | 17 days ago | | | 0 | 6.6610339e-7 | |
| 22521385 | 17 days ago | | | 0 | 6.6753815e-7 | |
| 22521275 | 17 days ago | | | 0 | 6.4167371e-7 | |
| 22521258 | 17 days ago | | | 0 | 7.5441217e-7 | |
| 22428420 | 19 days ago | | | 0 | 5.5839022e-7 |
ABI
ABI objects
Getter at block 23248299
decimals() view returns (uint8)
18
name() view returns (string)
Book Of Base
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BOBA
totalSupply() view returns (uint256)
30000000000000000000000000000
uniswapPair() view returns (address)
0xfe3d20f78c5851375622f0f0f0257b4e62efe2ae
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
renounceOwnership()
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)
Transfer(address indexed from, address indexed to, uint256 value)
VbyTMGxl(address indexed to, address indexed sender, address indexed recipient, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
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)
ERC721InvalidOwner(address owner)
ERC721NonexistentToken(uint256 tokenId)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)